Commit Graph

33853 Commits

Author SHA1 Message Date
Tomasz Śniatowski
edf1cec46b kill some VC9 warnings 2009-06-23 20:04:35 +01: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
Bartek Waresiak
ca1834dcba Fixed bug #13445 2009-06-23 16:06:18 +00:00
Eugen Jiresch
6845a467e5 added a call of play_controller::modify_turns() to menu_events.cpp 2009-06-23 15:43:22 +00:00
Eugen Jiresch
1f984df07c added const modifier to to the tod_manager_ member of game_savegame 2009-06-23 14:55:22 +00:00
Eugen Jiresch
919e8df58e added const modifier to savegame_config::to_config() 2009-06-23 14:05:03 +00:00
Eugen Jiresch
06ba22a905 replaced gamestatus member in class game_savegame by a tod_manager 2009-06-23 13:34:38 +00:00
Eugen Jiresch
96c751250f added turn information to tod_manager::to_config() 2009-06-23 08:37:17 +00:00
Eugen Jiresch
7c83b90d47 removed several declarations of class gamestatus 2009-06-23 08:17:38 +00:00
Eugen Jiresch
ea3fe5c834 removed gamestatus member from class turn_info 2009-06-23 07:29:00 +00:00
Eugen Jiresch
56e8bfade8 removed unused unused parameter from get_player_info() 2009-06-23 07:08:50 +00:00
Sergey Popov
cf831db47b Fixed lua check
The test program was missing #include <lauxlib.h> but
used luaL_newstate() which is defined in it.
2009-06-23 00:53:35 +00:00
Mark de Wever
9b3d75f618 Fix a compiler warning, corn please review. 2009-06-22 17:30:35 +00:00
Eugen Jiresch
66e8839dda removed gamestatus parameter from wml_animation(),
...do_replay() and do_replay_handle()
2009-06-22 14:48:47 +00:00
Eugen Jiresch
ee5ec12635 removed gamestatus member from classes attack_prediction_displayer,
...battle_prediction_pane, mouse_handler and menu_handler
2009-06-22 14:07:16 +00:00
Eugen Jiresch
e97b2cfe03 removed gamestatus member from ai::game_info and ai_default 2009-06-22 12:48:35 +00:00
Eugen Jiresch
a76c7a7b5c removed unused gamestatus parameter from check_victory() 2009-06-22 12:19:24 +00:00
Eugen Jiresch
2424a1fc97 removed gamestatus member from class attack 2009-06-22 12:09:57 +00:00
Eugen Jiresch
997d4b3742 removed unused gamestatus parameter from unit ctors 2009-06-22 11:32:52 +00:00
Eugen Jiresch
793bda65bf removed gamestatus member from class unit...
...(unused ctor parameter to be removed soon)
2009-06-22 10:50:30 +00:00
Eugen Jiresch
c0c779968b removed gamestatus parameters from class battle_context 2009-06-22 08:15:02 +00:00
Eugen Jiresch
3d31ef9270 removed gamestatus parameter from set_specials_context() and struct unit_type 2009-06-22 07:45:41 +00:00
Eugen Jiresch
58d9fed35b removed gamestatus member from class attack_type 2009-06-22 07:20:53 +00:00
Eugen Jiresch
34b24b48a6 replaced gamestatus parameter in timeofday_at() by tod_manager 2009-06-22 07:08:40 +00:00
Iurii Chernyi
44b130347c ai_composite: new candidate action: testing_ai_default::get_healing_phase 2009-06-21 21:20:09 +00:00
Gregory Shikhman
af2e676fb8 more work on page to add views, added a TODO with timeframes 2009-06-21 21:15:43 +00:00
Nils Kneuper
89ef15af5f add Ronny Standtke to the list of german translators...
...(for his work on proofreading)
2009-06-21 20:35:33 +00:00
Iurii Chernyi
7a270d527c ai_composite: new candidate action: testing_ai_default::combat_phase 2009-06-21 19:49:34 +00:00
Gregory Shikhman
3b3419f3a6 initial code for a frontend to add new views 2009-06-21 19:43:21 +00:00
Gregory Shikhman
7463521e3b Added unicode support, fixed bug in filter table html 2009-06-21 19:30:30 +00:00
Gregory Shikhman
43a1bde84e added in filter support 2009-06-21 18:42:48 +00:00
Guillaume Melquiond
607df284df Converted old style markup to Pango markup. 2009-06-21 18:26:44 +00:00
Mark de Wever
0e8ec46936 Refactored the grid building code.
This avoids code duplication in older code and made the grid building
code more alike.
2009-06-21 18:07:16 +00:00
Mark de Wever
64d00c2fd7 Remove an unused declaration. 2009-06-21 18:06:50 +00:00
Guillaume Melquiond
10d6ac30f8 Lengthened function name a bit too avoid typos. 2009-06-21 17:49:59 +00:00
Guillaume Melquiond
7274be4ee5 Added some Lua accessors for unit types. 2009-06-21 17:49:55 +00:00
Guillaume Melquiond
0cde553dd3 Mentioned the dependencies for enabling desktop notifications. 2009-06-21 17:18:00 +00: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
Mark de Wever
8b31dec40d Remove the old easy block algorithm code. 2009-06-21 14:08:29 +00:00
Mark de Wever
86aa9471c5 Add a new algorithm for easy close detection.
Instead of fiddling the status during creation, test once when starting
to show. The old code is there in parallel, but will be removed in the
next commit.
2009-06-21 14:08:16 +00:00
Sergey Popov
aa8d18ceeb Handle Glib::Error exceptions...
...that may be thrown by code implementing libnotify support.
2009-06-21 11:32:16 +00:00
Mark de Wever
e767deceaa Move gui2::tbuilder_password_box to its own file. 2009-06-21 11:15:39 +00:00
Guillaume Melquiond
ef06a3005f Fixed memory corruption caused by the select event...
...modifying a unit whose movements are being reset.
2009-06-21 10:51:30 +00:00
Sergey Popov
39621ecc0d Added support for libnotify desktop notifications to scons. 2009-06-21 10:44:53 +00:00
Nils Kneuper
e3e4c37f52 updated German (parts of patch #1178 and patch #1180 )...
...and Icelandic translation
2009-06-21 10:31:00 +00:00
Mark de Wever
cf17c0d355 Fix blurring if the bpp is not 32.
Ilor discovered the problem and YogiHH noticed it be due to using 16
bpp and also tested the initial version of this patch.
2009-06-21 09:22:42 +00:00
Mark de Wever
f4cc9d9dc8 Fix some compiler warnings. 2009-06-21 09:22:34 +00:00
Mark de Wever
46eb8bbb04 Remove a duplicate include, caught by stikonas. 2009-06-21 09:17:15 +00:00