Steven Panek
33a218a722
Updated the British English translation.
2011-09-04 20:28:16 +00:00
Timotei Dolean
66225f871d
Don't compile the schema_generator project by default.
2011-09-04 17:31:31 +00:00
Timotei Dolean
dfd304d995
Create the project for schema_generator in MSVC 9
2011-09-04 17:28:32 +00:00
Mark de Wever
eea67b3d5d
Fix another singular iterator issue.
2011-09-04 16:52:20 +00:00
Mark de Wever
26363c3155
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:15 +00:00
Mark de Wever
4ae425d811
Limit variable scope.
...
Also removes an old-style cast. Issue found by cppcheck.
2011-09-04 16:52:11 +00:00
Mark de Wever
1947e50f15
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:07 +00:00
Mark de Wever
f3151c6a48
Limit variable scope.
...
Issue found by cppcheck.
2011-09-04 16:52:01 +00:00
Simon Forsyth
3f2b9101b0
Fix bug #18587 :
...
restore old behaviour of drawing castle-cave wall transitions with
stone walls - reordered transitions to ensure stone walls appear above
cave transitions
2011-09-04 16:46:49 +00:00
Nils Kneuper
8f1e317b41
post release version bump to 1.9.9+svn
2011-09-04 14:43:39 +00:00
Nils Kneuper
981f1bcee8
bump version to 1.9.9
...
fixed the style of the changelogs
1.9.9
2011-09-04 14:01:23 +00:00
Elvish_Hunter
e63263f27c
DW: Fixed a bug reported in the forum...
...
...at http://forums.wesnoth.org/viewtopic.php?f=38&t=31283
2011-09-04 11:29:51 +00:00
Nils Kneuper
555f06a918
pot-update
...
regenerated doc files (no changes here)
2011-09-04 09:43:34 +00:00
Sergey Popov
57ca62d02b
Fix completed/total confusion in numeric display...
...
...of network transmission dialog.
2011-09-03 21:28:21 +00:00
Steven Panek
c8dc77c0a6
Updated the Latin translation.
2011-09-03 21:27:42 +00:00
Steven Panek
db5e140f19
Removed extra '\n's.
2011-09-03 21:18:53 +00:00
Alexander van Gessel
72bf610adb
Add more unsigned si_string overloads.
...
This should fix compilation on systems where size_t != unsigned int.
2011-09-03 22:11:30 +01:00
Steven Panek
ce2a23f2e2
Updated the British English translation.
2011-09-03 20:40:15 +00:00
Steven Panek
21fdc50c65
Fixed an apostrophe.
2011-09-03 20:36:25 +00:00
Steven Panek
27a0e581a8
Updated the Latin translation.
2011-09-03 20:27:05 +00:00
Steven Panek
f801901dfe
Updated the Old English translation.
2011-09-03 20:25:31 +00:00
Alexander van Gessel
17b196cfd0
Fix stack overflow.
2011-09-03 20:55:52 +01:00
Alexander van Gessel
002fead566
Added an unsigned overload of si_string.
...
Converted everything I could find to use si_string or at least use the
units correctly.
2011-09-03 14:13:58 +01:00
Steven Panek
f0632041f9
Fixed some apostrophes.
2011-09-03 02:25:33 +00:00
Steven Panek
0772e5636c
Converted old markup for OoS dialog; possible fix for bug #18387 .
2011-09-03 01:51:56 +00:00
Anonymissimus
84fc7ba7bb
TSG: removed hero icon from Hylas and Gerrik (fix for bug #16577 )
...
The alternative branch probably features the same problem but I don't
fix anything in scenarios I've never played.
2011-09-02 23:25:20 +00:00
Timotei Dolean
7f6c777dfc
eclipse plugin: Properly set the wml lua tag definition line offset
2011-09-02 18:22:58 +00:00
Timotei Dolean
180aa60b40
eclipse plugin: When no description about the tag,
...
...just output "No information"
2011-09-02 18:22:47 +00:00
Timotei Dolean
eec05aa7e8
eclipse plugin: Rename 'Wesnoth file wizard' to 'Wesnoth Config File'
2011-09-02 18:22:37 +00:00
Timotei Dolean
2d58c6fa20
eclipse plugin: Create the WMLParser using the GUICE...
...
...Injector instead of plain object construction
2011-09-02 18:22:27 +00:00
Timotei Dolean
f89653c0c6
eclipse plugin: Initialize the defines map in the all constructors
2011-09-02 18:22:16 +00:00
Timotei Dolean
d2b561077a
eclipse plugin: Remove the Defines SAX Handler...
...
...and replace it with the xtext parser
2011-09-02 18:22:05 +00:00
Timotei Dolean
e6a8604434
eclipse plugin: Shorten the build time by preprocessing...
...
...just the _main.cfg if it exists.
2011-09-02 18:21:55 +00:00
Timotei Dolean
e5bd7d959f
eclipse plugin: Clarify a bit a comment
2011-09-02 18:21:45 +00:00
Timotei Dolean
c62275eb9f
eclipse plugin: Implement the directory <-> file include order update
2011-09-02 18:21:35 +00:00
Timotei Dolean
1a16b55db9
eclipse plugin: We don't actually need to update...
...
...the root node since the included nodes are for sure not root nodes.
2011-09-02 18:21:26 +00:00
Timotei Dolean
cc52678198
eclipse plugin: Fix some tests: add a prefix slash...
...
...when searching for the directory
2011-09-02 18:21:16 +00:00
Timotei Dolean
273e5267ff
eclipse plugin: Add a couple of tests for the folder/file includes
2011-09-02 18:21:07 +00:00
Timotei Dolean
ca1dd26301
eclipse plugin: Implement some extra cases...
...
...that handle includes adding/removal
2011-09-02 18:20:58 +00:00
Timotei Dolean
39566e17ae
eclipse plugin: Add more tests for the DPL
2011-09-02 18:20:48 +00:00
Timotei Dolean
c7498606f1
eclipse plugin: Add 2 tests to test the coming new PDL functionality
2011-09-02 18:20:38 +00:00
Timotei Dolean
bd562360a0
eclipse plugin: Add test for changing include order
2011-09-02 18:20:29 +00:00
Timotei Dolean
6d6d389843
eclipse plugin: Fix the getMacroIncludes to check...
...
...the start of string for the `{~add-ons' sequence instead of the
whole text of the macro
2011-09-02 18:20:19 +00:00
Timotei Dolean
cec781cf48
eclipse plugin: Don't overwrite file contents if...
...
...the `overwrite' flag is not present
2011-09-02 18:20:09 +00:00
Timotei Dolean
99b1573e35
eclipse plugin: Fix the tests
2011-09-02 18:19:58 +00:00
Timotei Dolean
13b4bee428
eclipse plugin: Close the file after we have saved the cache.
2011-09-02 18:19:45 +00:00
Timotei Dolean
ca4bf21da0
eclipse plugin: Don't setup the workspace when we are testing the product
2011-09-02 18:19:34 +00:00
Timotei Dolean
6e9265c5dd
eclipse plugin: Update the dev manual to reflect the...
...
...latest test-related changes.
2011-09-02 18:19:23 +00:00
Timotei Dolean
c27ff65c4c
eclipse plugin: Add skeleton for new type of tests: PDE Tests.
2011-09-02 18:19:07 +00:00
Timotei Dolean
f72833ed4f
eclipse plugin: Add setters for the Paths class
2011-09-02 18:18:49 +00:00