Fixes:- fixed flickering on macos if font texture is recreated
- touches not registering on mobile
- paused sounds from lua starts again on alt tab
- delete autosave on #0 missing
- lots of errors if running game: "Failed to initialize the composed file"
- minimise on macos not working
- mac export not correctly unsigned
- switch container in random container always blends from first track
- used dialog part font checks only active options now
- script editor doesn't scroll at the end on enter
- missing end in lua is not shown
Changes:
- sdl2 update, hopefully it has better support on linux
- option to reset workspace (right click on the icon in the top)
- if end do while in lua are now highlighted on hover
- duplicate object in context menu
- delete orphaned objects in integrity check
- lua function to pause audiobusses (system.pauseAudiobusses, system.resumeAudiobusses)
- lua function to pause all audio (system.pauseAudio, system.resumeAudio)
Ilios/Box2D:
- duplicate not working for box2d objects
- b2world.instance field
- b2world remove object while fixedupdate
- add field crashes
- collide not triggering with rects drawn from the bottom
- console: display box2d aabb, hidden by default
- game fixedupdate not called
- ' in comments doesn't work
- multiline editbox comments
- flip colliders with scale
- math.lerp for vectors
- save panning and zoom for blocks