Anonymissimus
5e18e142cc
MSVC projectfile update
2012-01-31 18:43:36 +00:00
Anonymissimus
9297f64221
CB projectfile update
2012-01-31 18:43:18 +00:00
Simon Forsyth
d2ab4f1610
Remove useless path
2012-01-29 01:02:07 +00:00
Simon Forsyth
928aef01a9
update version numbers, user directory, etc. for 1.10 in Xcode package
2012-01-22 17:17:28 +00:00
Simon Forsyth
85f03a3c65
Update copyright to 2012 in Xcode project
2012-01-09 03:11:27 +00:00
Simon Forsyth
38a4e9c441
Update Xcode project version numbers to 1.9.14
2012-01-09 03:08:46 +00:00
Simon Forsyth
d3c417c2b7
Xcode version number to 1.9.13
2011-12-21 01:13:47 +00:00
Simon Forsyth
80269b2295
Update Xcode project file
2011-12-17 20:44:19 +00:00
Anonymissimus
053fbc4037
Revert "testwise enable --std=c++0x in CodeBlocks"
...
This reverts commit 2011-12-14T14:50:39Z!anonymissimus@arcor.de.
There appears to be at least one fatal c++0x bug yet;
std::stable_sort, messing up the campaign selection menu.
2011-12-17 18:10:25 +00:00
Anonymissimus
14de8db5da
testwise enable --std=c++0x in CodeBlocks
...
Works for me after mordante's fix.
2011-12-14 14:50:39 +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
Simon Forsyth
1494d38766
Update Xcode package version to 1.9.12
2011-12-06 01:52:20 +00: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
35a17fd952
visual studio 2010 projectfile update
2011-11-27 01:55:50 +00:00
Simon Forsyth
aa648f638c
Xcode 1.9.11 version numbering
2011-11-23 23:04:30 +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
67d6408de8
update built instructions
2011-11-09 23:55:52 +00:00
Simon Forsyth
b86a6cefb7
Update Xcode project
2011-10-30 14:17:00 +00:00
Anonymissimus
133e2f92eb
CB projectfile update
2011-10-29 21:15:37 +00:00
Anonymissimus
351d7f54b6
VS9 projectfile update
2011-10-29 21:15:17 +00:00
Anonymissimus
2a2cc9bb4f
CB projectfile update
2011-10-28 16:09:18 +00:00
Anonymissimus
a864beb1f3
VS projectfile update
2011-10-28 16:08:59 +00:00
Simon Forsyth
7151c8630d
prepare Xcode project for 1.9.10 release
2011-10-28 04:03:35 +00:00
Anonymissimus
2b71c291af
code blocks projectfile update
2011-10-26 17:27:02 +00:00
Anonymissimus
4e974060d6
visual studio projectfile update
2011-10-26 17:26:05 +00:00
Simon Forsyth
acdfb77ba1
turn off OpenMP in OS X project
2011-10-25 00:55:14 +00:00
Simon Forsyth
43dfb2c853
Update Xcode project file to match 2011-10-10T02:43:29Z!ai0867@gmail.com
2011-10-12 02:54:05 +00:00
Anonymissimus
8e2490c968
MSVC10 projectfile update
2011-10-10 17:12:42 +00:00
Anonymissimus
6b012ddec0
CB projectfile update
2011-10-10 17:11:23 +00:00
Anonymissimus
97002a783f
MSVC9 projectfiles update
2011-10-10 17:11:04 +00:00
Anonymissimus
769b8f5ba6
Define DEBUG_LUA in CB debug configuration and add files.
2011-10-03 20:51:52 +00:00
Anonymissimus
fb19fde97b
Define DEBUG_LUA in MSVC9 debug configuration and add files.
2011-10-03 20:51:36 +00:00
Simon Forsyth
a84915d712
Update Xcode project file to include new source files
2011-09-13 00:55:22 +00:00
Anonymissimus
b7801e1feb
VC10 projectfile update
2011-09-12 16:47:37 +00:00
Anonymissimus
6c7ab5b6db
CB projectfile update
2011-09-12 16:47:05 +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
17b3aaa60b
add exceptions.cpp to CB projectfile
2011-09-10 17:20:17 +00:00
Anonymissimus
c57c0d35cf
add exceptions.cpp to VC10 projectfile
2011-09-10 17:20:01 +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
Anonymissimus
252a829121
VC10 projectfile update
2011-09-09 14:27:10 +00:00
Anonymissimus
9b9839bebf
CB projectfile update
2011-09-09 14:26:51 +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