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
Anonymissimus
d3afdb7b5c
removed interned.cpp to mute a warning
2011-09-11 16:22:38 +00:00
Anonymissimus
bec936cde5
add exceptions.cpp to VC9 projectfile
2011-09-10 17:19:43 +00:00
Timotei Dolean
efafc24744
Revert "Add the _WIN32_WINNT define to the MSVC9 solution"
...
This reverts commit 0270dfc6a6ed672b0774a73bc6a7ef36310546be.
2011-09-09 17:30:39 +00:00
Timotei Dolean
94382e1005
Add the _WIN32_WINNT define to the MSVC9 solution
2011-09-09 16:04:36 +00:00
Timotei Dolean
8afd7ceb00
update MSVC9 solution
2011-09-09 16:04:27 +00:00
Timotei Dolean
02ad6c9dbc
Add the required libs to the Debug configuration...
...
...for the schema_generator project
2011-09-05 18:50:44 +00:00
Timotei Dolean
3c7264d764
Add the loadscreen_empty to the wesnothlib project...
...
...so it won't need any other non-related dependencies
2011-09-04 22:12:17 +00:00
Timotei Dolean
66225f871d
Don't compile the schema_generator project by default.
2011-09-04 17:31:31 +00:00
Timotei Dolean
dfd304d995
Create the project for schema_generator in MSVC 9
2011-09-04 17:28:32 +00:00
Anonymissimus
0056c7c18a
VS9 projectfiles update
2011-08-23 16:33:15 +00:00
Tommy Schmitz
3f97512688
Renamed mapbuilder_visitor to mapbuilder.
2011-08-20 08:05:42 +00:00
Anonymissimus
6df03749c3
MSVC9 projectfiles update
2011-08-18 15:21:06 +00:00
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