Releases: FosterFramework/Foster
Releases · FosterFramework/Foster
v0.1.18-alpha
adds Arm32
v0.1.17-alpha
- Use SDL relative mouse position instead of taking the Window into account
- Lots of various OpenGL fixes/performance improvements
- New Easing methods/structure
- Log V-Sync Failure
v0.1.16-alpha
- added arm64 support for linux
- updated to SDL 2.30.0
- logging methods now hook up before App.Run. fixes issues of calling code like
new Texture()
before starting up silently failing. - renamed Button.A/B/X/Y to South/East/West/North
- fixed buttons mapping automatically to their labels, instead of physical locations
- added a way to conditionally enable VirtualButton bindings
v0.1.15-alpha
- Fixed incorrect VirtualAxis Binding
- Fix crash if trying to parse a null UTF8 string
- Fix GL_INVALID_ENUM errors due to setting glDrawBuffers wrong for the backbuffer
- Fix Vendor/Product/Version values not being copied through frames when the Controllers are updated.
v0.1.14-alpha
Fixed bug with glDrawBuffers which was used incorrectly due to previous changes.
v0.1.13-alpha
Fixed bug where opengl warnings were treated as errors.
v0.1.12-alpha
- Fixed crash when pressing unsupported buttons on a gamepad
- Fixed Ease.SineInOut math
v0.1.11-alpha
Fixing various Asserts and incrementing version number properly.
v0.1.10-alpha
Fixed various depth testing issues introduced in v0.1.9 and v0.1.8
v0.1.9-alpha
Fixed binaries due to previously failing github actions.