Celtic Minstrel
c761a80bd5
Restore the new implementation of the backstab weapon special
...
This reverts commit e0ac69ce962069de1f04e519db48b58a78e593b4.
2016-03-06 18:29:17 -05:00
ln-zookeeper
e0ac69ce96
Revert parts of 12c96a94 to fix doubled backstab damage in right panel
2016-03-04 23:18:20 +02:00
CelticMinstrel
b5b907afd3
Include all components in COLOR_* macros
2015-12-15 10:45:55 -05:00
Charles Dang
65c0df2343
Updated COLOR_* macros to use color=
2015-12-16 01:26:04 +11:00
gfgtdf
ab1a4629a9
rename [filter] -> [filter_location] in [random_placement]
2015-12-10 01:43:32 +01:00
gfgtdf
f329b1e431
fixup random_placement patch
2015-12-08 01:13:14 +01:00
gfgtdf
a9f141c58e
fixup SCATTER_UNITS
...
was broken in 9d656ad755
2015-12-07 22:40:26 +01:00
gfgtdf
dc786dc181
add tag [random_placement]
...
and use it to implement SCATTER_IMAGE,SCATTER_EMBELLISHMENTS and
SCATTER_UNITS
2015-12-07 21:49:09 +01:00
Charles Dang
2775d3df4d
Minor simplification of FORCE_CHANCE_TO_HIT
2015-10-04 13:52:23 +11:00
Charles Dang
fd098e4b62
Simplify HIGHLIGHT_IMAGE using the new [repeat] tag
2015-10-04 04:30:38 +11:00
Celtic Minstrel
9fb175c9d6
Use new looping tags to implement loop macros
2015-10-01 13:37:55 -04:00
Charles Dang
dd0b2104a5
Deprecated MENU_IMG_TXT and MENU_IMG_TXT2
2015-10-01 21:10:27 +11:00
Charles Dang
bd6467d166
Converted mainline campaigns to use new difficulty syntax
2015-09-29 15:35:40 +11:00
Charles Dang
bec40a3c39
Merge pull request #483 from Wedge009/Spelling_Corrections
...
Spelling and Grammar Corrections
2015-09-20 07:07:00 +11:00
Celtic Minstrel
7ca65c819e
Clarify changelog
2015-09-19 15:41:23 -04:00
Celtic Minstrel
f54d6b5d28
Rewrite leadership ability as a single macro using $other_unit
...
Note: It's no longer supported to use the macro in a unit with a non-matching level,
for example giving a 2nd-level unit 4th-level leadership.
2015-09-19 02:14:38 -04:00
Celtic Minstrel
12c96a94d2
New autostored WML variable $other_unit for [filter_adjacent]
...
Also accessible in:
- Weapon specials ([filter_self], [filter_opponent], [filter_attacker], [filter_defender])
- Abilities ([affect_adjacent][filter])
The backstab weapon special is now implemented using this.
(In a weapon special filter, units are guaranteed to be facing each other.)
2015-09-19 00:55:19 -04:00
Charles Dang
282cfe38be
Added new default amla icon
...
The old icon (misc/icon-amla-default.png) remains for compatibility purposes,
but I added a wmllint rule to update the path.
The new image was created with https://openclipart.org/detail/29043/heart , which is
released under the public domain (CC-0).
2015-09-03 18:53:11 +11:00
Wedge009
73b10f315a
Separated 'can not' is more common where 'not' forms part of a construction with subsequent words.
2015-08-31 19:11:05 +10:00
Charles Dang
0dfe2a21d9
Deprecate ANIMATED_CAMPFIRE and ANIMATED_BRAZIER
...
Both of these have been replaced with embellishment overlay terrains
2015-08-17 10:41:46 +11:00
Charles Dang
768a418137
Deprecate ON_SIGHTING
...
Since sighted events now work, this macro is no longer necessary
2015-08-12 06:12:13 +11:00
Ignacio R. Morelle
b9c6ab59d6
Fix WML variable leak in RECRUIT_UNIT_VARIATIONS
2015-08-09 01:52:27 -03:00
ln-zookeeper
4e7e00d2d5
New dwarf hit and die sounds
2015-07-04 18:18:59 +03:00
Elvish_Hunter
c642e5327a
wmlindent run
2015-05-29 11:40:07 +02:00
Elvish_Hunter
082cfdc9af
Updated core macros to use [filter] status= instead of [filter_wml]
2015-04-28 19:02:19 +02:00
Charles Dang
117068790c
Deprecated LOYAL_UNDEAD_UNIT
2015-04-22 00:09:52 +11:00
Charles Dang
711c4fe690
Deprecate STORY_PART_SPEECH
2015-04-17 19:04:31 +11:00
ln-zookeeper
c4ad38a251
Revert failed attempt to fix slow/poison sounds
...
The fix failed because attacker/defender hits events are fired after the
attack animation has finished, not in the middle of it when the hit
occurs.
2015-04-17 08:47:07 +03:00
Ignacio R. Morelle
0e55f61051
Remove help markup from SPECIAL_NOTES_DEFENSE_CAP
...
Causes issues with tooltips in-game.
2015-04-16 22:03:23 -03:00
Ignacio R. Morelle
218b81f833
Use em dash in SPECIAL_NOTES_DEFENSE_CAP
2015-04-16 18:35:26 -03:00
ln-zookeeper
45e9ecfb8a
Added a macro for letting intro music play out
2015-04-08 18:40:08 +03:00
ln-zookeeper
ce9beb3c88
Switch to intro music immediately
2015-04-08 17:09:28 +03:00
Bär Halberkamp
ae0a2fe2cc
Removed [full_heal]
2015-04-03 19:34:16 +02:00
Charles Dang
95d7bcdce6
Deprecate MESSAGE
...
This was deprecated once before because of wmllint issues, then reverted. I don't know whether
said wmllint issues still exist, but this time it's being deprecated because we no longer
wish to support this kind of macro.
2015-03-29 08:08:36 +11:00
Charles Dang
e945b99bc5
Deprecate obsolete objective macros
...
The functionality of these macros is now handled internally by the objectives dialog,
and no longer need to be included manually
2015-03-25 03:35:15 +11:00
aquileia
14e85a38ba
Remove superfluous 'adjacent' keys
...
[skip ci]
2015-03-12 22:39:28 +01:00
aquileia
01cd01a661
Use SOUND:HIT[_AND_MISS] for defend/attack macros
...
While this could change the time other [sound_frame]s are played,
well-written code shouldn't rely on the internal naming in macros.
[skip ci]
2015-01-31 23:43:26 +01:00
aquileia
e268104f62
Fix layer of impact burst for DRAKE_FIRE_ANIM
2015-01-31 23:42:00 +01:00
aquileia
dbc3b3c8e4
Deprecate MISSILE_FRAME_FIREBALL
2015-01-31 23:41:57 +01:00
aquileia
f7d8aac7e2
Define *_FIREBALL in terms of *_FIREBALL_XY
2015-01-31 23:41:55 +01:00
aquileia
9d950c8f4c
animation-utils: Use auto_vflip=false
...
Several animations used a workaround by flipping the missile twice if it should remain upright. Instead, we never flip them in the first place.
2015-01-31 23:41:52 +01:00
Charles Dang
b357a39882
Improved DEPRECATE comment
2015-02-01 04:35:51 +11:00
Charles Dang
a7c4f23b2f
Moved deprecated EARLY_FINISH_BONUS_CAPTION to the proper place
2015-02-01 04:26:06 +11:00
Ignacio R. Morelle
7161fa9999
Add wmllint exceptions for WML-like content in verbatim quote blocks
2015-01-31 05:34:24 -03:00
aquileia
39ed82d2a6
Make x-offset of chill wave directional
2015-01-30 15:37:34 +01:00
Charles Dang
8f55612ff2
Used new map format for NO_MAP_DATA
2015-01-28 23:07:21 +11:00
Charles Dang
19826fa564
Revert "Added several new objective macros" on request
...
This reverts commit 8c92d1e62a4cbd26c736f41e1b97ebc3dae5bb59.
2015-01-28 21:06:04 +11:00
Charles Dang
8c92d1e62a
Added several new objective macros
2015-01-28 20:35:39 +11:00
Charles Dang
72e67eee93
Used include_borders=no in SCATTER_UNITS
...
This is the 'more straightforward' method of doing this mentioned in 982d868b944482cceeb5d18e2fd42afa916e0a32
2015-01-15 07:47:24 +11:00
Charles Dang
f1bca97fd0
Removed the deprecated Micro AI engine macros
2015-01-11 13:52:07 +11:00