262 Commits

Author SHA1 Message Date
anonymissimus
fb51fe6b8f vc project update 2013-09-25 12:51:07 +02:00
anonymissimus
c5bfcbc6f8 fix the MSVC project file 2013-09-07 01:05:10 +02:00
lipk
48a5b585e8 Ignore build folder for ReleaseDEBUG MSVC builds. 2013-09-06 22:17:38 +02:00
Andrius Silinskas
c84e94fe9b Bring back MP options (patch by lipkab). 2013-09-05 18:33:45 +01:00
Andrius Silinskas
5d1406c30e Added a new class to handle factions, leaders and genders. 2013-09-05 18:33:41 +01:00
Andrius Silinskas
0509d0c188 Unify leaders and genders set up between mp::connect and mp::wait.
The relevant functions from mp::connect were moved to mp::ui to enable
them to use by mp::wait as well. This is not the most elegant solution,
but in the future mp::connect and mp::wait should be merged into one,
and those functions could be moved back to where they were.

leader_list.?pp has been removed since it is no longer used.
2013-09-05 18:33:35 +01:00
Andrius Silinskas
13e22fd6f1 Initial step for splitting mp::connect into gui and engine. 2013-09-05 18:33:33 +01:00
Andrius Silinskas
c00e94de18 Move the initialization of the new level config to a different file.
This is initial step to unify the level initialization between
multiplayer_connect.cpp and playcampaign.cpp for multiplayer games.
2013-09-05 18:33:32 +01:00
Andrius Silinskas
97559fa5ec Separate gui and engine in mp::create.
Some things still need to be moved from gui to engine.
2013-09-05 18:33:26 +01:00
Boldizsár Lipka
aa71f67d47 RIP mp_options.?pp 2013-09-05 18:33:23 +01:00
JaMiT
a213190130 Remove some functions that have been unused for a year (r54990). 2013-08-25 22:32:27 -05:00
anonymissimus
40472ab4b0 vc project update 2013-08-12 17:12:58 +02:00
Alexander van Gessel
38b224c1ff Revert "Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old""
This reverts commit 23b72d6956e6316f8b50a6accba607f66cf197a7.
2013-08-09 00:13:46 +02:00
Thibault Févry
23b72d6956 Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old"
This reverts commit 5fa5c034110c3c942d299c8fd440297c89aca037, reversing
changes made to 06374c64ba00977a4f720a44108593fc43d5c787.
2013-08-08 18:50:46 +02:00
anonymissimus
eb00df8feb vc project update 2013-07-21 18:55:44 +02:00
anonymissimus
c9a0a9bc3a vc project update 2013-06-21 18:40:13 +02:00
anonymissimus
54adc2ec0a update MSVC README
While those intructions to build the dependencies are no longer very
accurate, they are the only description of how to build the windows
dependencies given in a wesnoth context, removing them is a bad idea.
2013-06-19 18:33:16 +02:00
Andrius Silinskas
4175e62956 Remove game controllers: new and abstract. 2013-06-19 13:59:26 +01:00
Andrius Silinskas
377e9adc8e Clean-up and polish of game_config_manager game_controller class.
Add extra braces.
Substitute for loop with BOOST_FOREACH.
Update CMakeLists.txt and VC9/wesnoth.vcproj.
Split some long lines.
Change pass by value to pass by reference.
Fix formatting of some comments.
Introduced enums for load_game_cfg().
2013-06-19 13:59:24 +01:00
anonymissimus
e92e84f009 vc project update 2013-06-09 16:17:12 +02:00
anonymissimus
080282b2fb vc project update 2013-06-05 01:23:17 +02:00
flix/Felix Bauer
29e8584738 Add new aspect 'advancements'
As part of a GSoC proposal I added a new aspect so a scenario editor can control advancements in two ways:
1. Define a aspect with a string-value like "Swordsman, Knight", so the units of interesst will always advance to this
2. Use the LUA-Engine and return a function of the form advance(x, y) which will itself return a string-value
    like "Swordsman, Knight". Everytime a ai-unit advances advance(x, y) will be called.
The corresponding wikipage (http://wiki.wesnoth.org/AiWML) is going to be updated soon.
2013-06-01 17:21:12 +03:00
anonymissimus
5cab0b2654 vc project update 2013-05-24 17:53:17 +02:00
anonymissimus
ec7714193e vc project update 2013-05-18 22:46:24 +02:00
anonymissimus
1b6ca091d9 vc project update 2013-05-10 16:01:36 +02:00
anonymissimus
f24c4104f7 vc project update 2013-05-07 00:10:58 +02:00
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