Commit Graph

46071 Commits

Author SHA1 Message Date
Eric S. Raymond
a46ebe0285 Give Jevyan a bit more nmtivation for chasing the Ruby of Fire while keeping
its actual abilities creatively unclear.
2011-07-05 10:43:38 +00:00
Timotei Dolean
d856f7e061 eclipse plugin: Update the dev manual to include information...
...regarding generating the WML Grammar
2011-07-05 08:55:27 +00:00
Timotei Dolean
6ecc25e078 eclipse plugin: update the files to reflect the new project organization 2011-07-05 08:55:18 +00:00
Timotei Dolean
832cd373d8 eclipse plugin: Remove old files and update the feature and product...
...to include the correct plugins
2011-07-05 08:55:00 +00:00
Timotei Dolean
a3613b9e11 eclipse plugin: Migrate 'org.wesnoth.wml.ui' project...
...to 'org.wesnoth.ui'
2011-07-05 08:54:46 +00:00
Timotei Dolean
be287286bd eclipse plugin: Migrate the org.wesnoth.wml project
to org.wesnoth.
2011-07-05 08:54:24 +00:00
Timotei Dolean
77b3e42c12 eclipse plugin: Refactor the IFile to WMLRoot...
...conversion to its own method
2011-07-05 08:54:09 +00:00
Timotei Dolean
d3750307b3 eclipse plugin: Test with getting the WML Grammar parsed...
...out of an IFile instance
2011-07-05 08:53:59 +00:00
Timotei Dolean
3a9d463062 eclipse plugin: add a small 'plugin building' workflow 2011-07-05 08:53:50 +00:00
Timotei Dolean
1302915c83 eclipse plugin: Move the tree creation logic in a new dedicated class 2011-07-05 08:53:40 +00:00
Timotei Dolean
95a4b69a5e eclipse plugin: Add a first draft of the new Dependency Tree 2011-07-05 08:53:30 +00:00
Timotei Dolean
019a37dcb7 eclipse plugin: Fix the 'Builders' menu 2011-07-05 08:53:20 +00:00
Timotei Dolean
80353993de eclipse plugin: Automatically parse the schema...
...when creating it
2011-07-05 08:53:11 +00:00
Timotei Dolean
68a96588ed eclipse plugin: Add the multiple-wesnoth installation...
...code support for the WMLValidator aswell
2011-07-05 08:53:01 +00:00
Timotei Dolean
ae5ee164af eclipse plugin: Create the project cache...
...only later, when we know for sure we do have a file attached to
current editor
2011-07-05 08:52:52 +00:00
Timotei Dolean
6b28ea2377 eclipse plugin: Remove 2 obsolete methods 2011-07-05 08:52:41 +00:00
Sergey Popov
7c1f4c46b9 Added target for schema generator to scons. 2011-07-04 22:59:37 +00:00
Steven Panek
2a9a770525 Added keywords lines. 2011-07-04 22:38:09 +00:00
Mark de Wever
3c5b34d214 Add initial version of the schema validator.
Committing Sytyi's patch.
2011-07-04 22:32:10 +00:00
Fabian Müller
da07123866 Added more use cases for the axis and proper logging and more. 2011-07-04 18:04:55 +00:00
Fabian Müller
8ff2fd1ee7 Just unified the syntax for defining a reference to match the envirenment. 2011-07-04 14:54:17 +00:00
Fabian Müller
2606b58471 Joystick preferences item access methods added. 2011-07-04 14:27:27 +00:00
Fabian Müller
2d4d8984d5 Added many (too many) joystick related config items...
...to the advanced preferences.
2011-07-04 12:52:43 +00:00
Dmitry Kovalenko
bab732a43e Sticky candidate actions are constructed if sticky=yes specified
(Lua engine only). Also added missing unit coordinate parameters to
the config
2011-07-04 11:19:56 +00:00
Ignacio R. Morelle
eb6f6906e0 Sort the Recruit menu by localized unit type names...
...with a simple GUI1 hack (FR bug #18294)
2011-07-04 10:09:43 +00:00
Steven Panek
03f5a6aa06 Updated the British English translation. 2011-07-04 05:37:29 +00:00
Steven Panek
aad5fab1f6 Reworded the warning string that is shown to authors...
...that are about to download their own addons; eliminated
French-style spacing.
2011-07-04 05:09:13 +00:00
Steven Panek
11b851896b Updated the Old English translation. 2011-07-04 03:13:19 +00:00
Anonymissimus
fa5c283036 Removed unneccessary capping at max_attacks_ when setting unit::attacks_left_
Useful when making multiple attacks in debug mode.

No callers need update.
2011-07-03 23:40:12 +00:00
Anonymissimus
3f6850d863 added a wesnoth.races table
follows the wesnoth.unit_types pattern
2011-07-03 23:39:47 +00:00
Ignacio R. Morelle
08088a6a52 Remove empty dir (?) 2011-07-03 22:03:33 +00:00
Ignacio R. Morelle
fedce04c0a Remove left-overs of the autotools build system 2011-07-03 21:55:03 +00:00
Ignacio R. Morelle
c5256b93a6 Update changelog for 2011-07-03T10:55:21Z!esr@thyrsus.com 2011-07-03 21:52:16 +00:00
Nils Kneuper
4e630a9ef7 updated Estonian translation 2011-07-03 13:28:48 +00:00
Eric S. Raymond
f880c89e81 Teach wmllint to detect missing side attribute in recruit,
...allow_recruit and disallow_recruit.  Fix all mainline instances of
this glitch.
2011-07-03 10:55:21 +00:00
Ignacio R. Morelle
52471abac6 HttT: fix a warning about allow_recruit.side being missing...
...in scenario 4's enemies defeated event; spotted by Sytyi
2011-07-03 09:55:40 +00:00
Nils Kneuper
0389a34bc6 updated Indonesian translation 2011-07-03 08:58:29 +00:00
Tommy Schmitz
ca18822dba Added images for the whiteboard arrow style focus_invalid. 2011-07-03 00:35:38 +00:00
Jérémy Rosen
0155753c74 fix a problem with halo flipping...
...when the haloes were facing south-west

thx to Espreon for reporting it
2011-07-02 18:56:54 +00:00
Sergey Popov
882bed8c8b GUI2 network transmission dialog improvements:
Added feedback on whether it's connecting/downloading and
made strings translatable.
2011-07-02 18:06:03 +00:00
Tommy Schmitz
cb77683a2f Cleaned up some bugs from original whiteboard network patch (2011-06-30T18:28:00Z!tschmitz.wesnoth@gmail.com). 2011-07-02 04:07:23 +00:00
Mark de Wever
3de7a6071e Fix a doxygen warning. 2011-06-30 21:16:33 +00:00
Mark de Wever
a0282504f4 Fix doxygen warnings. 2011-06-30 21:16:31 +00:00
Mark de Wever
aefb3fc249 Fix doxygen warnings. 2011-06-30 21:16:28 +00:00
Mark de Wever
cc3230ecbf Fix doxygen warnings. 2011-06-30 21:16:26 +00:00
Mark de Wever
9a14f8b70d Fix a doxygen warning. 2011-06-30 21:16:23 +00:00
Mark de Wever
0d9b032622 Fix a doxygen warning. 2011-06-30 21:16:20 +00:00
Mark de Wever
52e9bf180b Fix doxygen warnings. 2011-06-30 21:16:17 +00:00
Mark de Wever
8b3b8e1cf9 Fix some doxygen warnings. 2011-06-30 21:16:14 +00:00
Mark de Wever
524c00b847 Strip trailing whitespace. 2011-06-30 20:24:58 +00:00