Commit Graph

27325 Commits

Author SHA1 Message Date
Richard Kettering
d081492dab Remade animations for the saurian oracle. 2008-08-30 07:56:22 +00:00
Eric S. Raymond
c927cdc6e3 Preevent wmlindent from being confused by Shadowmaster's terminal frowney.
(Yes, this is a real description of a real bug...)
2008-08-30 07:34:57 +00:00
Ignacio R. Morelle
5f565e34a5 Remove unused entries 2008-08-29 23:44:08 +00:00
Ignacio R. Morelle
9636fd1560 Changed a output message to be more global...
"X windows" was there before.
2008-08-29 23:43:05 +00:00
Ignacio R. Morelle
6310267b6d Recommit with correct Ogg Vorbis comments 2008-08-29 23:38:41 +00:00
Ignacio R. Morelle
4e9c687e42 Updated fortunes, reformatted a few ones, removed others 2008-08-29 22:14:55 +00:00
Gunter Labes
a801626793 update wmlunits to the new advances_to syntax 2008-08-29 21:30:39 +00:00
Eric S. Raymond
aac6a79a04 Restore a 1.5 conversion I shouldn't have dropped. 2008-08-29 19:27:10 +00:00
Mark de Wever
b641844238 Cleanup the window definition. 2008-08-29 19:26:17 +00:00
Mark de Wever
ddc3769581 Cleanup patch to move macros in the string. 2008-08-29 19:26:12 +00:00
Eric S. Raymond
fec0ec9d71 advancesto -> advances_to. 2008-08-29 19:03:00 +00:00
Eric S. Raymond
c900eff1fa The --oldversion switch is dead. 2008-08-29 18:57:03 +00:00
Mark de Wever
6ce967d869 Remove an obsolete proof-of-concept widget. 2008-08-29 18:34:53 +00:00
Eric S. Raymond
d0fb2d0461 This change removes lifting logic for pre-1.4 versions.
If you need it, check out a copy of wmllint from the 1.4 stable
branch and use that to lift before running this one.

I did this for a policy reason; I wanted to kill off the --oldversion
switch.  It will *not* be restored; in future, changes to WML syntax
*must* be forward compatible in such a way that tags from old versions
can be unambiguously recognized (this will save everybody heartburn).

