Iurii Chernyi
ba6a7aa2c4
used 'attacks' aspect to keep a cache of attacks...
...
...shared between ai_default/formula_ai/composite_ai code
2009-08-03 22:03:13 +00:00
Iurii Chernyi
15abe931ea
refactoring of attack support code to pull up attack_analysis
2009-08-03 22:02:53 +00:00
Tomasz Śniatowski
4b55817ad0
use lobby debug domain more in new lobby code instead of network
2009-08-03 22:49:15 +01:00
Tomasz Śniatowski
b46169639a
moved lobby-specific preferences...
...
...to a new lobby_preferences.hpp/cpp pair toreduce rebuild burden
when adding new preferences
renamed admin_authentication to parse_admin_athentication
renamed show_lobby_join to parse_should_show_lobby_join
2009-08-03 22:48:48 +01:00
Guillaume Melquiond
3b033554f7
Fixed segfault when accessing alternate locales.
2009-08-03 20:20:49 +00:00
Phil Barber
27cf750ead
Apply new fire breath macros to Sky Drake and Drake Glider
2009-08-03 19:48:17 +00:00
Sergey Popov
65e0cf6b9e
Require boost >= 1.34.1 for wesnothd and require >= 1.35 for the client.
2009-08-03 19:28:12 +00:00
Nils Kneuper
a1859c8718
updated Estonian translation
2009-08-03 19:19:34 +00:00
Mark de Wever
fbbc4bff9b
Fix a compiler warning.
2009-08-03 18:15:48 +00:00
Richard Kettering
0553cceae4
Shadow updates on some additional monsters.
2009-08-03 17:49:26 +00:00
Richard Kettering
29fe327330
Added separate directional variants of the fire-breath animations...
...
...to cope with colliding direction filters.
2009-08-03 17:40:12 +00:00
Phil Barber
2691e09318
Minor fix to Sky Drake WML.
2009-08-03 13:55:10 +00:00
Tomasz Śniatowski
4a10aec89c
gettextify some new lobby strings and add soem tooltips.
...
tooltips inside a toggle panel don't seem to work though
2009-08-03 14:45:27 +01:00
Guillaume Melquiond
5e08ac6df4
Removed now useless end_level exception delaying.
2009-08-03 12:39:37 +00:00
Guillaume Melquiond
39a8620156
Moved end_level to the same mechanism as end_turn.
2009-08-03 12:39:32 +00:00
Guillaume Melquiond
16c460a27d
Restored deprecation warning.
2009-08-03 12:39:28 +00:00
Eugen Jiresch
4b209df3bb
fixed a bug clearing the gamestate after cancelling a load game dialog
2009-08-03 12:11:24 +00:00
Nils Kneuper
40932a0630
pot-update
...
regenerated doc files
2009-08-03 10:34:14 +00:00
Eugen Jiresch
54a7365dd7
removed level_cfg_, map_ and tod_manager_ members from game_savegame
2009-08-03 10:21:14 +00:00
Tomasz Śniatowski
1a03263159
fix struct/class warnings in msvc
2009-08-03 10:51:51 +01:00
Tomasz Śniatowski
79839b0cf7
silence inherits-via-dominance warnings in ai code
2009-08-03 10:51:31 +01:00
Tomasz Śniatowski
fe99a622d9
fix build on msvc
2009-08-03 10:48:43 +01:00
Eugen Jiresch
24ad74c6da
removed teams_ and units_ members from game_savegame,
...
...moved corresponding parts of building the snapshot to
play_controller::to_config()
2009-08-03 09:00:38 +00:00
Sergey Popov
53dece4574
Fixed a compile warning.
2009-08-03 08:54:15 +00:00
Patrick Parker
da13ac44e6
allow direct WML unit modification of "halo" attribute
2009-08-03 08:50:28 +00:00
Richard Kettering
b57427d533
Shadow updates on some of the monsters.
2009-08-03 07:43:58 +00:00
Richard Kettering
886b9fb8ff
Shadow updates on many of the skeletal units.
2009-08-03 07:35:18 +00:00
Guillaume Melquiond
893234212a
Updated Lua implementation.
2009-08-03 06:26:02 +00:00
Patrick Parker
e2a39c148c
added basic WML support for [store_unit_type] and...
...
...[store_unit_type_ids] so Lua scripting isn't required to access
that information
2009-08-03 05:32:15 +00:00
Iurii Chernyi
f94085fef8
changed the way default ai parameters are applied...
...
...to allow adding new aspects without breaking old savegames
2009-08-02 21:25:08 +00:00
Iurii Chernyi
d4489000fc
added new aspect: 'attacks'
2009-08-02 21:24:53 +00:00
Iurii Chernyi
9ea490ff53
moved fai to namespace ai::, partially
2009-08-02 21:24:37 +00:00
Iurii Chernyi
f7b0aeecf9
disabled 'evaluate_for_position' formula function
2009-08-02 21:23:05 +00:00
Sergey Popov
c6b458e14b
Prevent Qt from providing its own foreach macro...
...
...which conflicts with foreach.hpp.
2009-08-02 19:09:01 +00:00
Phil Barber
8461960309
New Sky Drake base frames and animations,
...
...remove old frames, minor fix to Glider WML. Update changelogs.
2009-08-02 19:07:23 +00:00
Ignacio R. Morelle
502886ed0b
Reverts 2009-08-02T16:42:13Z!shadowm@wesnoth.org.
...
There was more to the breakage than I noticed at that time.
2009-08-02 18:29:52 +00:00
Ignacio R. Morelle
5332e6e0c4
Removed the 'centered' and 'middle' aliases for title_alignment=center,
...
...and the 'center' and 'centered' aliases for title_alignment=middle, in
[story] [part]. Not a problem since nobody has used those yet...
2009-08-02 17:17:06 +00:00
Ignacio R. Morelle
0d9c45f06b
Fix a typo in an error message string that is displayed to users.
...
I'm considering making localization possible too...
2009-08-02 16:42:48 +00:00
Ignacio R. Morelle
cc3b00b9e3
Made a couple of variables into constants.
2009-08-02 16:42:29 +00:00
Ignacio R. Morelle
47a9768ff9
2009-07-31T18:49:55Z!jeremy.rosen@enst-bretagne.fr broke [modify_side][ai]...
...
...replacing it with a single comment for no apparent reason at all;
reverting the relevant bit to its prior state.
2009-08-02 16:42:13 +00:00
Ignacio R. Morelle
3f1112b06c
Made it so using [story]part]title= automatically sets show_title...
...
...to a true value if it was not specified.
2009-08-02 16:41:58 +00:00
Gunter Labes
affa9bfdc8
noted some example commands on how to use pofix
2009-08-02 15:22:27 +00:00
Gunter Labes
f348be2ebe
ran pofix on everything
2009-08-02 15:22:10 +00:00
Gunter Labes
bc80378ee2
typo fixes
2009-08-02 15:01:23 +00:00
Richard Kettering
a29562ece0
New melee frames for the dwarven thunderer.
2009-08-02 14:23:05 +00:00
Nils Kneuper
d65916225f
updated Polish and Slovak translation
2009-08-02 11:35:35 +00:00
Iurii Chernyi
fbaee6202f
delegate handling of recently broken formula ai...
...
...command-line console commands to fai engine (which is temporary
disabled)
2009-08-02 09:20:32 +00:00
Iurii Chernyi
e6bd8a69a4
removed old-style AI actions
2009-08-02 08:30:08 +00:00
Phil Barber
2c4d5a7693
Add and wire new Cavalier portrait, update changelogs, portrait credits.
2009-08-02 08:18:51 +00:00
Iurii Chernyi
bc45f5920a
reworked execute_move_unit to allow move(A,A)...
...
...if remove_movement_ is set to true and unit has >0 MP left.
2009-08-02 07:58:24 +00:00