Commit Graph

37632 Commits

Author SHA1 Message Date
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
Nils Kneuper
11cff18e65 updated German translation 2010-01-03 01:37:15 +00:00
Eric S. Raymond
85aef15120 Better fix for bug #15040: NR, scenario 2:
...extend list of units who can get Admirer role.
2010-01-02 21:19:18 +00:00
Mark de Wever
b67d53f5d9 Fixes some listbox assertion failures.
Ilor discovered them when showing and hiding items in the MP dialog.
This change also moves the sizing burden to the listbox, this was
documented in the contract but not done yet.

This allows the multiple item version of set_row_shown() to update the
size once instead of for every call to generator function.
2010-01-02 20:58:32 +00:00
Eric S. Raymond
badff2dd2c Address bug #15040: NR, scenario 2:
..."extend list of units who can get Admirer role"; also, so a minor
wmllint cleanup.
2010-01-02 19:49:45 +00:00
Lari Nieminen
5da0263c88 Fixed more duplicate unit ids caused by...
...NAMED_GENERIC_UNIT and RANDOM_TRAIT_UNIT.
2010-01-02 17:06:46 +00:00
Lari Nieminen
66e62ee660 Fixed duplicate unit ids caused by NAMED_NOTRAIT_UNIT in DiD. 2010-01-02 16:40:49 +00:00
Lari Nieminen
21d4e8e504 Fixed duplicate unit ids caused by NAMED_NOTRAIT_UNIT in UtBS.
And some tabs-to-spaces.
2010-01-02 16:40:04 +00:00