Eric S. Raymond
113e2c72fc
Change a number of instances of TC(1,magenta) to RC(magenta>red).
2007-07-02 19:02:34 +00:00
David Philippi
f3f03c56ce
updated font
2007-07-01 17:47:29 +00:00
Nils Kneuper
f237441a02
moved loading of textdomains...
...
...dependend on if the maingame is loaded or the editor
2007-07-01 16:46:14 +00:00
Elias Pschernig
10232db2f7
Added the killer python AI by Michael Schmahl, under the name 'bruteforce.py'
2007-07-01 16:08:10 +00:00
Dimitar Ilccov
9e62d8bfde
Disabled the "lava expansion" feature in "Scepter of Fire" scenario in HttT
...
...that could make the lava cover the scepter item and therefore make
the victory conditions impossible to complete. The WML for the "lava
expansion" has not been removed, just disabled, so if someone wants
and is capable to make it work properly, be my guest
2007-06-30 22:01:19 +00:00
Thomas Baumhauer
0e83f52883
Fixing bug #9412 : DiD: A Small Favor does not preserve non-undead units
2007-06-30 16:05:58 +00:00
Mark de Wever
e91a73d909
Added a new experimental transition between the map and the background.
...
Since I'm no artist the transition could use some cleaning up, also
there's no support yet for convex and concave transitions.
Also converted Hexcake to see how it looks on a hex shaped map. Still
has quite some glitches partly caused by the alpha in the _off
terrains.
Also some terrains look odd on the background (eg trees).
2007-06-30 13:36:28 +00:00
Lari Nieminen
02fe8b6216
TC'ing of [move_unit_fake]s (SG and TB). Only SotBE and UtBS remain.
2007-06-30 13:08:48 +00:00
Lari Nieminen
f8aa9f21eb
TC'ing of [move_unit_fake]s (TRoW).
2007-06-30 13:05:12 +00:00
Lari Nieminen
e9c698165c
A few more minor facing= fixes.
2007-06-30 13:03:54 +00:00
Lari Nieminen
f6a7fdef5c
TC'ing of [move_unit_fake]s (HttT, EI and SoF).
2007-06-30 12:44:54 +00:00
Lari Nieminen
b67758f78b
Hid a few DiD duplicate hack units and a fake unit...
...
...from appearing in the unit list in the help.
2007-06-30 12:35:29 +00:00
Lari Nieminen
5ccb264346
Replaced all instances of the obsolete facing=reverse...
...
...with the correct facing=sw (and removed a few ones that seemed
unnecessary).
2007-06-30 12:15:07 +00:00
Thomas Baumhauer
eb00d979c1
Fixing various WML bugs in DiD
2007-06-30 11:00:28 +00:00
Eric S. Raymond
116285132a
Clarify the objective.
2007-06-30 10:10:47 +00:00
Dimitar Ilccov
12d0c82fd8
A fix for the next scenario sometimes being unable to load...
...
...after completing "Scepter of Fire"
2007-06-29 21:00:18 +00:00
David Philippi
d7c2140e83
lithuanian translation update
2007-06-29 13:35:59 +00:00
Lari Nieminen
8f33bed9ea
Fixed odd WML typos causing errors.
2007-06-29 12:19:35 +00:00
Eric S. Raymond
c75c529de8
Don't ignore blank lines before a 'start ignoring' directive.
2007-06-29 12:19:05 +00:00
Eric S. Raymond
3908c56233
Fix a vertical-whitespoce glitch produced by wmlindent's passthrough mode.
2007-06-29 12:14:48 +00:00
Eric S. Raymond
8b5218af0a
Reindent the UtBS material.
2007-06-29 12:05:35 +00:00
Eric S. Raymond
9433ae3fee
Implement a facility to make wmlindent ignore designated stretches of lines.
...
Allow generation of XHTML docs from macro comments indented in the new format.
2007-06-29 11:50:33 +00:00
Eric S. Raymond
5f58e50664
Reindented all macros except utils.cfg,
...
that has unbalanced FOREACH/NEXT in it and will need to be
hand-checked.
2007-06-29 11:19:19 +00:00
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
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
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
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