Commit Graph

88 Commits

Author SHA1 Message Date
Tomasz Śniatowski
0a7307b1b7 VC9: remove accidentally added NDEBUG define from debug...
...mode wesnothlib build options
2009-07-12 18:11:12 +01:00
Tomasz Śniatowski
93046fcb84 VC9 projectfile update: add NOMINMAX define,
...add defines to wesnothlib which it lacked
2009-07-11 23:21:47 +01:00
Tomasz Śniatowski
79c55de70f VC9 projectfile update 2009-07-10 00:12:20 +01:00
Tomasz Śniatowski
1b07c2c3b3 Major VC9 projectfile update:
...add a wesnothlib project with common stuff from wesnoth and
wesnothd. Improves build times when building both and prevents
spurious errors from happening.
2009-07-08 20:37:17 +01:00
McShark
85eeeae88d Update according to recent file changes 2009-07-07 19:12:49 +00:00
Tomasz Śniatowski
bea2bf4e8d VC9 projectfile update 2009-07-06 09:03:22 +01:00
McShark
9fe323644d Update according to recent file changes 2009-07-05 16:40:10 +00:00
Tomasz Śniatowski
bec74097c4 vc9 project up 2009-07-04 18:06:46 +01:00
Tomasz Śniatowski
889c53d0a5 VC9 projectfile update 2009-07-04 17:24:15 +01:00
Iurii Chernyi
b1db99c180 AI Composite: new engine: formula ai engine (added a stub file) 2009-07-01 20:22:44 +00:00
Tomasz Śniatowski
0045363070 VC9 projectfile update 2009-06-28 01:09:57 +01:00
McShark
4e50a2d638 Full warning enabled
Update according to recent file changes of mordante
2009-06-25 18:19:08 +00:00
McShark
aca6b74039 Update according to recent file changes of mordante 2009-06-25 18:10:39 +00:00
Tomasz Śniatowski
c234d8acf0 VC9 projectfile update 2009-06-23 19:41:24 +01:00
Tomasz Śniatowski
86c0400467 add room manager files to vcproj 2009-06-23 19:40:45 +01:00
McShark
5a2780fc37 add .layout to svn:ignore 2009-06-21 16:27:44 +00:00
McShark
525f544bd8 Update according to recent file changes of mordante 2009-06-21 16:21:02 +00:00
McShark
0f5c9a1d1c Update according to recent file changes of mordante 2009-06-18 18:39:22 +00:00
McShark
0b2e2d9f61 Update according to recent file changes 2009-06-16 18:31:09 +00:00
Tomasz Śniatowski
eb0997d1a9 add new files to msvc project and fix issues with same filenames 2009-06-11 20:55:03 +01:00
Tomasz Śniatowski
ef5a2202dc rm deleted files from the msvc project 2009-06-11 20:54:45 +01:00
Iurii Chernyi
fff0d9b9f9 file renames in src/ai 2009-06-09 13:00:46 +00:00
McShark
1edd0db9a3 Update according to recent file changes 2009-06-08 18:14:49 +00:00
Iurii Chernyi
59f781e290 new AI: ai_composite 2009-06-04 17:48:27 +00:00
McShark
af522cbcf0 Update according to recent file changes 2009-06-02 16:33:57 +00:00
Chris Hopman
61eaf0a32f add shared_string.hpp 2009-06-02 01:02:20 +00:00
Chris Hopman
6457ce1b90 add shared_object.hpp, the base for shared string and tstring 2009-05-29 17:12:21 +00:00
McShark
36d0598005 Added src/gui/dialogs/transient_message...
...and src/gui/widgets/scrollbar_container_private.hpp

Formatting for SCons file
2009-05-28 18:28:57 +00:00
Jan Herzog
9f9a8f4c1d Updated VC9's wesnoth.vcproj to add missing files. 2009-05-24 18:45:39 +00:00
McShark
bc8b4a7183 Added src/server/player_network and src/server/room
WIN-Format for SCons, too (for easier diffs)
2009-05-21 15:36:28 +00:00
Tomasz Śniatowski
613189f9f0 Create a room class separate from the game class, and use it for the lobby.
There remains some unfortunate duplicate code that will be removed in
the future, not all "lobby-hacks" have yet been removed from the game
class either.
2009-05-19 10:01:28 +01:00
Tomasz Śniatowski
688468ac47 VC9 wesnothd solution settongs update 2009-05-18 16:39:53 +01:00
Tomasz Śniatowski
1fdb4c2df8 add new file to build systems 2009-05-18 09:45:07 +01:00
McShark
27d1c81f79 Added src/server/server.hpp 2009-05-15 21:10:52 +00:00
Tomasz Śniatowski
824247392e split server class definition to a header file 2009-05-15 08:49:48 +01:00
Tomasz Śniatowski
e9ef486b9c set svn eol style on vc9 project files...
...to hopefully make git behave nicer with them
2009-05-15 08:37:03 +01:00
McShark
148570c170 Changing slashes to win-version for easier diff 2009-05-07 20:10:58 +00:00
McShark
6252fa07c2 Adding newer files for 1.7 2009-05-07 20:09:53 +00:00
Jan Herzog
445d1a33a4 Removed unneeded 'Additional Dependencies'...
- which got added in trunk 2009-05-01T18:40:09Z!kailoran@gmail.com - to prevent MSVC from
  throwing linking errors.
2009-05-03 12:53:32 +00:00
Tomasz Śniatowski
e97b8d3876 vc9 project file update from Reisiger 2009-05-01 19:40:09 +01:00
Iurii Chernyi
75f6779ee8 AI refactoring: split ai_interface into three parts:
1) ai_interface - interface between the ai and the game

2) ai_game_info - information about the game for the AI (former
ai_interface::info)

3) ai_readwrite_context - interface between the ai
and ai components. 

Removed ai_interface code from ai/ai.cpp (this removed ~20% from
ai/ai.cpp, and, accidentally, left ai/ai.cpp exactly 2000 lines long)
2009-04-30 23:33:56 +00:00
Iurii Chernyi
ab540dca15 New source file pair: ai/testing.[ch]pp...
Modified automake/cmake/scons/MSVC9 build configs.
2009-04-29 01:28:05 +00:00
Sergey Popov
e2f3b97af5 Committed McShark's projectfiles update. 2009-04-27 22:47:44 +00:00
Tomasz Śniatowski
59596ad619 move the ai ?pp files into a filter in the vc9 project...
...to reflect the changed dir structure
2009-04-25 16:02:03 +01:00
Tomasz Śniatowski
e3a4fc8ceb add new files to vc9 project file 2009-04-25 15:49:16 +01:00
Sergey Popov
0c8e66da18 Committed McShark's projectfiles update. 2009-04-24 11:33:40 +00:00
Chris Hopman
a13ef96987 -update VC9 and CodeBlocks project files for 2009-04-23T20:10:43Z!cjhopman@gmail.com 2009-04-23 20:22:31 +00:00
Iurii Chernyi
b03e2556d4 Moved ai-related files to /src/ai/
Prefixes retained (at least for now).
2009-04-14 11:04:03 +00:00
Mark de Wever
a8d51bd972 Compilation fixes for MSVC.
Add a missing include and missing files in the project.

Patch provided by Reisiger.
2009-04-13 10:08:27 +00:00
Iurii Chernyi
cef695a685 AI Refactoring: new stub AI actions code. 2009-04-13 01:28:30 +00:00