Ignacio R. Morelle
ae61f07503
Preferences: According to Espreon, Hz (abbrev. of Hertz) should stay capitalized
2011-10-30 21:11:45 +00:00
Ignacio R. Morelle
9ba92b5904
MP game setup: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 21:10:06 +00:00
Ignacio R. Morelle
8fde890736
pofix: Reconcile conflicting rules
2011-10-30 21:00:39 +00:00
Ignacio R. Morelle
9e210916fd
Map generator: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 20:59:00 +00:00
Ignacio R. Morelle
c25184390b
pofix: Oops, removed empty rules
2011-10-30 20:54:37 +00:00
Ignacio R. Morelle
df5ac7e5b6
Lobby: Converted instances of Title Case...
...
...in checkbox labels to Sentence case per upcoming UI Style Guide
change
2011-10-30 20:52:13 +00:00
Ignacio R. Morelle
6e9da57a40
Preferences: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 20:44:38 +00:00
Ignacio R. Morelle
001197cfc5
gui2: Converted instances of Title Case in checkbox labels...
...
...to Sentence case per upcoming UI Style Guide change
2011-10-30 20:28:06 +00:00
Thibault Févry
35ee1e6725
Strip trailing whitespaces.
...
Some other changes to make code look more pythonish. No important changes.
2011-10-21 23:42:46 +00:00
Steven Panek
e4ca705b55
Added a missing diaeresis.
2011-10-16 02:25:17 +00:00
Thonsew
288f446fef
Changed wesnoth_gdb pretty printers...
...
...to correctly print the prefix and untranslated string for
t_strings. Previously it was only printing the prefix as the prefix
ends is zero terminated before the following untranslated string.
2011-09-29 15:55:17 +00:00
Thonsew
f1ab44d74b
Changed. In the wesnoth pretty printers I changed...
...
...the default number of levels of recursion when printing configs to
2. I also fixed printing of pointers to attribute_values.
2011-09-26 19:58:08 +00:00
Thonsew
917f373a75
Removed redundant line in wesnoth_gdb set_recursion_level
2011-09-21 21:44:44 +00:00
Thonsew
77baa9e323
Fixed attribute_value fake enum to match C++ code
...
Fixed t_interned printer to handle unititialized t_interens correctly
Changed the variable levels of recursion to better handle null
pointers and keep the correct level of recursion.
2011-09-20 21:21:15 +00:00
Thonsew
09268be31e
Added set_levels_of_recursion to pretty printers
...
Added help function to wesnoth_gdb for the pretty printers.
Usage from within gdb:
python wesnoth_gdb.help()
2011-09-16 19:30:08 +00:00
Thonsew
d61ec9668c
Updated pretty printers
...
1. Added import os for installations where it is not a default
2. Improved check for empty unordered_map
3. Moved strip_type to its own file
2011-09-16 12:28:30 +00:00
Thonsew
38c351d523
Created gdb pretty printers for wesnoth data types...
...
...t_interned, t_token, t_string, config and config::attribute_value.
Create pretty printers for boost::unordered_map.
2011-09-15 20:16:48 +00:00
Thonsew
4637a2586f
Added a valgrind memcheck suppression file...
...
...for suppression of static initialization allocation without a
delete warnings
2011-09-08 19:16:33 +00:00
Steven Panek
21fdc50c65
Fixed an apostrophe.
2011-09-03 20:36:25 +00:00
Steven Panek
f0632041f9
Fixed some apostrophes.
2011-09-03 02:25:33 +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
Timotei Dolean
36c5563d05
eclipse plugin: Create the core library after creating...
...
...the project cache, so we can use the project's install name.
2011-09-02 18:18:33 +00:00
Timotei Dolean
f71951adb8
eclipse plugin: Compute the current parsed file location...
...
...in the constructor since we know there the information for sure.
2011-09-02 18:18:17 +00:00
Timotei Dolean
f8ec31942f
eclipse plugin: Force the xtext builder to skip the Wesnoth Core Library
2011-09-02 18:18:01 +00:00
Nils Kneuper
c6df65099b
applied utils/wesnoth-optipng
...
Overall statistics (only for files with a smaller recompressed size):
Original size: 32 KiB on 13 files
Optimized size: 18 KiB
Total saving: 13 KiB = 42% decrease
2011-08-27 09:40:18 +00:00
Steven Panek
f67570e424
Removed unneeded rule.
2011-08-26 17:35:18 +00:00
Steven Panek
b653c35085
Fixed apostrophes.
2011-08-26 17:28:32 +00:00