319 Commits

Author SHA1 Message Date
Anonymissimus
4834cee0a4 add some test files which have been added since I did this the last time 2012-07-14 22:02:57 +00:00
Timotei Dolean
43e0449a35 Remove the 'Debug (fast)' and 'Release DEBUG' configurations 2012-07-14 18:58:20 +00:00
Timotei Dolean
f9533a240b Revert "Remove the 'Release DEBG' configuration...
...and do a small cleanup to the .vcproj files"
2012-07-14 18:58:04 +00:00
Timotei Dolean
d047f4785b Revert "Fix the MSVC9 'wesnoth' project" 2012-07-14 18:57:54 +00:00
Timotei Dolean
a62a3af148 Fix the MSVC9 'wesnoth' project 2012-07-14 18:35:11 +00:00
Timotei Dolean
d81beb3f70 Remove the 'Release DEBG' configuration...
...and do a small cleanup to the .vcproj files
2012-07-14 17:43:13 +00:00
Timotei Dolean
98798757cd Add the 'ReleaseDEBUG' configuration.
It seems MSVC has problems using configurations that have spaces in
their names.  This replaces the previous 'Release DEBUG' configuration
2012-07-14 17:42:54 +00:00
Timotei Dolean
6ffa1df438 Add MSVC9 configuration: Release with DEBUG 2012-07-14 17:42:36 +00:00
Anonymissimus
da6b8563a8 vc project update 2012-07-14 15:58:59 +00:00
Anonymissimus
ac082f4318 Remove _SECURE_SCL=0 from the preprocessor definitions.
This caused the visual studio release builds to crash instantly
upon startup. Apparently due to it being buggy.

timotei: Please check whether it works for you now.
gabba: Please be careful with such experiments.
2012-07-10 14:15:03 +00:00
Anonymissimus
81fb2845f6 vc project update 2012-07-08 14:00:45 +00:00
Anonymissimus
c89be76e6f VC9 project update 2012-07-06 17:40:34 +00:00
Anonymissimus
29f6369bc0 VC9 project update 2012-06-16 15:53:19 +00:00
Anonymissimus
5cd90b05b1 vc project update 2012-05-30 16:41:45 +00:00
Anonymissimus
94e8a9520f vc9 project update 2012-05-28 16:05:55 +00:00
Anonymissimus
4238ec7177 vs project update 2012-05-27 14:03:31 +00:00
Anonymissimus
1f1ee0e938 VC9 projetcfile update 2012-05-26 13:59:50 +00:00
Anonymissimus
25eefaedea VC9 projectfile update
- add new files

- remove HAS_ITERATOR_DEBUGGING=0 define, since the functionality is
too useful and it should be _HAS_ITERATOR_DEBUGGING with a leading _
2012-05-20 16:30:00 +00:00
Anonymissimus
5b79dac855 VC9 projectfile update
-fix object output path for added files for all configurations

-extend gabba's attempt for making MSVC compile and debug faster in
2012-05-06T14:49:37Z!gabrielmorin@gmail.com from debug to the other configurations
2012-05-06 21:53:19 +00:00
Gabriel Morin
7a55f97751 Added missing files to VS2008 project. Fixes compilation. 2012-05-06 14:49:37 +00:00
Timotei Dolean
2ec880d6a8 Update the MSVC9 project 2012-04-30 18:30:57 +00:00
Gabriel Morin
cd490c1344 Missing file in VC9 project. 2012-04-04 01:47:28 +00:00
Anonymissimus
efacd76ffe set MSVC's intermediate output directories correctly
I finally managed to solve the linker warning spam about missing debug
information for liblua. Apparently the file MSVC was looking for was
overwritten by the one for wesnoth wich has the same name. This sets
an individual directory to write it to as it's already done for
wesnothlib. Also, this finally enables me to debug deep down into the
lua upstream source. :)

