3.0 Prerelease 32 2024-01-24
Downloads:
Bug Fixes
Player
- skip title screen if specific save slot is given
94f39f26e
ZScript
- fix paldata->CopyCSet() referencing the wrong pointer
a5e5dcca8
Build
- upgrade to latest asmjit
462fa8b5b
Resolves MSVC release mode bug: https://github.com/asmjit/asmjit/issues/427
Refactors
Player
- add get_command_implicit_dependencies in zasm_table.cpp
9e4a41e07
- add get_register_ref_dependency in zasm_table.cpp
ced4dbad8
Also run
propagate_values
after the comparison opt passes, as it was accidentally skipping some optimizations due to the comparisons passes assuming D2 is being compared. - simplify zasm simulation and always simulate stack
37d86217d
- optimize zasm scripts in parallel
9ae7f4e86
- improve handling of bugged SDDDD by fixing it, instead of deopting
df037da33