Commit Graph

17730 Commits

Author SHA1 Message Date
Eric S. Raymond
984971b0c3 Clean up properly in dryrun mode. 2007-06-29 11:08:13 +00:00
Eric S. Raymond
22efdacc73 Recognize --verbose. 2007-06-29 11:03:48 +00:00
Eric S. Raymond
93839b4ba9 Implemented --dryrun option. 2007-06-29 11:01:37 +00:00
Eric S. Raymond
c7eb4ede7f Reindented unit files. 2007-06-29 10:49:33 +00:00
Eric S. Raymond
d07025e8ee Reindented. 2007-06-29 10:46:58 +00:00
Eric S. Raymond
ac9d9fdb76 Better verbosity logic. 2007-06-29 10:42:10 +00:00
Eric S. Raymond
08c6876453 Almost all WML files are now uniformly indented.
There are a few exceptions that need further work or careful
examination; UtBS, the tutorial, and the terrain macros.
2007-06-29 10:36:10 +00:00
Nils Kneuper
b1f539b4e4 pot-update 2007-06-29 10:23:29 +00:00
Nils Kneuper
2438736b98 removed the filereference Sapient forgOt to remove...
...when removing the sourcefile...
2007-06-29 10:22:06 +00:00
Nils Kneuper
0cbb699e11 marked the file correctly as translateable 2007-06-29 10:21:37 +00:00
Eric S. Raymond
2c5b884f91 Prevent spurious warnings on array references. 2007-06-29 10:05:21 +00:00
Eric S. Raymond
80c34215f9 Sapient forgot to clean up after his file removal. 2007-06-29 10:04:08 +00:00
Eric S. Raymond
7c66c9b477 Applied wmlindent to The South Guard. 2007-06-29 09:51:22 +00:00
Eric S. Raymond
ff5f33a1ae Apply wmlindent to The South Guard, after removing two unbalanced macros. 2007-06-29 09:22:24 +00:00
Eric S. Raymond
bde964a109 Applied wmlindent to The Rise Of Wesnoth. 2007-06-29 09:10:19 +00:00
Eric S. Raymond
063655f003 Apply wmlindent to Son Of The Black Eye. 2007-06-29 09:07:44 +00:00
Eric S. Raymond
d714aff685 Enable wmlindent to detect multiple tags per line (which it can't handle)
and fix a .cfg not to have that glitch.
2007-06-29 09:02:17 +00:00
Lari Nieminen
5ada0846ba TC'd NR move_unit_fakes (and fixed a few dialogue typos in scenarios 2 and 13). 2007-06-29 08:54:48 +00:00
Eric S. Raymond
b30dabdf52 Apply wmlindent to most of Scepter Of File.
One scenario throws an unbalanced-WML error that needs another look.
2007-06-29 08:30:48 +00:00
Eric S. Raymond
06a3a6ac5e Apply wmlindent to Heir To The Throne. 2007-06-29 08:26:23 +00:00
Eric S. Raymond
04aa4173a2 Apply wmlindent to Eastern Invasion. 2007-06-29 08:24:40 +00:00
Eric S. Raymond
ab5dcea7be Apply wmlindent to Descent Into Darkness. 2007-06-29 08:21:43 +00:00
Eric S. Raymond
f032434e07 Expand away the last syntactically unbalanced macro in DiD. 2007-06-29 08:18:32 +00:00
Eric S. Raymond
270ee001bd ADD_GOLD's time has come. Remove it.
Generalize the DEPRECATE macro.
2007-06-29 07:40:53 +00:00
Eric S. Raymond
92dfa04938 Get rid of another pair of syntactically unbalanced macros. 2007-06-29 07:34:43 +00:00
Eric S. Raymond
a3ed36ed2c Get riD of two syntactically unbalanced macros...
...and replace them with one that isn't.
2007-06-29 07:24:07 +00:00
Eric S. Raymond
6a8bcbec2a Don't touch the input file's timestamp if there are no changes. 2007-06-29 06:36:58 +00:00
Gunter Labes
9ad2774cd1 add /whisper support 2007-06-29 04:34:52 +00:00
Gunter Labes
a255a0c576 added a function to send to all but one user 2007-06-29 04:17:41 +00:00
David White
6915046927 fixed bug in wesnothd.pl which caused disconnections 2007-06-29 03:49:50 +00:00
Eric S. Raymond
0135d916a2 Minor spelling and language tweaks. 2007-06-29 03:45:01 +00:00
Eric S. Raymond
6870210902 Northern Rebirth is reindented. Campaign load has been tested. 2007-06-29 03:41:24 +00:00
Eric S. Raymond
20225e5ffc Canonicalize runs of blank lines. 2007-06-29 03:21:25 +00:00
Gunter Labes
2a3b1087eb add a missing return when the username is already in use 2007-06-29 02:25:53 +00:00
David White
782c899a7f added trailing \0 to send of packets sent, to conform with what Wesnoth does 2007-06-29 02:16:16 +00:00
Eric S. Raymond
397b350a75 Don't generate spurious trailing whitespace. 2007-06-29 01:56:20 +00:00
Eric S. Raymond
a49b2cc2b9 Suppress a spurious error message, hardwire the base indent of macros,
and fix a bug in the handling of multiline literals.
2007-06-29 01:43:03 +00:00
Eric S. Raymond
65cd453647 Make wmlindent able to traverse directories.
Also, have it right-strip output lines and canonicalize to Unix-style \n.
2007-06-29 01:13:00 +00:00
Ali El Gariani
3ec88bdc53 quick temporary one-line fix to restore the broken "show enemy moves" 2007-06-29 00:33:01 +00:00
Patrick Parker
780cf82c17 remove the unused (and no longer building correctly) scenerio_editor files 2007-06-28 23:10:39 +00:00
Lari Nieminen
412d47eacf Added a macro for conveniently timing arbitrary WML actions. 2007-06-28 22:11:42 +00:00
Eric S. Raymond
71676359f8 Fix a bonehead error in applying wmlindent to multiple arguments. 2007-06-28 21:48:19 +00:00
Ali El Gariani
318df43f6a fix a tiny cursor bug:
trying to move a enemy unit (?!) caused sometimes a briefly visible
move cursor

remove/reorder some checks
2007-06-28 21:17:45 +00:00
Gunter Labes
a62bb8911f fixed username checking on login and sending correct errors 2007-06-28 20:21:13 +00:00
Eric S. Raymond
f74f534aad Remove unused 'omniscient' class. 2007-06-28 20:07:09 +00:00
Mark de Wever
eb355e7600 Next step in changing the map border. Most border transitions are suppressed now. 2007-06-28 19:39:48 +00:00
Gunter Labes
3f4be3cad5 a script to login to the multiplayer server and display/log the chat 2007-06-28 17:16:15 +00:00
Mark de Wever
17d24aa380 removed support for the deprecated old keep 2007-06-28 16:34:36 +00:00
Mark de Wever
7003277d4c removed the UNUSED definition,
it breaks on my gcc and there's a portable way to avoid the unused
parameter warning
2007-06-28 16:31:05 +00:00
Eric S. Raymond
4439a0c763 Pry the map_label.cpp code the rest of the way loose from replay.cpp.
If clearing of old labels during replays stops working, suspect this commit.
2007-06-28 13:04:22 +00:00