Commit Graph

49157 Commits

Author SHA1 Message Date
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
Fabian Müller
dce1a234ee Fixed the terrain icon overlay not being translated.
Removed old to the terrain palette scrolling / terrain groups related code.
2012-02-29 00:52:26 +00:00
Fabian Müller
9938ffeb09 Fixed addon terrain groups not using mainline icons to have them not appear. 2012-02-28 23:51:16 +00:00
Elias Pschernig
e0537fec86 [wmlunits] On translated unit pages, stay on the same page...
...(in the new language) when changing languages instead of jumping
back to the overview.
2012-02-28 19:57:00 +00:00
Anonymissimus
9941bdb63d CB projectfile update 2012-02-28 17:53:10 +00:00
Anonymissimus
95c3c959f8 VC9 projectfile update 2012-02-28 17:52:54 +00:00
Anonymissimus
81ce38c0b7 change uint to unsigned (fixes compilation on windows) 2012-02-28 17:52:37 +00:00
Simon Forsyth
8db09ab6f5 add new editor files to Xcode project 2012-02-28 16:50:37 +00:00
Sergey Popov
71ce2654ca Removed redundant static_casts fixing a compiler warning with gcc 4.4 2012-02-28 16:19:00 +00:00
Steven Panek
b457aea987 'autumn' -> 'fall' for the sake of consistency,
...in category names and translatable strings, at least.
2012-02-28 13:20:14 +00:00
Fabian Müller
6215fcd108 Fixed a compile warning reported by Vultraz. 2012-02-28 11:59:25 +00:00
Fabian Müller
51c01b277a Changelog entries for the editor overhaul. 2012-02-28 11:57:17 +00:00
Fabian Müller
960ad72f60 Added another brush to the editor.
The image still has the shadow on the wrong side and needs some
artist's attention.
2012-02-28 11:08:00 +00:00
Fabian Müller
169c74ba55 Added the "autumn" terrain group to the map editor,
...since there is no longer a problem with displaying a lot of terrain groups.
2012-02-28 10:41:32 +00:00
Fabian Müller
2bbf499f6e New theme for the map editor. 2012-02-28 10:34:46 +00:00
Fabian Müller
520fafcfb9 Editor overhaul.
Changed how the terrain group/palettes work.

Added the map label placement tool.
2012-02-28 10:31:13 +00:00
Fabian Müller
3fe19eeb24 Enabled the building of the editor action label classes. 2012-02-28 10:27:42 +00:00
Fabian Müller
8d1aa62405 Added hotkey definitions for changing the terrain group...
...and for the editor map label placement tool.
2012-02-28 10:11:20 +00:00
Fabian Müller
842b1c73a6 Labeled the write method of the map class virtual...
...to allow overwritting in the derived editor_map class.
2012-02-28 10:08:06 +00:00
Fabian Müller
a03b129fb6 Implemented a copy constructor and assigment operator.
This is needed since the labels need to be copied in their new role as
memeber of the editor_map class.
2012-02-28 10:06:39 +00:00
Fabian Müller
eac7ab9ea8 Fixed a typo in a comment. 2012-02-28 10:02:12 +00:00