34792 Commits

Author SHA1 Message Date
Tomasz Śniatowski
8c507b528b color the game title and slots info in new lobby 2009-08-04 10:04:33 +01:00
Tomasz Śniatowski
cb1b95e5f2 tweak can_join and can_observe to be in sync with old lobby 2009-08-04 10:03:04 +01:00
Richard Kettering
bb58ff1e3f Added drake glider kick animation,
...and WML for both the kick and the flying/standing anim.
2009-08-04 08:22:46 +00:00
Eugen Jiresch
774612bd05 removed no longer used function team::write_player() 2009-08-04 07:54:39 +00:00
Richard Kettering
6cc149852f Shadow updates on the saurian units. 2009-08-04 02:37:52 +00:00
Tomasz Śniatowski
a7c86c761a bold registered nicks in new lobby 2009-08-04 00:56:47 +01:00
Tomasz Śniatowski
2b63d586a4 rm negation in preference name 2009-08-04 00:51:08 +01:00
Tomasz Śniatowski
b5706750bf fix a warning 2009-08-04 00:50:52 +01:00
Tomasz Śniatowski
e505db8c3c fix a warning 2009-08-04 00:50:33 +01:00
Tomasz Śniatowski
c031c67c57 fix a struct/class warning 2009-08-04 00:25:19 +01:00
Tomasz Śniatowski
2f002cf6a1 simple chat timestamping in new lobby 2009-08-04 00:22:14 +01:00
Tomasz Śniatowski
4e496e330d new lobby sound notifications, much like the old lobby.
plus a lobby sounds off-switch in advanced preferences.
2009-08-04 00:21:24 +01:00
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