307 Commits

Author SHA1 Message Date
Anonymissimus
34662817ce MSVC projectfile update 2011-08-10 22:59:55 +00:00
Tommy Schmitz
b2be7c7cab Reimplemented a lot of iteration code using the new visitor_base template.
Removed visitor.cpp because all the code is in visitor.hpp now.
2011-08-02 10:17:48 +00:00
Anonymissimus
21d10bbf46 VS9 projectfile update 2011-06-29 16:19:47 +00:00
Anonymissimus
1660635cb4 enabled openmp for all configurations... (forgot in 2011-06-27T16:13:34Z!anonymissimus@arcor.de) 2011-06-29 16:19:28 +00:00
Anonymissimus
c829161d59 enable openmp in MSVC2008+standalone project files
needed dll: http://www.mediafire.com/?dqlpppu2vqdd0yl
(put into wesnoth project root/execution dir)
2011-06-27 16:13:16 +00:00
Timotei Dolean
e7e14f2ab8 Update MSVC project files 2011-06-21 07:39:35 +00:00
Anonymissimus
6648a77f6b MSVC projectfile update 2011-06-19 17:29:10 +00:00
Anonymissimus
8d46dcba41 MSVC projectfile update 2011-06-17 15:02:31 +00:00
Timotei Dolean
5d4f1c9b1c Get rid of the virtual directories: "Header Files" and "Source files".
The source files tree is now resembling the real one.
2011-06-11 16:25:40 +00:00
Anonymissimus
81dc4a8b5d reenable C4706 2011-06-05 01:51:06 +00:00
Anonymissimus
8cf73c9c91 cranked up the warnlevel to the maximum and disabled 3 warnings
(needs confirmation by mordante)
2011-06-03 21:15:25 +00:00
Anonymissimus
7f0cb881db moved disabled warnings from projectfiles to global.hpp 2011-06-02 19:54:32 +00:00
Dmitry Kovalenko
b2ce483b71 Lua aspect foundation 2011-06-01 13:47:33 +00:00
Anonymissimus
21d5a5fa76 reverted "changed debug information format for liblua...
...from /ZI to /Zi in an attempt to mute more warnings"
2011-06-01 12:25:17 +00:00
Anonymissimus
6dcd8a8bd6 update MSVC project file
new files needed:

libboost_program_options-vc90-mt-gd-1_42.lib

boost_program_options-vc90-mt-gd-1_42.dll

