Changelogged the unconflict.

This commit is contained in:
Kyzentun
2015-02-04 19:30:05 -07:00
8 changed files with 633 additions and 19 deletions
+9
View File
@@ -6,6 +6,9 @@ ________________________________________________________________________________
2015/02/02
----------
* [ActorMultiVertex] ForceStateUpdate and SetDecodeMovie added. [kyzentun]
* [RageTexture] Get<thing>Width and Height functions added.
(<thing> means Source, Texture, or Image) [kyzentun]
* [Scripts] find_missing_strings_in_theme_translations function added to
_fallback scripts to assist translators in finding what needs to be
translated. If you need/want to run it on your them, write a piece of lua
@@ -15,6 +18,12 @@ ________________________________________________________________________________
The second arg is the name of the language that is fully translated. All
other languages will be compared to it to decide what is missing or unused.
[kyzentun]
* [Song] GetBGChanges added. [kyzentun]
2015/02/01
----------
* [ActorMultiVertex] Animation state system added. AMVs can now have
animated textures controlled by states written in lua. [kyzentun]
2015/01/31
----------