New Features
Added a health bar for the player that will display during combat in the lower left corner while in first-person view.
Added two new scripting functions “Disable Container” and “Enable Container” to restrict/allow access to an item container (by ID). Visual script nodes will be added in an upcoming release. Example: disable_container(“chest01”)
Changes
Shortened text on the Sound FX Generator toolbar button to “SFX Generator”.
Bug Fixes
Fixed an issue where the Fog of War calculation would not be correctly ran when returning to a previously visited map (until the player has moved).
Fixed an issue where Shift + Clicking an item in your inventory would move the item into the last item container even if the container window was no longer open.
Fixed an issue where mouse input was being incorrectly caught by any open UI windows (like the inventory window) when mouse-looking in first-person view.