Commit Graph

49127 Commits

Author SHA1 Message Date
Elias Pschernig
a09daf74ea [wmlunits] Started working on a per-addon log...
...listing all the unit WML mistakes in the addon's unit definitions.
2012-03-02 21:23:09 +00:00
Ignacio R. Morelle
5c6234c6b0 Initial changelog entries for the add-ons client changes 2012-03-02 21:15:45 +00:00
Elias Pschernig
e2f9eccb48 [wmlunits] fixed bug 2012-03-02 19:11:20 +00:00
Steven Panek
8e843460e0 Renamed the filenames of the fall terrain group icons...
...for the sake of consistency.
2012-03-02 16:46:29 +00:00
Simon Forsyth
307ffcce7f fix bug #19519 2012-03-02 14:55:20 +00:00
Ignacio R. Morelle
8fec0c3305 addon/mg: Make the view mode switch button display the current mode...
...as its label
2012-03-02 03:48:53 +00:00
Ignacio R. Morelle
44d405e2be Remove crap that wasn't supposed to go in the last commit 2012-03-02 02:05:02 +00:00
Ignacio R. Morelle
9d18685bd5 addon/mg: Implement more generic support for views,
...and a new "Not installed" view

Publish/delete options are currently shown on all views except the
Upgradable view, which also happens to be the only view at the moment
that alters the column layout.
2012-03-02 02:04:10 +00:00
Ignacio R. Morelle
876111f52f gui2/taddon_connect: Remove Update Add-ons option,
...which is now a manager view instead
2012-03-01 21:40:11 +00:00
Ignacio R. Morelle
34de8d19c3 addon/mg: Track filter box contents during a single addons_manager_ui() run
This makes it possible to remember the filter box contents while
managing add-ons during the same add-ons client connection.
2012-03-01 20:32:26 +00:00
Sergey Popov
c7dc5fbf6a Fix bug #8807
Set LANGUAGE instead of LANG on windows. LANGUAGE takes priority for
gettext and if it gets set by something outside of wesnoth it'll make
wesnoth's language selection dialog ineffectual.
2012-03-01 16:39:23 +00:00
Ignacio R. Morelle
ebf1f94458 themes: Make editor theme hidden again 2012-03-01 09:23:05 +00:00
Ignacio R. Morelle
8f574a702a themes: We only need one 'null' theme definition 2012-03-01 09:22:52 +00:00
Ignacio R. Morelle
b38225908d addon/mg: Indent the broken add-on dependencies report 2012-03-01 08:18:38 +00:00
Ignacio R. Morelle
7c84f377fa gui2/taddon_description: "can be upgraded" -> "upgradable" 2012-03-01 08:11:47 +00:00
Ignacio R. Morelle
2133aa4268 addon/mg: Use a different message when choosing the updates view...
...when no add-ons are installed
2012-03-01 08:00:34 +00:00
Ignacio R. Morelle
8d8ee18a95 addon/mg: Go back to the regular view when choosing to show updates only...
...and no updates are available
2012-03-01 08:00:19 +00:00
Ignacio R. Morelle
46ec0d0863 addon/mg: Fix misplaced cursor setter reset past a dialog entry point 2012-03-01 07:48:56 +00:00
Ignacio R. Morelle
d91e2bedba addon/mg: Use the busy mouse cursor during more expensive operations
The use of a scoped_ptr to manage the setters is really a convenience in
order to keep it exception-safe without having to create more scopes and
reindent code.
2012-03-01 07:47:27 +00:00
Ignacio R. Morelle
0b8719b8a5 addon/client: Use the busy mouse cursor when unpacking an add-on 2012-03-01 07:47:14 +00:00
Ignacio R. Morelle
f282d8d8f4 gui2/taddon_description: Make the statuses for add-ons with pbl files...
...easier to read as well
2012-03-01 07:22:02 +00:00
Ignacio R. Morelle
f1ca9885b7 gui2/taddon_description: Make add-on status strings less nonsensical 2012-03-01 07:10:43 +00:00
Ignacio R. Morelle
f97d8b50fa addon/mg: Make it possible to switch add-ons list view modes...
...without reconnecting

The function creating the GUI1 dialog components still needs to be
rerun, and the dialog recreated.

