3.0 Prerelease 29 2024-01-20
Downloads:
Features
Player
- optimize LOADD/STORED to new LOAD/STORE to remove divisions
d8a7872c8
Bug Fixes
- zfix modulo operator being entirely wrong
efe612523
- changer ffcs counting for trigger groups and similar effects (they shouldn't)
7ce5862b6
Player
- lens unintentionally making enemies sometimes invisible
c81d068a6
- crash when running replay without any real saves
a9d6f4c44
- Divine Escape particles sometimes flying in wrong directions
1ea90d59b
ZScript
- stale data in destructors
99133fa5e
scripted objects weren't clearing data used by the destructor when being cleared, leading to future objects referencing the stale data if they didn't have a destructor of their own to overwrite it.
- clear jit-compiled scripts as intended when loading new quest
b84c8d827
- generic script item collect event fix
5d07768c7
Item Collect event will no longer be fired for items such as timeout items when they are not actually able to be collected. Due to timing changes, the "Combine when collected twice" now also occurs BEFORE the event.