Commit graph

1063 commits

Author SHA1 Message Date
Eric S. Raymond
22c0411b08 SpellingMistakes fixes (dev branch). 2008-03-25 14:13:58 +00:00
Nils Kneuper
983637898c add "while attacking it" to the backstab description in the special notes 2008-03-25 13:24:59 +00:00
Lari Nieminen
c13f215873 Added mention of backstab and charge only working on offense...
...into their descriptions.
2008-03-24 12:36:37 +00:00
Ignacio R. Morelle
ef718e55f3 Fixed a small bug with moving the lightning bolt missile animation to core 2008-03-19 19:52:42 +00:00
Ignacio R. Morelle
a13684285a Made Delfador's thunderbolt missile animations reusable by UMC 2008-03-19 19:26:51 +00:00
Eric S. Raymond
39733d0ed1 wmllint had a bug. Fix it, and commit the resulting lifts. 2008-03-17 12:12:18 +00:00
Eric S. Raymond
f62d7491e0 Deprecate SET_IMAGE, move PLACE_IMAGE. 2008-03-16 19:11:26 +00:00
Eric S. Raymond
4ec05d32b7 Fix up WML variable references...
...to track the SingleUnitWML attribute name changes.  These cannot be
lifted mechanically, but wmllint warns about possible problems.
2008-03-15 21:55:05 +00:00
Eric S. Raymond
b2b55e5996 description= -> name in [unit]
This will cause unit names to be displayed incorrectly from savefiles made 
since 2008-03-14T01:38:17Z!esr@thyrsus.com.  It was either that or break compatibility with 1.3/1.4 
savefiles.
2008-03-15 20:30:45 +00:00
Eric S. Raymond
f1c78b1c1b Address bug #11263. 2008-03-15 18:10:07 +00:00
Eric S. Raymond
17c9e1e0ad user_description= -> description=
Code for SUF and reading unit configs has been modified
so things should work backward-compatibly.
2008-03-14 01:38:17 +00:00
Eric S. Raymond
dff0a94c41 Teach wmllint to fix up macros containing description=...
...filters, and do that on mainline.
2008-03-13 09:32:07 +00:00
Eric S. Raymond
c66aa1eb74 Various cleanups related to description= -> id=, mostly comment fixes. 2008-03-13 09:14:15 +00:00
Eric S. Raymond
aae5a0cb7c description= -> id= in Standard Unit Fliters and SingleUnitWML.
For backward compatibility, description= is still accepted, 
but this will change when it is merged with unit_description.
2008-03-13 06:22:01 +00:00
Eric S. Raymond
15187c0e65 Enabke wmllint to check for newlines in message strings,
...and implement a new kind of magic comment to suppress the warning.
2008-03-10 02:42:35 +00:00
Eric S. Raymond
364a4decbd wmlindent strikes again. 2008-03-07 21:26:44 +00:00
Lari Nieminen
f50b91847b Added a new music macro which makes specifying playlists more convenient. 2008-03-06 19:03:07 +00:00
Eric S. Raymond
183919d8de Implement Ivanovic's suggestion of changing the ABILITY_LEADERSHIP_* macros...
...so the generate different ability IDs.  Relates to bug #11189.
2008-03-06 19:03:03 +00:00
Ignacio R. Morelle
23d7fc8d42 Fix bug #11209; former fix was using an incorrect WML syntax 2008-03-06 13:29:45 +00:00
Lari Nieminen
3de9a5a1ea Made the default AMLA clear poisoned and slowed status.
Some code bug still seems to prevent this from actually working, but
the WML is correct according to the reference.
2008-03-06 00:13:37 +00:00
Benoît Timbert
31d20e87ea Revert 2008-03-04T03:14:09Z!esr@thyrsus.com since the side effect of this change cause more trouble...
...than the bug it addresses.

Never user several different description for the same ability :

- it causes trouble in the help

