35611 Commits

Author SHA1 Message Date
Nils Kneuper
fcdd0674ef updated Lithuanian translation 2009-09-03 11:18:42 +00:00
Iurii Chernyi
e4d2f51207 fixed error in move_leader_to_keep part of testing_ai_default,
...will get rid of wrong moves being considered, which were reported
by 'move_leader_to_keep failed!' messages
2009-09-03 10:58:26 +00:00
Iurii Chernyi
9ac85e36d7 fixed error in move_leader_to_keep part of ai_default,
...will get rid of wrong moves being considered, which were reported
by 'move_leader_to_keep failed!' messages
2009-09-03 10:58:20 +00:00
Iurii Chernyi
80626b67f5 Made 'unit move failed due to ambush' log via --log-info,
...not --log-error, to avoid cluttering the logs with error messages
due to normal situations'
2009-09-03 10:55:58 +00:00
Fabian Müller
68fd2cbb1e LoW: Redone most of the endlevel tags. 2009-09-03 08:38:45 +00:00
Gregory Shikhman
35f5d324cd Fixed attempted null pointer dereference that led to...
...savegame load crashes introduced in 2009-09-02T13:18:36Z!cornmander@cornmander.com. Changed usage of
child_count() in read_replay() to child().
2009-09-03 04:22:59 +00:00
Eric S. Raymond
9e3c39145d Support a --nospellcheck option. 2009-09-03 01:23:28 +00:00
Eric S. Raymond
26745833e2 Two more tweaks to pacify wmllint. 2009-09-03 01:03:34 +00:00
Fabian Müller
eee3d640f1 LoW: Translatable team names added. 2009-09-03 00:54:26 +00:00
Fabian Müller
c6e1348f4c Fixed a wrong spelled attribute. 2009-09-03 00:16:12 +00:00
Tomasz Śniatowski
1b0f904c3d change back the default editor behavior...
...wrt displaying terrain codes and hex coords
2009-09-03 00:45:17 +01:00
Fabian Müller
be77c7fd30 Updated the changelog. 2009-09-02 23:16:20 +00:00
Fabian Müller
ffaf4d58b6 LoW::22: Fixed a wrong spelled unit name. 2009-09-02 23:14:26 +00:00
Fabian Müller
9fad7448b1 LoW::21: Fixed bugs reported by wmllint. 2009-09-02 23:13:49 +00:00
Eric S. Raymond
0f781e4551 Change more die events to last breaths. 2009-09-02 22:53:38 +00:00
Eric S. Raymond
54b21bcd94 Teach wmllint to detect units speaking in their "die" events. 2009-09-02 22:38:47 +00:00
Eric S. Raymond
6746cb231d Fix gender bug pointed out by Stikonas. 2009-09-02 22:33:50 +00:00
Eric S. Raymond
721b2ba4d1 Polished up the betrayal speech. 2009-09-02 22:30:49 +00:00
Nils Kneuper
d5b7d0f889 pot-update 2009-09-02 22:27:35 +00:00
Nils Kneuper
ac3672ceab set missing svn:ignore 2009-09-02 22:23:27 +00:00
Nils Kneuper
bd0cdd155d fix some more typos in SoF and accordingly add them to pofix 2009-09-02 22:19:54 +00:00
Fabian Müller
4610ff399a LoW::21: Redesigned this scenario.
One of Kalenz allies is going to betray him now.
2009-09-02 22:16:03 +00:00
Eric S. Raymond
f6f2aa093f Change death events in which the dying units speak to last breath events.
(Yes, I'm teaching wmllint how to warn about this.)
2009-09-02 22:13:46 +00:00
Nils Kneuper
fba8a3b8ce add (most) changes from 2009-09-02T14:28:41Z!esr@thyrsus.com by esr to pofix...
...and apply it on the po files (pot-update about to follow)
2009-09-02 22:08:43 +00:00
Jérémy Rosen
98ff6e4888 new animations : pre_movement_anim and post_movement_anim...
...for drake take-off and landing
2009-09-02 21:38:07 +00:00
Iurii Chernyi
717eca7428 new test scenario: move_to_targets, for AI improvement 2009-09-02 21:20:55 +00:00
Lari Nieminen
06377143d4 Fixed a broken unit filter. 2009-09-02 20:46:52 +00:00
Iurii Chernyi
3e3aa950a8 removed fai recruitment from testing_ai_default 2009-09-02 17:56:12 +00:00
Eric S. Raymond
4fdc7d1a99 More code simplification. 2009-09-02 17:29:36 +00:00
Ali El Gariani
ba29ee85aa Better pathfinding heuristic for A*.
Seems to helps nicely in some cases (East-West path on flat, O(d)
instead of O(d^2)) but only few % better for more complex cases.
2009-09-02 17:03:02 +00:00
Ali El Gariani
ea34bd1620 Also add savegame_config.cpp (added by 2009-09-01T14:20:59Z!e0204097@student.tuwien.ac.at) to Makefile.am 2009-09-02 16:44:26 +00:00
Gunter Labes
1cae13a27b just save the era id from the previous scenario and use it...
...in case no new era is sent

fixes the OoS part of bug #14223: MP Campaigns: Leader traits are not
restored by save_id (OOS)
2009-09-02 16:40:59 +00:00
Gunter Labes
dbe1a5f46d wrapped most of the output_compressed() calls in a try-catch block...
...with trivial error handling and refactored some code along the way
2009-09-02 16:40:40 +00:00
Eric S. Raymond
2cf3a7ad9c More refactoring to reduce code bulk. 2009-09-02 16:38:11 +00:00
Eric S. Raymond
99d6f73349 Begin moving checks to reduce scan overhead. 2009-09-02 16:05:33 +00:00
Eric S. Raymond
44bd2328f4 Refactor to reduce parsing overhead. 2009-09-02 15:46:26 +00:00
Eric S. Raymond
7556849edb Fix a broken syntax check. 2009-09-02 15:33:02 +00:00
Fabian Müller
dd59b4bfbb LoW::22: Removed a line that forces the default. 2009-09-02 15:12:13 +00:00
Fabian Müller
8bb938a970 LoW::2: Removed TODOs. 2009-09-02 15:11:07 +00:00
Fabian Müller
f78d330d65 SoF 1,3,7: Some map updates. 2009-09-02 15:10:02 +00:00
Eric S. Raymond
3754481a74 Fix another Gray -> Grey glitch. 2009-09-02 14:31:03 +00:00
Eric S. Raymond
7b9b8477d5 Clear up spelling mistakes. 2009-09-02 14:28:41 +00:00
Fabian Müller
e697b84697 LoW::22: Promoted Crintil to Elvish Marshall. 2009-09-02 14:03:02 +00:00
Fabian Müller
90abc01a9c LoW::3: Different music playlists for each Phase of the scenario. 2009-09-02 14:01:41 +00:00
Fabian Müller
6f89e99a14 DM: changed some die to last breath events. 2009-09-02 13:55:36 +00:00
Gregory Shikhman
7e7ddafed6 Fixed logic error that caused all singleplayer upload_logs...
...to be marked as ai vs ai multiplayer logs.
2009-09-02 13:25:21 +00:00
Gregory Shikhman
c8db169bed Fixed bug introduced in 2009-08-10T06:32:31Z!cornmander@cornmander.com:
upload log always contains a [quit] child, even during victory and draw.
2009-09-02 13:18:36 +00:00
Fabian Müller
b28ef886cb DM: Added translatable team names.
Replaced die events with last breath ones when the dying unit still
has a last word.
2009-09-02 12:23:16 +00:00
Fabian Müller
8d3aba4b5d LoW::9: Made use of translated team name for the player. 2009-09-02 11:31:26 +00:00
Fabian Müller
d46a672ef0 DM 08: Replaced a depricated result=continue. 2009-09-02 11:30:38 +00:00