Also some other mostly warning related adjustments and fixes.
2012-03-28 18:15:50 +00:00
Anonymissimus
593e98090c mute some MSVC warnings about unreferenced local functions
Works only by disabling for the file in the project file.
This seems to be some bug, it is clearly wrong.
2012-03-28 18:14:57 +00:00
Anonymissimus
98fcec48cf MSVC project update 2012-03-21 20:47:12 +00:00
Anonymissimus
1ad6e1fd29 VC projectfile update 2012-03-20 22:49:28 +00:00
Anonymissimus
58f897998e VC9 projectfile update 2012-03-13 21:51:07 +00:00
Anonymissimus
6a8ca60532 MSVC9 projectfile update 2012-03-09 21:47:28 +00:00
Anonymissimus
38533d6d23 VC9 projectfile update 2012-03-01 01:04:04 +00:00
Anonymissimus
95c3c959f8 VC9 projectfile update 2012-02-28 17:52:54 +00:00
Anonymissimus
8a1af406f3 VC9 projectfile update 2012-02-25 18:01:21 +00:00
Anonymissimus
91a7040013 VC9 projectfile update 2012-02-24 17:44:29 +00:00
Anonymissimus
1a77f70a85 VC9 projectfile update 2012-02-22 20:50:35 +00:00
Anonymissimus
270ed97c2c VC9 projectfile update 2012-02-20 19:30:40 +00:00
Ignacio R. Morelle
20bcf49f3e Remove custom pool memory allocator per wesnoth-dev mailing list discussion
This affects the cmake and scons scripts, and various project files in
projectfiles/. I have only tested my changes to scons (and loonycyborg
might still want to review the diff regarding a line in src/SConscript
involving game.cpp).
2012-02-19 18:43:20 +00:00
Anonymissimus
37b5e40d9d VC9 projectfile update 2012-02-06 20:21:07 +00:00
Anonymissimus
9858f59e50 VC9 projectfile update
There are some (new) warnings for the lua source;

set warning level for subproject
liblua to 0. Not our job.
2012-02-04 22:22:25 +00:00
Anonymissimus
9ae7de1fe7 MSVC projectfile update 2012-02-04 02:59:32 +00:00
Anonymissimus
5e18e142cc MSVC projectfile update 2012-01-31 18:43:36 +00:00
Alexander van Gessel
509655682e Merge and update 2011-05-02T18:52:36Z!terraninfo@terraninfo.net from 1.8 branch
rework MP chat log as a GUI2 dialog with colored display of messages
2011-12-12 02:26:27 +01:00
Anonymissimus
0bfd31b17d Enable remaining tests.
Move util.cpp from wesnothlib to wesnoth and define a preprocessor
symbol to escape a duplicate reference.
2011-11-28 15:52:23 +00:00
Anonymissimus
03c72445ce disable MSVC warnings about unreferenced local functions...
...for gui/widgets/generator

(they're wrong according to mordante)
2011-11-27 15:18:35 +00:00
Anonymissimus
aba8aa5d70 make tests usable in MSVC9
basically this method: 

http://blog.yastrebkov.com/2010/07/boost-test-setup-and-usage.html

since I haven't found a way to solve the 400+ linker errors when
adding as a new project.

Created 2 additional configurations for project wesnoth only to build
a test.exe out of this project (debug/release).

Debugger works with the boost tests.

No main function conflict, interestingly.

2 problematic tests/cpp files in the test directory are disabled yet.
2011-11-27 01:57:11 +00:00
Anonymissimus
3c793eb445 add a built configuration to MSVC for detecting memory leaks
defining HAVE_VISUAL_LEAK_DETECTOR, other settings copied from
Debug configuration, so people aren't required to include vld.h
2011-11-18 19:58:47 +00:00
Anonymissimus
351d7f54b6 VS9 projectfile update 2011-10-29 21:15:17 +00:00
Anonymissimus
a864beb1f3 VS projectfile update 2011-10-28 16:08:59 +00:00
Anonymissimus
4e974060d6 visual studio projectfile update 2011-10-26 17:26:05 +00:00
Anonymissimus
97002a783f MSVC9 projectfiles update 2011-10-10 17:11:04 +00:00
Anonymissimus
fb19fde97b Define DEBUG_LUA in MSVC9 debug configuration and add files. 2011-10-03 20:51:36 +00:00
Anonymissimus
22b202235a vc9 projectfile update 2011-09-12 16:46:47 +00:00