Update Changes.txt

This commit is contained in:
Lwmte 2022-09-13 21:18:16 +03:00
parent 6a47513464
commit 8b581e15fc

View file

@ -27,6 +27,9 @@ Version 1.0.2
Lua API changes:
* Added Enable(), Disable(), GetActive(), Get/SetSolid() functions for static meshes.
* Added FadeOutComplete(), StopAudioTrack() and StopAudioTracks() functions.
* Account for objects in HasLineOfSight() tests.
* Timer.lua, EventSequence.lua and Util.lua have been moved to a subfolder, Engine.
* LevelFuncs can now contain tables as well as functions. These tables can contain functions and other tables, and so forth.
* Moveable functions SetOnHit, SetOnKilled, SetOnCollidedWithObject and SetOnCollidedWithRoom no longer take strings, and instead take function objects themselves.