Commit graph

1774 commits

Author SHA1 Message Date
anonymissimus
40d81d1e25 cb project update 2013-10-03 01:36:14 +02:00
mattsc
ce958fec50 Update Xcode project file 2013-10-02 15:02:18 -07:00
Andrius Silinskas
947a842bad Translatable months and weekdays. Missing am/pm designations.
A simple std::strftime wrapper was introduced, which takes care of date
translations when needed. I.e. if correct locale is not available, or
locale in use does not support am/pm designations.
2013-10-02 14:49:37 +01:00
anonymissimus
bc067de37c vc project update 2013-09-27 16:49:42 +02:00
Ignacio R. Morelle
bd2062c7d1 CodeBlocks project update 2013-09-26 15:27:41 -03:00
mattsc
6f20df53ae Update Xcode projectfile 2013-09-26 07:17:45 -07:00
mattsc
50bb487e31 Update Xcode project file 2013-09-25 06:35:12 -07:00
anonymissimus
d03195686c cb project update 2013-09-25 12:51:15 +02:00
anonymissimus
fb51fe6b8f vc project update 2013-09-25 12:51:07 +02:00
Ignacio R. Morelle
ede9848bd8 Remove stub.hpp and the orphaned function using it
All this was used only by the no-op the_end() implementation.
2013-09-16 04:31:09 -03:00
anonymissimus
e330606b76 cb project update 2013-09-07 01:05:10 +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
Charles Dang
1816c8e1b6 Bumped XCode projfile version string 2013-08-18 02:43:02 +11:00
Lipka Boldizsár
ea2cbaa217 Update CodeLite project file. 2013-08-13 01:14:20 +02:00
Lipka Boldizsár
ab4a58bd16 Fix CodeLite project file to work with GDB. 2013-08-13 01:05:12 +02:00
anonymissimus
40472ab4b0 vc project update 2013-08-12 17:12:58 +02:00
Charles Dang
6daf0f3365 Long overdue XCode projfile update 2013-08-13 00:43:42 +11:00
JaMiT
c0435769bd Split game_events.cpp.
VC and XCode projects still need to be updated.
2013-08-11 19:31:20 -05:00
Alexander van Gessel
38b224c1ff Revert "Revert "Merge branch 'master' of github.com:wesnoth/wesnoth-old""
This reverts commit 23b72d6956.
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 5fa5c03411, reversing
changes made to 06374c64ba.
2013-08-08 18:50:46 +02:00
anonymissimus
eb00df8feb vc project update 2013-07-21 18:55:44 +02:00
anonymissimus
258bb9ddf8 cb project update 2013-07-21 18:55:35 +02:00
Alarantalara
fd58461ef9 Merge branch 'new_branch_name' 2013-06-24 23:45:32 -04:00
Alarantalara
2c192b8099 Update Xcode project.
Change release settings to what I'm using for releases, update menu accessible changelog.
2013-06-24 23:11:32 -04:00
anonymissimus
9751417f9d CodeBlocks/MinGw: remove -march=native
1. I discovered that this removes the duplicate section linker warnings...
2. The option causes binaries to be incompatible with different hardware.
2013-06-24 23:00:27 -04:00
Charles Dang
9792be35f8 Bumped version string to 1.11.5 2013-06-24 23:00:26 -04:00
Charles Dang
f25223b087 Updated XCode projfile (added editor selection action files) 2013-06-22 04:30:47 +11:00
anonymissimus
a74c56683f cb project update 2013-06-21 18:40:46 +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
anonymissimus
4cff56bce1 update CodeBlocks README 2013-06-19 18:33:15 +02:00
anonymissimus
91f1c7bce8 cb project update 2013-06-19 18:33:15 +02:00
Charles Dang
e0ee5325ec Updated XCode projfile 2013-06-20 00:27:38 +11: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
Alarantalara
4d61935f97 Remove empty folder 2013-06-16 11:06:53 -04:00
Charles Dang
3dd9e058c5 XCode proj: experimental default compiler bump 2013-06-11 21:18:56 +11:00
anonymissimus
e92e84f009 vc project update 2013-06-09 16:17:12 +02:00
anonymissimus
70e4b9afb4 cb project update 2013-06-09 16:12:23 +02:00
Charles Dang
7ac8aec106 Updated XCode projfile (removed editor_settings.*pp) 2013-06-09 16:31:10 +11:00
anonymissimus
405a2b7195 cb project update 2013-06-05 01:23:17 +02:00