can be get from http://www.boostpro.com/download/
2011-05-29 21:52:38 +00:00
Anonymissimus
081c34b595 changed debug information format for liblua...
...from /ZI to /Zi in an attempt to mute more warnings
2011-05-28 12:18:15 +00:00
Anonymissimus
bc1d9b2e6b MSVC projectfile update 2011-05-28 12:18:03 +00:00
Anonymissimus
290c09ff65 MSVC projectfile update 2011-05-24 13:47:25 +00:00
Anonymissimus
ebda43b423 added _DEBUG to the used preprocessor defines for debug configuration
This seems to solve a major problem about destructors not being called
(breakpoints aren't reached) when executing wesnoth in debug
configuration, resulting in memory exceptions
2011-05-22 21:21:50 +00:00
Gabriel Morin
df4ba3108c Patch #2640 by tschmitz
* Adds new Suppose Dead feature to the whiteboard, temporarily bound
  to 'i' key.

* Fixes wrong use of std::equals
2011-04-17 22:56:44 +00:00
Anonymissimus
5a89f48cef Disabled "OpenMP=true" setting in MSVC project file for now...
...since it causes a compiler error on my built system. Timotei, would
be nice to mention such thing in the commit message.
2011-04-16 17:31:58 +00:00
Timotei Dolean
cd19fc770b update the suppressed warnings 2011-04-16 13:56:02 +00:00
Jérémy Rosen
c68a158f37 apply patch 2633 by automagic : refactoring of the imagepath code 2011-04-15 14:44:23 +00:00
Timotei Dolean
c10a892e85 Add some extra preprocessor defines to disable some silly warnings 2011-04-11 19:05:45 +00:00
Anonymissimus
5faf48c7e6 project files update 2011-04-11 17:40:00 +00:00
Timotei Dolean
72fb7d0f1c Add more silly warning to be suppressed 2011-04-05 20:17:40 +00:00
Timotei Dolean
edd352bae9 Add some warning suppresions triggered by the MSVC compiler:
C4244, C4099, C4345
2011-04-05 16:24:09 +00:00
Timotei Dolean
f26118cfe9 Use the windows line endings for the visual studio solution 2011-04-05 16:23:39 +00:00
Timotei Dolean
a897724217 Update the msvc solution 2011-03-31 21:07:11 +00:00
Anonymissimus
be0fde561f project files update 2011-03-28 15:20:36 +00:00
Anonymissimus
340f0d1765 project files update, resolving a conflict 2011-03-06 17:40:01 +00:00
Mark de Wever
360ade6068 Revert the entire new messages stuff.
The main reason for reverting are:

The stuff has hampered my development for almost a month now, including
forcing me to delay things I need to/want to work on.

The recruit dialog looks very ugly on 1024x768 since it doesn't fit entirely
on the screen. It's still usable, but lowering the height of the main window
makes the dialog unusable.

The code includes several new wml errors:

"Invalid WML found: Window builder: parsing resolution tip with empty 'id'
field. Will become mandatory in 1.9.7. (4)"

The unit tests are broken, and instead of being fixed properly their
code is being `fixed' by disabling tests. 2011-03-05T20:39:56Z!fabianmueller5@gmx.de indicates it
should fix the unit tests, but it doesn't so the code seems
untested. Which means I still can't use the tests for other code I
want to commit.

In 2011-03-05T09:12:02Z!fabianmueller5@gmx.de fendrin commits not working code with the goal to
force me to help him, which I consider bad practice, show the code in
a pastebin if you want help. I want to work on things when _I_ choose
to, and not being coerced to by committing bad code.

Commit 2011-03-05T12:04:13Z!fabianmueller5@gmx.de throws private _GUI* macros in a global header,
which might break other code in unexpected ways. The file modified
even contains the documentation regarding how to use GUI* and _GUI*
macros. And another remark that I should look at fixing the issue.

So I had enough of this stuff; it's incomplete, buggy and hampers the work
of at least one other developer for several weeks now.

Reverts fendrin's commits:

2011-02-11T19:01:16Z!fabianmueller5@gmx.de
2011-02-12T06:25:47Z!fabianmueller5@gmx.de
2011-02-12T16:43:20Z!fabianmueller5@gmx.de
2011-02-12T17:37:40Z!fabianmueller5@gmx.de
2011-02-12T18:36:30Z!fabianmueller5@gmx.de
2011-02-12T19:59:34Z!fabianmueller5@gmx.de
2011-02-12T20:47:43Z!fabianmueller5@gmx.de
2011-02-12T21:41:35Z!fabianmueller5@gmx.de
2011-02-12T22:35:15Z!fabianmueller5@gmx.de
2011-02-14T19:24:40Z!fabianmueller5@gmx.de
2011-02-14T20:55:55Z!fabianmueller5@gmx.de,
2011-03-02T18:59:59Z!fabianmueller5@gmx.de
2011-03-03T13:34:48Z!fabianmueller5@gmx.de
2011-03-03T13:56:10Z!fabianmueller5@gmx.de
2011-03-03T17:32:49Z!fabianmueller5@gmx.de
2011-03-04T00:52:26Z!fabianmueller5@gmx.de
2011-03-04T11:27:39Z!fabianmueller5@gmx.de
2011-03-04T11:28:48Z!fabianmueller5@gmx.de
2011-03-05T09:12:02Z!fabianmueller5@gmx.de
2011-03-05T11:16:09Z!fabianmueller5@gmx.de
2011-03-05T11:19:37Z!fabianmueller5@gmx.de
2011-03-05T11:21:19Z!fabianmueller5@gmx.de
2011-03-05T11:32:25Z!fabianmueller5@gmx.de
2011-03-05T11:47:30Z!fabianmueller5@gmx.de
2011-03-05T12:00:39Z!fabianmueller5@gmx.de
2011-03-05T12:01:22Z!fabianmueller5@gmx.de
2011-03-05T12:02:03Z!fabianmueller5@gmx.de
2011-03-05T12:02:46Z!fabianmueller5@gmx.de
2011-03-05T12:04:13Z!fabianmueller5@gmx.de
2011-03-05T12:05:02Z!fabianmueller5@gmx.de
2011-03-05T12:20:25Z!fabianmueller5@gmx.de
2011-03-05T12:24:39Z!fabianmueller5@gmx.de
2011-03-05T13:56:43Z!fabianmueller5@gmx.de,
2011-03-05T16:32:38Z!fabianmueller5@gmx.de
2011-03-05T16:34:34Z!fabianmueller5@gmx.de
2011-03-05T16:35:17Z!fabianmueller5@gmx.de
2011-03-05T20:39:56Z!fabianmueller5@gmx.de
2011-03-05T22:17:03Z!fabianmueller5@gmx.de
2011-03-05T22:29:29Z!fabianmueller5@gmx.de.

Also reverts a build system change that is no longer needed:

2011-03-05T16:35:04Z!anonymissimus@arcor.de
2011-03-06 08:28:23 +00:00
Anonymissimus
7ece1be993 project files update 2011-03-05 16:35:04 +00:00
Anonymissimus
1cb38145f8 project files update 2011-02-19 16:01:24 +00:00
Anonymissimus
37650413e0 project files update 2011-02-13 18:41:15 +00:00
Anonymissimus
32916ef41f MSVC projectfile update 2011-02-12 17:22:01 +00:00
Anonymissimus
238ceb79d2 project file update CodeBlocks & MSVC 2011-02-07 15:05:21 +00:00
Iurii Chernyi
6df240e341 stub code for new candidate action for gnew ai lobal_fallback stage, 2011-01-03 03:45:52 +00:00
Anonymissimus
193cf7e9ad more MSVC project file update 2011-01-03 00:04:26 +00:00
Steven Panek
7c598e2314 Ran dos2unix and set svn:eol-style. 2011-01-02 22:22:16 +00:00
Anonymissimus
2727506553 MSVC project file update 2011-01-02 21:30:00 +00:00
Mark de Wever
e12ef64a87 More end of line fixes.
2011-01-01T20:38:45Z!koraq@xs4all.nl fixed the issue so touched all files to uncover more cases.
2011-01-01 21:06:03 +00:00
Timotei Dolean
62956b77ee fix for bug #16637 2010-12-30 17:37:36 +00:00
Timotei Dolean
9c7d1a58ee update Visual Studio solution 2010-12-08 18:19:09 +00:00
Iurii Chernyi
c7f8b17c88 expiremental recruitment by Grimling, work-in-progress code 2010-11-25 15:08:46 +00:00
Alexander van Gessel
5f91c3bd4a Get rid of binary WML 2010-11-18 22:21:00 +01:00
Anonymissimus
82ab4ac5d2 MSVC projectfile fix 2010-11-07 15:56:09 +00:00
Iurii Chernyi
c30997182e standard side filter 2010-11-06 23:43:53 +00:00
Anonymissimus
9b7c4e0956 MSVC projectfile update 2010-11-03 23:00:36 +00:00
Anonymissimus
a8050b5c8f Update the VS project file. 2010-10-18 19:18:09 +00:00