Commit Graph

34814 Commits

Author SHA1 Message Date
Mark de Wever
d96c2bba0e Add an error message when using deprecated code.
Trunk isn't clean of this error yet, but will be fixed later.
2009-08-08 20:23:07 +00:00
Mark de Wever
1a685e4199 Update horizontal scrollbar documentation. 2009-08-08 20:23:03 +00:00
Mark de Wever
916329f358 Update image documentation. 2009-08-08 20:22:56 +00:00
Mark de Wever
02ca4b6322 Update button documentation. 2009-08-08 20:22:46 +00:00
Iurii Chernyi
0abf93d7f3 removed prepare_move from formula_ai, it is not needed now 2009-08-08 18:25:46 +00:00
Iurii Chernyi
5135c3327e fixed a segfault, and added code to allow getting 'variant'...
...from aspects, to be used by formula_ai
2009-08-08 16:43:05 +00:00
Gunter Labes
6198df23b5 trying to catch a bad alloc request 2009-08-08 12:38:26 +00:00
Iurii Chernyi
2ce5d43784 new formula_ai-related stages 2009-08-08 12:03:40 +00:00
Iurii Chernyi
5e0e72324e Properly initialized command-line ai config.
formula_ai console should be now fully operational.
2009-08-08 12:02:35 +00:00
Tomasz Śniatowski
aede21604c add a /q alias for /query 2009-08-08 12:15:34 +01:00
Tomasz Śniatowski
1a934ac94b rename editor2 -> editor. Old editor is long dead, long live the new editor! 2009-08-08 12:14:58 +01:00
Tomasz Śniatowski
d8a2ca5efe wesnthd manpage update 2009-08-08 12:14:32 +01:00
Tomasz Śniatowski
1f8fa21cf3 fix default room creation policy on server 2009-08-08 12:13:46 +01:00
Guillaume Melquiond
61a81a2576 Fixed idiotic error message, as the file name is usually not empty. 2009-08-08 10:09:37 +00:00
Guillaume Melquiond
3d5f9e0723 Fixed recruit and recall user actions not registering the...
...proper position in the replay. (Fix for bug #14085.) Cleaned the
code along the way.
2009-08-08 07:20:50 +00:00
Richard Kettering
6ae3eb4075 Shadow updates on some of the loyalists. 2009-08-08 01:29:06 +00:00
Richard Kettering
f5c34bdf67 Shadow updates on the necromancer line. 2009-08-08 01:26:20 +00:00
Richard Kettering
2bbdcc8c4e Shadow updates for the human magi. 2009-08-08 01:19:55 +00:00
Gunter Labes
916f3e3506 implemented a private server message command
made the client side interpret markup in such messages, also made it
easier to use parse_markup() to just cut off the markup
2009-08-07 02:25:05 +00:00
Gunter Labes
87c53a5e0f little improvement of player construction 2009-08-07 00:23:46 +00:00
Gunter Labes
5d82a290a0 removed the admins_ set and added a moderator property to player instead
disallowed banning or kicking of moderators
2009-08-07 00:23:22 +00:00
Iurii Chernyi
e1fd583ec6 fixed error with serializaiton of formula_to to config on autosave 2009-08-06 21:01:13 +00:00
Iurii Chernyi
89e5a00c71 Re-enabled formula ai engine.
There are still some known issues with fai command-line console which
will be fixed soon.
2009-08-06 20:47:44 +00:00
Iurii Chernyi
2c2d581de4 Modified formula ai to depend only on readonly_context...
...(plus, temporary disabled some formula_ai-as-ai parts).

This will allow to use formula_ai from fai engine, thus, re-enable
this engine.
2009-08-06 20:46:51 +00:00
Gregory Shikhman
e20f3c311d Completed script that will generate map tiles for gmaps in a nightly cronjob 2009-08-06 19:49:36 +00:00
Eugen Jiresch
b6f3c2f5f4 fixed scenario advancement of clients in multiplayer games 2009-08-06 16:49:56 +00:00
Guillaume Melquiond
cc65498f8e Mentioned time limit in objectives. (Patch #1216 by lotsofphil.) 2009-08-06 14:59:35 +00:00
Iurii Chernyi
f83c676068 Made formula_ai reuse move maps of ai_default. 2009-08-06 14:50:01 +00:00
Eugen Jiresch
0525287768 fixed incorrect setting of starting_pos when loading midgame multiplayer saves 2009-08-06 12:16:45 +00:00
Eugen Jiresch
58e673c6e2 renamed game_state::get_player_info() to build_team()...
...and changed some comments for more clarity
2009-08-06 08:25:21 +00:00
Phil Barber
baae40e032 Add and wire new Paladin portrait, update changelogs, portrait credits. 2009-08-06 07:52:51 +00:00
Tomasz Śniatowski
5b6db98aec log typeid of widgets that are not controls in lifetime tracking 2009-08-05 22:14:58 +01:00
Tomasz Śniatowski
0209c50cd6 move gui2 lifetime logger domain object to auxiliary/log.[ch]pp,
...add tracking of widget::set_id
2009-08-05 22:04:34 +01:00
Tomasz Śniatowski
8b9864f93c make tcontrol::get_control_type public 2009-08-05 22:04:12 +01:00
Tomasz Śniatowski
99d44c1c0d add gui2 widget lifetime logging to gui/lifetime,
...also move the widget ctor and dtor to the cpp file
2009-08-05 20:17:11 +01:00
Phil Barber
9e3e3c9c74 New frames and animations for the Hurricane Drake, delete unused old frames. 2009-08-05 18:40:48 +00:00
Tomasz Śniatowski
3edb87f0de gamelistbox horizontal adjustments 2009-08-05 19:29:01 +01:00
Tomasz Śniatowski
bf30acfe64 new lobby - roomlistbox and chat input width grow 2009-08-05 15:08:58 +01:00
Tomasz Śniatowski
05fab5ddc1 new lobby - playerlistbox width grow 2009-08-05 15:08:39 +01:00
Guillaume Melquiond
6dd582dfe2 Fixed button ordering for transient messages,
...so that the yes/ok button is on the left and the no/cancel button
is on the right, as with all the other dialog boxes.
2009-08-05 10:52:33 +00:00
Richard Kettering
a2c45b41a8 Shadow conversion on the orcish assassin line. 2009-08-05 10:39:19 +00:00
Nils Kneuper
3422a1699d updated Estonian translation 2009-08-05 10:37:25 +00:00
Gregory Shikhman
3254edeb90 Fixed the SDL_VIDEODRIVER envvar not being read properly...
...due to keeping a pointer of a stack variable. Added a static
keyword to the 'opt' variable.
2009-08-05 07:53:40 +00:00
Guillaume Melquiond
e8afe762ca Made all the AI actions test for level end. (Fix for bug #14068.) 2009-08-05 06:39:23 +00:00
Guillaume Melquiond
86dce3e7cf Made 'attack' a proper function.
Removed redundant parameter (the class fires WML event, so it has to
be the global one).
2009-08-05 06:39:16 +00:00
Phil Barber
c7620f71aa Minor fix to sky drake wml 2009-08-04 23:40:31 +00:00
Phil Barber
c9ed294217 Minor fix to sky drake wml 2009-08-04 23:07:37 +00:00
Richard Kettering
c7c23434af Shadow updates for the trolls. 2009-08-04 23:05:05 +00:00
Phil Barber
24e6ca78e8 Add and wire new Direwolf Rider portrait, update changelogs, portrait credits. 2009-08-04 22:00:48 +00:00
Phil Barber
52b228f1b8 New Sky Drake melee frames and WML. 2009-08-04 21:33:51 +00:00