Commit Graph

33677 Commits

Author SHA1 Message Date
Gunter Labes
5db1040c63 made [recall] use x,y=recall,recall...
...instead of x,y= so it works with the now stricter unit filter
2009-06-18 10:03:24 +00:00
Gunter Labes
b09e43b5b2 removed the useless ghost user number 2009-06-18 10:03:09 +00:00
Eugen Jiresch
3bfd9f4d40 temporarliy added assertion to verifiy correct update...
...of time of day. will be removed with gamestatus removal
2009-06-18 07:07:19 +00:00
Jérémy Rosen
9099b91ac8 skip WML created sounds, messages, floating labels...
...and labels during quick replay, fix bug #13519
2009-06-17 19:08:28 +00:00
Lari Nieminen
aab3b82c52 Probably fixes the remainder of bug #13323. Please test. 2009-06-17 17:39:10 +00:00
Eric S. Raymond
beb5b37f7a Punch up the ending of TRoW a little,
...culminating the battling-courtship thing Haldric and Jessene have
been doing throughout the campaign.  This means TRoW can be
soft-frozen for translation.
2009-06-17 16:28:14 +00:00
Karol Nowak
fcf7be6cd6 Experimental laurel icon to be used as campaign completion indicator. 2009-06-17 15:22:49 +00:00
Eugen Jiresch
5ea9a1120a removed further references to gamestatus methods...
...by their tod_manager equivalents
2009-06-17 14:52:04 +00:00
Eugen Jiresch
05f945de21 replaced references to gamestatus by tod_manager in terrain_filter 2009-06-17 14:30:17 +00:00
Eugen Jiresch
aa6f764d53 added tod_manager member to terrain_filter...
...and tod_manager argument to wml_animation()
2009-06-17 14:01:34 +00:00
Eugen Jiresch
39b987483b added tod_manager argument to unit::set_game_context() 2009-06-17 13:22:33 +00:00
Eugen Jiresch
1a3940717e added tod_manager member to class unit,
...and subsequently to turn_info and menu_handler
2009-06-17 09:21:32 +00:00
Guillaume Melquiond
e5f3222200 Removed unneeded slowdown. 2009-06-17 06:14:37 +00:00
Alexander van Gessel
b09ccd8656 Add turns-over-advantage to age of heroes. 2009-06-17 02:11:52 +01:00
Alexander van Gessel
0370e18d5b Simplify the messages from turns-over-advantage. 2009-06-17 02:11:48 +01:00
Alexander van Gessel
82cb13ef8e Change end-of-game advantage calculator to use [unit_worth]. 2009-06-17 01:32:06 +01:00
Alexander van Gessel
96e0daa4fe Explain new [unit_worth] formula in test scenario. 2009-06-17 01:32:03 +01:00
Alexander van Gessel
4514180fe6 Move [unit_worth] implementation to C++...
...and switch to formula proposed by Sapient.
2009-06-17 01:31:45 +01:00
Mark de Wever
1b9ba2000f gui2::tbuilder_minimap to its own file. 2009-06-16 20:04:05 +00:00
Mark de Wever
fccbb0fac9 gui2::tbuilder_labbel to its own file. 2009-06-16 19:14:41 +00:00
Mark de Wever
f1a1fd322f gui2::tbuilder_image to its own file. 2009-06-16 19:03:38 +00:00
Mark de Wever
4d6b8c00ed Move gui2::tbuilder_button to its own file. 2009-06-16 18:47:05 +00:00
Ben Anderman
ce9491cd3a Changed quit hotkey to cmd+w on Mac, fixing bug #13634. 2009-06-16 18:40:39 +00:00
McShark
0b2e2d9f61 Update according to recent file changes 2009-06-16 18:31:09 +00:00
McShark
190ce2d433 Fix compiler warning about "no newline at end of file" 2009-06-16 17:53:42 +00:00
Nils Kneuper
4b7af75b97 updated Lithuanian and Serbian translation 2009-06-16 15:22:44 +00:00
Eugen Jiresch
fd7a06c832 replaced gamestatus argument by tod_manager in combat_modifier() 2009-06-16 13:54:38 +00:00
Eugen Jiresch
d5cd0bc754 removed primitve turn members from play_controller 2009-06-16 12:51:18 +00:00
Eugen Jiresch
9fa00aa84e simplified previous fix of start_turn_ intialization 2009-06-16 12:41:36 +00:00
Eugen Jiresch
c3ab2a2490 fixed correct update of play_controller.start_turn_...
...at loading saves (bug #13699)
2009-06-16 09:25:55 +00:00
Gunter Labes
4af80f26ce cleaned the utils dir of some obsolete and/or non-functional scripts 2009-06-16 01:50:42 +00:00
Gunter Labes
fee0c34b87 properly set CXXFLAGS and LDFLAGS 2009-06-16 00:56:24 +00:00
Gunter Labes
3ab8062436 disallowed out-of-turn advance_unit and choose commands 2009-06-15 23:56:53 +00:00
Nils Kneuper
00c20f9cfb updated Finnish translation 2009-06-15 22:20:23 +00:00
Gunter Labes
d00adcc0ca replace last empty line if we have just one 2009-06-15 21:34:46 +00:00
Mark de Wever
ffbae1a12d Move gui2::tbuilder_control to its own file. 2009-06-15 19:43:04 +00:00
Nils Kneuper
5240f30472 updated Czech translation 2009-06-15 19:19:29 +00:00
Mark de Wever
4a65d01607 Remove some old cmake translation targets. 2009-06-15 17:46:08 +00:00
Eugen Jiresch
349edf1e14 added tod_manager member to classes attack_type,
...battle_prediction_pane, attack_prediction_displayer and struct
unit_stats (in preparation for gamestatus removal)
2009-06-15 14:47:02 +00:00
Eugen Jiresch
ae8725eebb added a tod_manager member to classes battle_context,
...attack and mouse_handler (in preparation of gamestatus removal)
2009-06-15 13:33:42 +00:00
Gunter Labes
8cf542c170 ignore color markup in map labels...
...(fixes bug #13678: label color can be faked with WML markup)
2009-06-15 12:33:30 +00:00
Gunter Labes
022a5ef56c fixed color markup parsing...
...and allowed to seperately ignore font size, color or style markup
2009-06-15 12:33:25 +00:00
Gunter Labes
c353cbc5f9 removed dead code 2009-06-15 12:33:21 +00:00
Tomasz Śniatowski
a6db54ebf2 basic /command-based room support in game for testing 2009-06-15 12:01:48 +01:00
Tomasz Śniatowski
a425bd944c server room support: basic room handling 2009-06-15 12:01:28 +01:00
Tomasz Śniatowski
18bf7289e8 fix 3 more struct/class warnings 2009-06-15 12:00:39 +01:00
Gunter Labes
2d1d069242 fixed bug #13689: Error message contains unnecessary `^' 2009-06-15 08:11:01 +00:00
Chris Hopman
c4c8b6059f use typedeffed typenames where appropriate 2009-06-15 05:22:35 +00:00
Chris Hopman
1ee20aa1c6 add header guards... 2009-06-15 05:00:22 +00:00
Gunter Labes
04414772c0 fixed the logic of a dialog so that it actually does what it says 2009-06-14 22:03:21 +00:00