Eventually, it'd be nice to generalize this functionality to have
even more view modes (e.g. All, Upgradable only, Outdated only, Broken
only), but for now this little hack will do.
2012-03-01 04:17:00 +00:00
Anonymissimus
afc2936bbf CB projectfile update 2012-03-01 01:04:39 +00:00
Anonymissimus
38533d6d23 VC9 projectfile update 2012-03-01 01:04:04 +00:00
Ignacio R. Morelle
ddd30f419e Update Xcode project file (patch from vultraz) 2012-03-01 00:58:38 +00:00
Ignacio R. Morelle
35504da204 gui2/taddon_description: Display add-on status information in this dialog
The exact presentation isn't yet final, and the code isn't too elegant
either, but the way it is right now should be more or less easy for
translators to handle. The coloring is an experiment and it'll be
removed if people don't like it.
2012-03-01 00:37:18 +00:00
Ignacio R. Morelle
ced3354d27 addon/state: Move get_addon_tracking_info()...
...and its support elements from manager_ui.cpp
2012-02-29 23:24:45 +00:00
Ignacio R. Morelle
95cad6f34c addon/dep: Initial addon_dep type...
...used for representing add-on dependencies in the source code

This struct type is currently unused while some state tracking
functionality is moved around. It will work with the current
campaignd/pbl protocol first until the new syntax is discussed and later
finalized.
2012-02-29 22:07:01 +00:00
Elias Pschernig
b7f955cf78 [wmlunits] fixed bug 2012-02-29 21:50:08 +00:00
Ignacio R. Morelle
26043c9202 gui2/taddon_uninstall_list: Add wiki documentation 2012-02-29 20:41:19 +00:00
Ignacio R. Morelle
73ff9dd06f Remove iostreams include again, but commenting out a bit of debug code too
There should be really no reason to include iostreams in header files
and force its contents upon units that don't require it.
2012-02-29 18:23:00 +00:00
Sergey Popov
c236b725f9 Add missing #include 2012-02-29 14:36:52 +00:00
Lari Nieminen
2fa8388790 Prevented an event intended to be triggered by a player-initiated attack...
...from being triggered by an enemy attack.
2012-02-29 12:20:06 +00:00
Nils Kneuper
ad21aa9d54 changelog entry for 2012-02-29T10:51:11Z!crazy-ivanovic@gmx.net 2012-02-29 11:44:13 +00:00
Nils Kneuper
3d11b8c0ba updated Korean and Slovak translation 2012-02-29 11:27:25 +00:00
Nils Kneuper
34ad0bf0c7 fixed two untranslateable strings in the new mp lobby 2012-02-29 10:51:11 +00:00
Ignacio R. Morelle
f281c17fc1 Convert remaining uses of utils::string_bool()...
...on config attributes to use config::attribute_value::to_bool()
2012-02-29 09:11:28 +00:00
Ignacio R. Morelle
d6df1e9850 Remove unused include 2012-02-29 09:02:36 +00:00
Ignacio R. Morelle
2ebcbfb27e Replace an include with one that makes more sense 2012-02-29 08:59:59 +00:00
Ignacio R. Morelle
839051be9b Remove unused include 2012-02-29 08:53:44 +00:00
Ignacio R. Morelle
2621e62de0 Remove unused include 2012-02-29 08:53:18 +00:00
Ignacio R. Morelle
862159b793 Remove unused include 2012-02-29 08:32:13 +00:00
Ignacio R. Morelle
519d5625a4 Remove useless include 2012-02-29 08:08:39 +00:00
Ignacio R. Morelle
53227b7e82 string_utils: Make utils::bullet_list()...
...take an indentation parameter (default of 4) per Espreon's request
2012-02-29 08:08:26 +00:00
Ignacio R. Morelle
41b8771084 string_utils: Document utils::join() because I can 2012-02-29 07:33:36 +00:00
Ignacio R. Morelle
d119655b99 addon/mg: Use automatic or manual bullet lists wherever convenient 2012-02-29 07:29:36 +00:00
Ignacio R. Morelle
f786e3c064 string_utils: Implement utils::bullet_list() template function
This generates a bullet list string (see documentation).
2012-02-29 07:29:20 +00:00
Ignacio R. Morelle
b585ef6a1c string_utils: Define a UTF-8 constant for the Unicode bullet (U+2022) 2012-02-29 07:29:03 +00:00
Fabian Müller
baaa0d1c76 Fixed terrain name information overlapping each other. 2012-02-29 00:58:55 +00:00