49175 Commits

Author SHA1 Message Date
Elias Pschernig
182dc77281 [wmlunits] Handle [advancefrom] WML tags for units. 2012-03-04 14:20:20 +00:00
Elvish_Hunter
61007a4d62 HttT: implemented FR #19418 in The Elves Besieged 2012-03-04 10:00:52 +00:00
Timotei Dolean
5e93fcae6c eclipse plugin: fix the wml tools menus not showing on files/containers 2012-03-04 09:00:04 +00:00
Timotei Dolean
aa5ada9efe eclipse plugin: Create the defines file before saving it 2012-03-04 08:59:58 +00:00
Timotei Dolean
906342a7b8 eclipse plugin: fix the highlighting of the #endif 2012-03-04 08:59:52 +00:00
Timotei Dolean
11a731aa0f eclipse plugin: manually call the signjar task...
...so we can filter the signed jars just to the wesnoth ones, instead
of signing everything (e.g.: eclipse, google)
2012-03-04 08:59:45 +00:00
Timotei Dolean
3e47a36910 eclipse plugin: replace the windows-only method of jar signing...
...with the PDE Build built-in mechanism
2012-03-04 08:59:39 +00:00
Timotei Dolean
b91f774fb4 eclipse plugins: small tweaks to the signing bat 2012-03-04 08:59:31 +00:00
Alexander van Gessel
f2895def30 Use wescamp.py for the wescamp updates.
It automatically checks out new repositories
2012-03-04 04:59:37 +01:00
Fabian Müller
5b36064340 Hotkeys for left right scrolling of the editor's terrain palette. 2012-03-04 02:21:29 +00:00
Ignacio R. Morelle
79a4960f28 addon/mg: Make get_addon_version_info() return by value, not reference
The return statement makes use of the ternary ?: operator to select the
referenced object, and this construct in assignments has been found to
cause undefined behavior scenarios before (see

2009-04-13T14:21:56Z!guillaume.melquiond@gmail.com
2009-04-13T15:02:18Z!guillaume.melquiond@gmail.com
2009-04-13T15:02:25Z!guillaume.melquiond@gmail.com

), so it's probably better to err on the side of caution here. The
version_info class instance copy overhead should be near-negligible.
2012-03-03 19:33:27 +00:00
Timotei Dolean
b2a5fcdb97 Update the website for 2.0.0 2012-03-03 19:29:09 +00:00
Ignacio R. Morelle
07e512687e addon/mg: Tidy up refresh_addon_version_info_cache() a bit
* Moved the _info.cfg path generation to a separate function

 * Use STL transform algorithm instead of additional lines of code

 * Other minor code cleanups
