Commit graph

286 commits

Author SHA1 Message Date
anonymissimus
1932c9962e vc9 project update 2013-04-13 20:15:50 +02:00
anonymissimus
c30e960247 mute some MSVC level 4 warnings thrown by included boost 1.46.1 headers 2013-04-09 01:09:02 +02:00
anonymissimus
b369ade4b3 vc project update 2013-04-03 00:03:38 +02:00
Ignacio R. Morelle
66efdbab26 gui2/trename_unit: Implement new GUI2 Rename Unit dialog
This is probably the simplest GUI2 dialog I've ever implemented.
2013-03-28 05:15:56 -03:00
Eric S. Raymond
7f85fa000c The git transition.
Most references to and dependencies on Subversion have been removed.
"+svn" is now "+dev". Files that can't be fixed yet have a FIXME-GIT
comment in them; most of these are in the website tests.
2013-03-26 10:44:47 -04:00
Anonymissimus
92fb55568b add movetype.hpp/cpp to VC project 2013-02-23 01:12:40 +00:00
Mark de Wever
53259cf8c8 Increased the pango cairo dependency to 1.24.4.
Loonycyborg I didn't see a version check in SCons and I didn't add one,
please review.
2013-02-16 09:07:31 +00:00
Anonymissimus
73ffc34098 project file linker setting hacks to make VC debugger work (for me...) 2012-11-29 21:29:14 +00:00
Anonymissimus
2bc46a794c vc project update 2012-09-25 20:18:56 +00:00
Anonymissimus
dd8f12c870 vc project update 2012-09-25 16:50:47 +00:00
Anonymissimus
3a60c10b9e vc project update 2012-08-25 16:33:58 +00:00
Étienne Simon
bdb80cda9d VS project files update (by our good sir gabba). 2012-08-17 20:16:21 +00:00
Anonymissimus
42f5dd9dc2 vc project update 2012-07-27 22:40:50 +00:00
Anonymissimus
5e7744dcd0 vc project update 2012-07-22 17:43:23 +00:00
Timotei Dolean
e420373451 Update the MSVC9 project 2012-07-22 17:17:13 +00:00
Timotei Dolean
f616aa5884 Update the MSVC9 solution file - remove the palette_layout files 2012-07-22 13:17:21 +00:00
Timotei Dolean
5ee761ada1 Fix the 'ReleaseDEBUG' configuration to include the missing source files 2012-07-15 09:19:23 +00:00
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