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
Iurii Chernyi
c8d3c8b81b
fixed handling of aspects of type config, such as 'leader_goal'
2009-08-02 06:10:33 +00:00
Iurii Chernyi
b2e2708549
get rid of an old hack in multistep move in ai_default
2009-08-02 06:10:18 +00:00
Iurii Chernyi
2a734f0581
added some more pre-attack-checks to ai::attack_result_ptr
2009-08-01 21:19:26 +00:00
Guillaume Melquiond
f4f998acda
Ensured WML tables are not merged.
2009-08-01 20:43:11 +00:00
Phil Barber
ff2f3e132e
Fix broken TC on two Drake Glider frames
2009-08-01 19:34:33 +00:00
Oron Peled
e35f199086
revised fribidi support:
...
* Updated to support both fribidi2 (>= 0.19.0) and old fribidi (>= 0.10.9)
* The cmake part was done by Mark with some fixes add by me.
* I tested on Fedora-11, Mark tested on Debian stable.
2009-08-01 18:28:18 +00:00
Jérémy Rosen
ae2beedff6
small detail I forgot in last commit
2009-08-01 16:40:07 +00:00
Eric S. Raymond
1fb6af7ff0
Fix usage error: "incur" -> "encroach upon".
2009-08-01 15:50:04 +00:00
Eric S. Raymond
67e599f2b0
Attrubute change swing= ->second_value= requested by boucman.
2009-08-01 15:47:41 +00:00
Jérémy Rosen
64eec2b20f
renamed swing to value_second (preparing for take-off and landing animation)
2009-08-01 15:22:08 +00:00
Guillaume Melquiond
0b337220ee
Taken new Boost requirement into account.
2009-08-01 15:07:59 +00:00
Iurii Chernyi
624eb5bf66
INSTALL documentation: changed required boost version to 1.35
2009-08-01 14:37:19 +00:00
Iurii Chernyi
448ebbc690
automake: changed required boost version to 1.35
2009-08-01 14:37:14 +00:00
Iurii Chernyi
32ecb43aab
cmake: changed required boost version to 1.35
2009-08-01 14:37:08 +00:00
Sergey Popov
d15f17fd01
Bump boost version requirement in SConstruct.
2009-08-01 14:33:16 +00:00
Sergey Popov
d2fc3e4859
Fixed a compile warning.
2009-08-01 14:30:53 +00:00
Iurii Chernyi
09223f03cc
new AI configuration syntax. Note: boost 1.35 required for compilation
2009-08-01 14:17:15 +00:00
Gunter Labes
ec6b1657b0
added some missing new lines in log output
2009-08-01 12:41:10 +00:00