2012-03-03 19:18:54 +00:00
Simon Forsyth
21e8a54556 Fix appearance of flood - not just changelog 2012-03-03 19:02:16 +00:00
Simon Forsyth
30c7a23554 Fix appearance of flood 2012-03-03 19:01:26 +00:00
Simon Forsyth
8c87c87c2d Reenable animated water transitions - needed for Under the Burning Suns 2012-03-03 18:46:45 +00:00
Nils Kneuper
cf9ced505d remove old leftover, jwsmtp is no (longer) part of wesnoth 2012-03-03 18:01:28 +00:00
Elias Pschernig
3ebb10809c [wmlunits] Add units from an era but without any faction...
...to a special "factionless" faction.
2012-03-03 18:01:06 +00:00
Ignacio R. Morelle
8724c59678 addon/mg: Revert 2012-03-03T17:23:19Z!koraq@xs4all.nl,
...move the functions to the anonymous namespace as I originally
intended instead
2012-03-03 17:36:46 +00:00
Ignacio R. Morelle
ff40bf9aa8 addon/mg: Remove outdated, unused function declaration 2012-03-03 17:36:04 +00:00
Sergey Popov
8875369bc2 Ensure that connection::cancel() can't throw a boost::system::system_error 2012-03-03 17:32:24 +00:00
Mark de Wever
39a8fa1255 Remove an old-style-cast. 2012-03-03 17:23:22 +00:00
Mark de Wever
6dbf15861e Fix some gcc warnings 2012-03-03 17:23:19 +00:00
Elias Pschernig
3698f4c4e7 [wmlunits] fixed bug listing mainline units for each campaign 2012-03-03 16:47:46 +00:00
Anonymissimus
3b2306c3f3 add a note to README about -march=native 2012-03-03 15:59:38 +00:00
Simon Forsyth
911bbfd739 apply code cleanup from Eftboren to Battle for Zocthanol Isle 2012-03-03 15:18:05 +00:00
Timotei Dolean
1d7c0e8d08 Add the binaries for version 2.0.0 2012-03-03 15:10:14 +00:00
Simon Forsyth
6ac024ae77 use simpler helper finding code from Eftboren in FInal Confrontation 2012-03-03 14:55:04 +00:00
Simon Forsyth
b896fd293d Apply some of the code cleanup done in Eftboren to Under the Burning Suns 2012-03-03 14:36:18 +00:00
Ignacio R. Morelle
e55927cfeb help: Fix untranslatable string (bug #19520),
...and alter the first sentence for clarity
2012-03-03 06:28:00 +00:00
Elias Pschernig
1b105e75ee [wmlunits] Ignore addon unit levels < 0 or > 5.
Ignore addons with unhandled errors.
2012-03-02 23:16:08 +00:00
Nils Kneuper
a28b1a998a updated Galician translation 2012-03-02 23:12:38 +00:00
Nils Kneuper
aa556e4d13 updated Portuguese (Brazil) translation 2012-03-02 22:48:50 +00:00
Timotei Dolean
172ec4ddfa eclipse plugin: unify all file's code format 2012-03-02 22:31:17 +00:00
Timotei Dolean
aa2e4d1805 eclipse plugin: enhance the project report...
...by displaying the parsed campaign and scenario IDs
2012-03-02 22:31:07 +00:00
Timotei Dolean
16166b7c04 eclipse plugin: check if we have anything to parse...
(root != null) before starting to do so
2012-03-02 22:31:00 +00:00
Timotei Dolean
98ecc2fd8b eclipse plugin: disable specific activities...
...instead of the whole jdt library.

This fixes the opening of the files in the editor.
2012-03-02 22:30:53 +00:00
Timotei Dolean
6e6ef522a3 eclipse plugin: add 1.10.x to the addon servers list 2012-03-02 22:30:46 +00:00
Timotei Dolean
6ff78bb2d3 eclipse plugin: add 1.10.x to the installs combo box 2012-03-02 22:30:38 +00:00
Timotei Dolean
c3f397276e eclipse plugin: don't unpack the jdt.debug assembly 2012-03-02 22:30:29 +00:00
Timotei Dolean
ee3b923f2c eclipse plugin: save the macros to file...
...so they will be persisted across restarts
2012-03-02 22:30:21 +00:00
Timotei Dolean
7b2f3798b4 eclipse plugin: implement the dumping of define's arguments...
...when calling toString()
2012-03-02 22:30:13 +00:00
Timotei Dolean
000faa8265 eclipse plugin: append the defines instead of replacing the current ones 2012-03-02 22:30:03 +00:00
Timotei Dolean
9ebb1ce3e2 eclipse: Implement the parsing of the macro definitions...
...preprocessor constructs
2012-03-02 22:29:55 +00:00
Timotei Dolean
57b2892c04 eclipse plugin: disable the test button...
...and hide irrelevant activities (java, plugin development, etc)
2012-03-02 22:29:49 +00:00
Timotei Dolean
9ff5e7a9ba eclipse plugin: Fix the logic for appending end brace for macro calls 2012-03-02 22:29:42 +00:00
Timotei Dolean
bb8748ceb3 eclipse plugin: Don't suggest any completions if the model is null 2012-03-02 22:29:35 +00:00
Timotei Dolean
94018ebec9 eclipse plugin: fix the macro navigation,
...by unquoting the WMLKeys' string values
2012-03-02 22:29:27 +00:00
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