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
Mark de Wever
d7c68c0f7d
Revert 2009-06-20T10:21:21Z!joerg.hinrichs@alice-dsl.de.
...
The fix is not correct, since the test added should already be done in the
code. This seems to fail and should be fixed.
2009-06-21 08:48:29 +00:00
Mark de Wever
9e83980e72
Move gui2::tbuilder_text_box to its own file.
2009-06-21 08:41:44 +00:00
Mark de Wever
05fe8cf890
Move gui2::tbuilder_spacer to its own file.
2009-06-21 08:29:21 +00:00
Mark de Wever
5e1b5656a9
Move gui2::tbuilder_menubar to its own file.
2009-06-21 07:52:07 +00:00
Guillaume Melquiond
6b792024a5
Fixed output when failing intermediate checks.
2009-06-21 07:16:11 +00:00
Guillaume Melquiond
fdd6ee4ca2
Added support for libnotify-based desktop notifications...
...
...(patch #1179 by method).
2009-06-21 07:16:05 +00:00
Gunter Labes
0140e8dd03
send a server message when the game was started...
...
...with an uncontrolled (non-empty) side
2009-06-21 01:36:36 +00:00
Gunter Labes
b825474ddc
process network data first...
...
...so user actions work on as uptodate data as possible
should fix some rare race conditions (as far as is possible)
2009-06-21 01:36:27 +00:00
Nils Kneuper
8b742e5437
updated Russian translation
2009-06-20 22:23:11 +00:00
Guillaume Melquiond
eaf77adf34
Added Lua functions for accessing unit types.
2009-06-20 21:58:09 +00:00