Updated changelog for release version

Bug Fixes moved to top (as per other version entries)
This commit is contained in:
Stranger1992 2025-03-29 14:16:09 +00:00
parent 410250bf2d
commit 5c83574a0e

View file

@ -3,11 +3,7 @@
The dates are in European standard format where date is presented as **YYYY-MM-DD**. The dates are in European standard format where date is presented as **YYYY-MM-DD**.
TombEngine releases are located in this repository (alongside with Tomb Editor): https://github.com/TombEngine/TombEditorReleases TombEngine releases are located in this repository (alongside with Tomb Editor): https://github.com/TombEngine/TombEditorReleases
## [Version 1.8.1](link to release) - yyyy-mm-dd ## [Version 1.8.1](https://github.com/TombEngine/TombEditorReleases/releases/tag/v1.8.1) - 2025-03-29
### New features
* Added Firefly Emitter object (ID 1099) with corresponding sprite slot (ID 1379).
* Added live console input to perform Lua commands in realtime.
### Bug fixes ### Bug fixes
* Fixed pathfinding for friendly NPCs such as monkeys. * Fixed pathfinding for friendly NPCs such as monkeys.
@ -19,6 +15,10 @@ TombEngine releases are located in this repository (alongside with Tomb Editor):
* Fixed key binding settings saving for the current play session after hitting Esc to cancel. * Fixed key binding settings saving for the current play session after hitting Esc to cancel.
* Fixed lensflare blending formula to avoid screen overbright. * Fixed lensflare blending formula to avoid screen overbright.
### New features
* Added Firefly Emitter object (ID 1099) with corresponding sprite slot (ID 1379).
* Added live console input to perform Lua commands in realtime.
### Lua API changes ### Lua API changes
* Added missing constructor for `Collision.Probe` without room number. * Added missing constructor for `Collision.Probe` without room number.
* Added optional looping argument for `View.GetFlybyPosition` and `View.GetFlybyRotation` functions. * Added optional looping argument for `View.GetFlybyPosition` and `View.GetFlybyRotation` functions.