Features
Editor
- Show combo label on favorite combo tooltip
48079312a
ZScript
Hero->TempStepBoost6f673c01eAn additive boost to the Hero's step speed, which resets every frame.
->DrawMiniTile()f3f39a23dAllows drawing a quarter-tile directly to the screen or a bitmap.
- Add
Hero->RespawnDMapScreen08a84e777Same as 'Hero->RespawnScreen', but accounting for DMap offset.
sprite->InvisibleTimer2b1c4fe7fDeprecates 'Hero->Invisible'. Acts as an invisibility timer, allowing setting any sprite to be invisible for a specific number of frames.
sprite->NoCollisionTimer95d1df53eReplaces ->CollDetection, acts similar to existing timer variables.
Bug Fixes
Player
- Resolve performance regression in trig_trigger_groups
60e417fa3Recently regressed in 9d742ea.
Discord: https://discord.com/channels/876899628556091432/1506121429874376704
ZScript
- Prevent DMap and hero scripts running twice on init
7d7fcf524The first frame of these scripts were incorrectly running twice. The exact behavior depended on whether these QRs are enabled:
- "Scripts Draw During Warps"
- "Passive Subscreen Script runs during wipes/refills"
This bug only occurred if one of these QRs was enabled.
Discord: https://discord.com/channels/876899628556091432/1494501078564339911
Tests
- Optimize snapshot updating script
ef6c0c996
Misc.
Editor
- Remove darkness dithered corner by default
e4f195016Etc->Options->Toggles->Show Darkness Corner Dither toggles this Darkness now shows a line in Screen Info, to less obtrusively indicate dark screens.