forgot changelog and stuff

This commit is contained in:
Jérémy Rosen 2007-09-08 10:47:04 +00:00
parent 4fa6d0fb34
commit b996973bf3
2 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,4 @@ The old [animation] in [attack] that was used to describe attack animations has
you can now use an [attack_anim] block within the [unit] block...
this means that attack animations work in a similar fashion to all other anims, and should be easier to edit/add via WML
a new apply_to=new_animation was added to WML to easily add animations to units

View File

@ -50,6 +50,7 @@
* the WML for attack animations has been moved from the [attack] block to
the [unit] block...
* fix a bug with array.length side-effects causing empty arrays to increase
* new effect apply_to=new_animation to add animations to units
to size 1
* miscellaneous and bug fixes:
* various bug fixes and code cleanups