As a virtuous side effect, this featurectomy cuts wmllint's code
complexity by over 50%, improves performance by about 33%, and
banishes some annoying behaviors related to the 1.2 map-conversion
code.
2008-08-29 18:27:37 +00:00
Eric S. Raymond
effe5298b9 Typo fix. 2008-08-29 17:30:04 +00:00
Mark de Wever
41a245c1dd Fix some compiler errors. 2008-08-29 17:28:21 +00:00
Mark de Wever
f39e9998e3 Unhide some overloaded functions. 2008-08-29 17:28:16 +00:00
Mark de Wever
6ef35ebc71 Revert "Create a font when creating the ttext object."
This reverts 2008-08-28T17:24:14Z!koraq@xs4all.nl.  The commit caused several minor glitches
where fontsize and style aren't set properly. Since the gain wasn't
too big simply revert.
2008-08-29 17:19:07 +00:00
Mark de Wever
f052bdb6b3 Load the font info for the text box.
This avoids the cursor to be at the wrong offset it the default isn't
the default font.
2008-08-29 17:19:01 +00:00
Eric S. Raymond
3465bf7a99 Comment typo fix. 2008-08-29 17:02:32 +00:00
Pauli Nieminen
025257a984 Fixed game_config::path setting for windows 2008-08-29 16:16:19 +00:00
Pauli Nieminen
ed2a9491b8 Added some empty lines to make reading easier 2008-08-29 16:16:05 +00:00
David Philippi
75312c072a hungarian translation update 2008-08-29 15:55:28 +00:00
Nils Kneuper
cc5e190e8f updated Chinese (Traditional) translation 2008-08-29 10:32:44 +00:00
Lari Nieminen
545a8ef1ab Removed some more duplicate single unit id's. 2008-08-29 10:07:13 +00:00
Lari Nieminen
215082a73f Removed some duplicate single unit id's. 2008-08-29 09:59:42 +00:00
Pauli Nieminen
30a7dadec5 Fixed UMC loading with new caching code 2008-08-29 08:14:36 +00:00
Richard Kettering
dedfe5146d Remade animations for the saurian soothsayer. 2008-08-29 07:14:28 +00:00
Eric S. Raymond
a53745e104 Ignore .git directories in wmllint as well. 2008-08-29 02:03:51 +00:00
Eric S. Raymond
4a5ecd48b5 Ignore .git as well as .svn directories when assembling forests. 2008-08-29 01:47:09 +00:00
Eric S. Raymond
b31c324728 Fulfil the rest of bug #12180. Reindent appropriately. 2008-08-28 23:07:44 +00:00
Eric S. Raymond
08f09eda6f Give wmlindent a capability to declare indenters.
Pre-declare {FOREACH and {NEXT.

Write declarations in the one place they're presently needed, Sceptre of Fire.

Reindent the data tree accordingly.

This partly addresses the feature request in bug #12180.
2008-08-28 20:19:50 +00:00
Lari Nieminen
c133efea6e Added "The Dangerous Symphony" to the default playlist. 2008-08-28 18:39:17 +00:00
Lari Nieminen
3cefc53b3f Made a couple of campaign scenarios use "The Dangerous Symphony". 2008-08-28 18:36:46 +00:00
Lari Nieminen
1f6a43a774 Changed the way the underground and default schedules are used,
...so that the default ToD shown in the ToD display is the underground
schedule and so that the default schedule sounds aren't used.
2008-08-28 18:20:24 +00:00
Lari Nieminen
f4b826ebeb Fixed a typo in a comment. 2008-08-28 18:04:40 +00:00
Eric S. Raymond
318486ce4b Reindent most of the data tree in preparation for making wmlindent smarter. 2008-08-28 17:57:00 +00:00
Elias Pschernig
28801b118a Removed debug code I left in wesnoth_addon_manager before. 2008-08-28 17:44:34 +00:00
Mark de Wever
964e73705f Add copy constructors.
They were removed since the code didn't compile with them, added them
but the class is still noncopyable, read the comment in the header for
details.
2008-08-28 17:24:25 +00:00
Mark de Wever
4c6a723c6f Update doxygen comment style. 2008-08-28 17:24:20 +00:00
Mark de Wever
0cccae456d Create a font when creating the ttext object.
This gives a small perfomance increase and also makes some helper
code obsolete.
2008-08-28 17:24:14 +00:00
Mark de Wever
0b8250516a Update my about entry. 2008-08-28 17:24:10 +00:00
Elias Pschernig
35aa9ff484 Adjusted campaignserver_client.py for upstream fix of random 0 bytes.
Don't stop downloading on addons which contain files without any contents.
2008-08-28 17:24:02 +00:00
Mark de Wever
a5219f5df2 Updated to the new style. 2008-08-28 17:24:00 +00:00
Pauli Nieminen
be8ef3179c Fixed campaign server not beeing able to read server.cfg 2008-08-28 16:11:13 +00:00
Pauli Nieminen
485e0e16f4 Optimized server ban manager using integer ip for wildcard matching
Added who_banned and group fields to ban

Made reason required for banning
2008-08-28 15:21:44 +00:00
Sergey Popov
c52419e638 Removed dummy_locales option from scons script since it's runtime option now. 2008-08-28 10:43:15 +00:00
Sergey Popov
f4699cb764 Ensure that xgettext creates a file using --force-po option instead of touch. 2008-08-28 09:47:37 +00:00
Nils Kneuper
71f33f7a23 updated Chinese (Traditional) translation 2008-08-28 09:46:15 +00:00
Lari Nieminen
524c9cb1d9 Added "The Dangerous Symphony" by gmlion. 2008-08-28 06:07:06 +00:00