Commit Graph

37789 Commits

Author SHA1 Message Date
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
Tomasz Śniatowski
f0b5d35a9c fix build issue with missing std namespace qualifier 2010-01-04 01:01:50 +01:00
Tomasz Śniatowski
349e8e1d32 VC9 projectfile update 2010-01-04 01:00:53 +01:00
Ignacio R. Morelle
3b33a18cb8 Add fkhodkov to Miscellaneous Contributors section,
...and update Russian Translation credits
2010-01-03 22:05:08 +00:00
Ignacio R. Morelle
7bbd94cbbf Fix missing dialog in tutorial scenario 1 (patch #1399 by fkhodkov) 2010-01-03 21:49:03 +00:00
Ignacio R. Morelle
dcc64e7191 Possible fix for bug #14926, in which the AI played the orcs' turn...
...after the scripted move. esr and fendrin, please test.
2010-01-03 21:08:34 +00:00
Ignacio R. Morelle
93e4c09f11 Tutorial scenario 2: add a check in the MOVE macro...
...in case the unit we're supposed to move has already been killed by
the player, so that we don't try to unstore a unit with no type
later. This should fix bug #15037.
2010-01-03 21:08:18 +00:00
Sergey Popov
36e99e4b52 Workaround for bug #14011
Allow file chooser dialog to accept absolute paths both on windows and
POSIX platforms. That should allow one to browse to a different drive on
windows by entering a path to a directory on another drive.
2010-01-03 19:22:37 +00:00
Eric S. Raymond
bb346f29ed Fix bonehead syntax error. Thanks to boucman. 2010-01-03 19:04:50 +00:00
Eric S. Raymond
56d8b34a06 Address bug #15047: "drakes don't fly over chasm/lava". 2010-01-03 18:57:13 +00:00
Mark de Wever
41dcb8a823 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:45:12 +00:00
Mark de Wever
6d7a231dac Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:45:08 +00:00
Mark de Wever
acead96ea8 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:45:05 +00:00
Mark de Wever
4a25199ba7 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:45:02 +00:00
Mark de Wever
3b6dd6f1d1 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:58 +00:00
Mark de Wever
43c515a31a Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:55 +00:00
Mark de Wever
0b4e3512fb Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:51 +00:00
Mark de Wever
aa8b0d7ed8 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:48 +00:00
Mark de Wever
5c3d0c1901 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:45 +00:00
Mark de Wever
c5ec758142 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:41 +00:00
Mark de Wever
147a515707 Use empty() instead of comparing size() with 0.
Issue found by cppcheck.
2010-01-03 18:44:38 +00:00
Mark de Wever
819bf9a4a9 Pre instead of post increment a variable.
Issue found by cppcheck.
2010-01-03 18:44:26 +00:00
Mark de Wever
51e079dda8 Update some wiki comment. 2010-01-03 16:55:29 +00:00
Mark de Wever
f5755dad40 Allow listboxes to insert items at every index. 2010-01-03 13:36:58 +00:00
Mark de Wever
d2b63a2e32 Update changelog. 2010-01-03 13:36:50 +00:00
Mark de Wever
03f83a579f Convert some old gui stuff to new.
More old style dialogs to the new style function calls.
2010-01-03 13:36:43 +00:00
Mark de Wever
1b15ee29fb Convert some old gui stuff to new.
More old style dialogs to the new style function calls.
2010-01-03 13:36:40 +00:00
Mark de Wever
c2742d5b3f Convert some old gui stuff to new.
More old style dialogs to the new style function calls.
2010-01-03 13:36:35 +00:00
Mark de Wever
cb95eebcef Convert some old gui stuff to new.
gui::message_dialog to gui2::show_transient_error_message.
2010-01-03 11:45:18 +00:00
Mark de Wever
3144d4d449 Add a new transient error message.
This commits "adds" a new translatable string, but since the string is
already in that text domain, it doesn't break the string freeze.
2010-01-03 11:45:13 +00:00
Mark de Wever
1f30546964 Changelog update. 2010-01-03 10:38:38 +00:00
Mark de Wever
3444c48e19 Improve the tiny-gui version. 2010-01-03 10:38:32 +00:00
Mark de Wever
c16e777eb0 Improve the tiny-gui version. 2010-01-03 10:38:29 +00:00
Mark de Wever
93d68a73b6 Improve the tiny-gui version. 2010-01-03 10:38:25 +00:00
Mark de Wever
43694a1d7d Improve the tiny-gui version. 2010-01-03 10:38:20 +00:00
Guillaume Melquiond
817c0e3335 Removed warning so that there are no spurious messages at load time. 2010-01-03 10:01:45 +00:00