- it's not KISS and can confuse beginners
2008-03-04 20:26:07 +00:00
Eric S. Raymond
79a0b8fcfb Address bug #11189. 2008-03-04 03:14:09 +00:00
Jan Rietema
dde60a049a Adding the VICTORY_AND_DEFEAT_MUSIC macro...
...for use while we lack proper engine support for this, but not
wiring it into any scenarios (that's up to the campaign designers for
now).
2008-03-03 19:02:18 +00:00
Eric S. Raymond
1a43511b37 Address bug #11079. (Change for 1.4 and 1.5.) 2008-03-02 18:04:18 +00:00
Eric S. Raymond
7495ca861b Fix some arambled map headers. 2008-03-01 23:36:41 +00:00
Eric S. Raymond
1206de9ddf Clean up some canrecruit macros. 2008-03-01 10:40:21 +00:00
Eric S. Raymond
303a039679 Use cancrecruit={yes,no} rather than canrecruit={1,0} everywhere,
...because it's a good example mainline should set for UMC.
This change was done mechanically with a wmllint enhancement.
2008-03-01 08:42:40 +00:00
Eric S. Raymond
32f5f8a4fe Two trivial corrections. 2008-03-01 08:11:00 +00:00
Eric S. Raymond
0b50fc03f9 Revert 2008-02-27T03:33:55Z!esr@thyrsus.com, alas. Parts of 1.3 UMC need it after all. 2008-02-28 03:35:21 +00:00
Mattias Westlund
a78354b4d0 added new tracks from jeremy2 and dkaufman,
...updated sound-utils.cfg and changelogs
2008-02-27 05:06:58 +00:00
Eric S. Raymond
a232da49ba Remove a macro that had been scheduled for deprecation in 1.3.17. 2008-02-27 03:33:55 +00:00
Eric S. Raymond
1f46aed17c UNDEAD_UNIT -> LOYAL_UNDEAD_UNIT. Because he old name was a bit misleading.
Also, change to the canonical order of arguments for unit generators.
2008-02-27 03:21:26 +00:00
Eric S. Raymond
5c42bd2fc7 Give LOYAL_UNIT the canonical order of arguments for unit-creation macros.
It was introduced recently and is not used by UMC, so this is a safe change.
2008-02-27 02:51:07 +00:00
Eric S. Raymond
2765baafba Get rid of MP_GENERIC_UNIT. 2008-02-27 02:20:28 +00:00
Gunter Labes
1b08410547 change NOTRAIT_UNIT to actually have no traits...
...and get a random name and gender
2008-02-27 01:44:05 +00:00
Eric S. Raymond
53c0d4c3e7 Move some unit macros without dependencies,
...in order to reduce the tangle in utils.cfg
2008-02-26 23:58:43 +00:00
Eric S. Raymond
50b729ce29 DiD: Use the FADE macros just moved into core,
...rather than hand-rolled equivalents.
2008-02-26 22:35:17 +00:00
Lari Nieminen
75e834d126 Changed the default story screen music to revelation.ogg. 2008-02-26 20:48:41 +00:00
Lari Nieminen
92d819215c Added a new music macro for specifying both the scenario and intro screen tracks. 2008-02-26 16:59:31 +00:00
Eric S. Raymond
504d14f4c1 Incorporate fade macros from WML Dialog Tools. 2008-02-26 15:47:36 +00:00
Mattias Westlund
1c9614658f added new tracks to playlist 2008-02-25 23:15:12 +00:00
Lari Nieminen
d49131d099 Fix lightbeam and fireball missile animation start timings. 2008-02-23 17:10:10 +00:00
Lari Nieminen
d8b4e890d8 Fix the LIMIT_CONTEMPORANEOUS_RECRUITS macro. 2008-02-19 21:48:05 +00:00
Dimitar Ilccov
864dceb510 A macro update 2008-02-19 01:34:01 +00:00
Eric S. Raymond
5c14ad6109 Restore typechecking on PLACE_IMAGE. 2008-02-16 23:34:59 +00:00
Mark de Wever
52824b354e And another version of the same bug as my previous commit. 2008-02-16 07:37:29 +00:00
Eric S. Raymond
617894178e More minor errors caughtb by wmlscope. 2008-02-15 23:27:05 +00:00
Eric S. Raymond
75f84a9e80 Implementing SCATTER_IMAGE turns out to be simpler than I thought;...
...MAP_DIMENSIONS is not needed.
2008-02-15 23:18:36 +00:00
Eric S. Raymond
d58b192981 The alpha hack I had in mind won't work, so remove a macro argument. 2008-02-15 22:46:01 +00:00
Lari Nieminen
e93de2236d Added a new utility macro for transferring control of all villages...
...from one side to another.
2008-02-15 18:31:10 +00:00