3.0 Prerelease 133 2025-09-14
			
			
		
			Downloads: 
		
			
			Features
Player
- re-enable jit and zasm optimizer by default 3cb8249b1
Bug Fixes
Player
- avoid bad inline function zasm optimization eac86cf4b
Editor
- properly set enemy move flags when saving old quests f172f20a7Quests older than 2.11 were accidentally clearing enemy move flags if saved in the editor, resulting in enemies not be able to traverse over water or pits. 
ZScript
- correctly draw to system bitmap render targets e90045dcaScript draws to the RT_BITMAP0,RT_BITMAP1, etc. bitmaps were incorrectly being ignored.This regressed in be20f34 (3.0.0-prerelease.45+2024-04-02). 
- address parsing errors for some functions 5a89f319dScripts that used some functions were not compiling due to parser issues in the compiler. These were affected, but are now fixed: - lweapon::MakeAngular(),lweapon::MakeDirectional()- (andeweapon`)
- Audio->ContinueSound()
 Also added some code to prevent this from happening in the future. 
Refactors
Player
- use monospace font for text overlay (fps, etc.) da3d695ee
ZScript
- rename REG to REG_UNIMPLEMENTED to make stand out more b31cf567b
CI
- [win] update vcpkg to 2025.08.27 02fa7e849