Commit Graph

37674 Commits

Author SHA1 Message Date
Guillaume Melquiond
e73bf32585 Initialized unit fields earlier. 2010-01-09 11:14:38 +00:00
Guillaume Melquiond
c6888658f3 Freed functions unit::generate_gender. 2010-01-09 11:14:35 +00:00
Guillaume Melquiond
ec595b47b0 Freed function unit::unknown_unit_type_error. 2010-01-09 11:14:32 +00:00
Guillaume Melquiond
2b41f2ea18 Removed useless function unit::get_hit_sound. 2010-01-09 11:14:29 +00:00
Eric S. Raymond
2fbacf3e96 Belt-and-suspenders mod for bug #15078.
Konrad talks to himself at end of Bay of Pearls.  This was already
testing correctly in trunk, but adding side=1 seems like a good idea
anyway.
2010-01-09 07:39:18 +00:00
Alexander van Gessel
f0a1eb9283 [unit] upkeep now has 'free' as a synonym for 'loyal',
...as it was widely used this way. (and worked, as
lexical_cast_default<int>("free") equals 0)
2010-01-09 04:09:27 +01:00
Ignacio R. Morelle
1cfe653118 2010-01-09T00:56:34Z!shadowm@wesnoth.org missed the players_changelog entry deliberately,
but I changed my mind
2010-01-09 00:59:42 +00:00
Ignacio R. Morelle
7860f00cf7 New version of sad.ogg (Sad music) by Tyler Johnson 2010-01-09 00:56:34 +00:00
Eric S. Raymond
2f18ef450f Make spellchecker ignore the UTF-8 horizontal dash. 2010-01-08 23:58:46 +00:00
Eric S. Raymond
fbd4805d03 eyrie -> aerie 2010-01-08 20:37:22 +00:00
Eric S. Raymond
75d063925e Add "teleported" to spellcheck exceptions, and sort the list. 2010-01-08 20:23:07 +00:00
Guillaume Melquiond
386d8df9d7 Fixed position of image operators. 2010-01-07 21:18:09 +00:00
Guillaume Melquiond
8b5443db04 Removed broken test. 2010-01-07 20:55:05 +00:00
Guillaume Melquiond
9db738ecea Fixed position of image operators. 2010-01-07 20:52:03 +00:00
Guillaume Melquiond
de9bf1e2c8 Fixed split of halo description. 2010-01-07 20:52:01 +00:00
Guillaume Melquiond
242cfe3f49 Fixed segfault on invalid halo. 2010-01-07 20:41:36 +00:00
Alexander van Gessel
701407d860 Add testcase for combining animation with ~CS() image path function 2010-01-07 20:53:07 +01:00
Guillaume Melquiond
56f1c4825a Typo. 2010-01-07 19:20:44 +00:00
Lari Nieminen
6a99970c38 Renamed terrain/stars/blue1.png to blue.png,
so that the star images can be used with the standard terrain graphics macros.
2010-01-07 19:15:56 +00:00
David Philippi
a99002c19f hebrew translation update 2010-01-07 17:36:46 +00:00
Iurii Chernyi
c20e541536 Fixed unit_at formula ai function to return null on null input 2010-01-07 14:51:20 +00:00
Iurii Chernyi
9c38777c47 fixed retreat from a very bad position to bad position not being considered 2010-01-07 14:51:14 +00:00
Guillaume Melquiond
8bfbfc2431 Fixed help display when the first advance-from/to unit is hidden.
(Fix for bug #15067.)
2010-01-07 14:43:06 +00:00
Nils Kneuper
6db409c1ac long forgotten purge of old release notes... 2010-01-07 12:29:03 +00:00
Tomasz Śniatowski
67328165f6 (untested) fix for a gcc warning in some gcc versions 2010-01-07 13:25:49 +01:00
Lari Nieminen
b3764df90b Fixed bug #15066 by placing the stray merman around the same cage as the rest. 2010-01-07 12:09:13 +00:00
Tomasz Śniatowski
5eca32e192 do not ask for a password when trying to observe a game,
since it's not needed anyway
2010-01-07 12:48:30 +01:00
Tomasz Śniatowski
03446fe509 fix joining games by a doubleclick on the gamelist 2010-01-07 12:48:24 +01:00
Tomasz Śniatowski
357dd2a6df Fix a crash on clicking "send private message" in the lobby.
It was caused by the known issue with a widget being deleted from it's
own signal handler, worked around by delaying a playerlist update
occuring in switch_to_window.
2010-01-07 12:28:12 +01:00
Tomasz Śniatowski
7bea8e8429 lobby debug logging adjustments 2010-01-07 12:28:06 +01:00
Richard Kettering
5fc7773fcf Added the images for the L2 riderless wolf. 2010-01-07 04:32:26 +00:00
Guillaume Melquiond
657adf1dc1 Reverted "Move thorizontal_scrollbar_definition to a new file."
Was 2010-01-05T20:36:23Z!koraq@xs4all.nl.
2010-01-06 18:36:24 +00:00
Richard Kettering
47579f2c24 New images for the goblin knight. 2010-01-06 11:07:27 +00:00
Guillaume Melquiond
317354f343 Fixed [event] tags from units being merged with the ones from unit
types.

Cleared events after usage.  Cleared everything from the old config
when advancing a unit except for a few attributes. (This needs testing
in order to ensure no important attribute was missed.)
2010-01-05 21:33:11 +00:00
Mark de Wever
3f1fd92c11 Move thorizontal_scrollbar_definition to a new file. 2010-01-05 20:36:23 +00:00
Gunter Labes
fc35486cd0 Removed bogus merging of the old unit type's movetype when advancing
fixes bug #15055: A dwarf unit is possible into the deep-water terrain
after transforming from Gryphon Rider.
2010-01-05 20:33:10 +00:00
Mark de Wever
84ff703caa Move tbutton_definition to a new file. 2010-01-05 20:10:04 +00:00
Mark de Wever
f9ddf07e13 Add a missing textdomain define. 2010-01-05 19:58:36 +00:00
Tomasz Śniatowski
70c1d87bdf fix lobby automatically selecting the next game,
...and the next etc. on each gamelist update
2010-01-05 13:06:22 +01:00
Tomasz Śniatowski
9f44e23b13 gamelist filters, using listbox::set_row_shown(vector<bool>) 2010-01-05 12:44:57 +01:00
Tomasz Śniatowski
688ac6ef56 disable lobby filtering since it's broken at the moment 2010-01-05 01:09:38 +01:00
Tomasz Śniatowski
bd38b3d829 lobby per-row updating, at the moment requires that...
...diffs be fully processed one at a time
2010-01-05 00:05:42 +01:00
Tomasz Śniatowski
c453cbd440 add config::apply_diff tracking 2010-01-05 00:05:26 +01:00
Tomasz Śniatowski
16f1ee8db6 lobby gamelist filtering by hiding rows...
...instead of redoing the entire listbox, partial WIP
2010-01-05 00:05:02 +01:00
Mark de Wever
40faa40049 Move tvertical_scrollbar_definition to a new file. 2010-01-04 21:31:06 +00:00
Nils Kneuper
4da8ec1d8b updated Finnish and German translation 2010-01-04 21:20:55 +00:00
Mark de Wever
6c2a47c8e9 Refactoring tcontrol_definition.
Moved it to gui/auxiliary/widget_definition.* and put the template
function in the header so more parts of gui/widgets/settings.* can be
moved in seperate files.
2010-01-04 20:48:21 +00:00
Mark de Wever
1c0891ea0c Minor code cleanup. 2010-01-04 20:48:16 +00:00
Ignacio R. Morelle
c57e6992e8 Changelog entries for 2010-01-03T21:08:34Z!shadowm@wesnoth.org (bug #14926) 2010-01-04 00:24:08 +00:00
Tomasz Śniatowski
ce3a7e5113 lobby: disable global join/observe buttons before the first gamelist...
...is processed, spotted by shadowmaster
2010-01-04 01:02:02 +01:00