diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be8161c8..e68c95faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ TombEngine releases are located in this repository (alongside with Tomb Editor): ### New Features * Added fast savegame reloading. +* Added ability to customize many hardcoded parameters, such as flare, weapon, and hair settings. * Added dynamic shadow casting on objects and static meshes. * Added ricochet sounds and make the effect more prominent. * Allow camera shake during flybys. @@ -48,12 +49,13 @@ TombEngine releases are located in this repository (alongside with Tomb Editor): * Allow more than 1000 static mesh slots in a level. ### Lua API changes -* Added Moveable:GetCollidable() and Moveable:SetCollidable() functions. +* Added Flow.Statistics class, Flow.GetStatistics() and Flow.SetStatistics() functions. * Added Flow.GetFreezeMode() and Flow.SetFreezeMode() functions. * Added Flow.GetNextLevel() function to get script entry for incoming level, if it's about to start. * Added Effects.EmitSpotLight() function for directional spotlights. * Added optional cast shadow and name parameters for Effects.EmitLight() function. * Added Effects.GetWind() function to get current wind speed vector. +* Added Moveable:GetCollidable() and Moveable:SetCollidable() functions. * Added Rotation:Direction() method to get directional vector. * Added support for transparency value in DisplayString class. * Added extra argument for SetAmbientTrack() function to specify if new ambient track should play from the beginning. diff --git a/Documentation/config.ld b/Documentation/config.ld index 654c3df26..827cf2d1e 100644 --- a/Documentation/config.ld +++ b/Documentation/config.ld @@ -13,7 +13,7 @@ new_type("luautil", "5 Lua utility modules", true) not_luadoc = true local version = "1.6" -project = "TombEngine" +project = " TombEngine" title = "TombEngine " .. version .. " Lua API" description = "TombEngine " .. version .. " scripting interface" full_description = [[Welcome to the TombEngine scripting API. This is a work in progress and some information might be wrong or outdated. Please also note that this is primarily a reference document, not a tutorial, so expect descriptions to be fairly sparse. diff --git a/Documentation/doc/1 modules/Effects.html b/Documentation/doc/1 modules/Effects.html index e1c3b28bb..2602a7f62 100644 --- a/Documentation/doc/1 modules/Effects.html +++ b/Documentation/doc/1 modules/Effects.html @@ -24,7 +24,7 @@