Releases: daid/SeriousProton
Releases · daid/SeriousProton
EE-2022.01.07PR
Stop text input at engine start so keybindings work correctly
EE-2021.11.27: Merge pull request #204 from StarryWisdom/mingw-std-fs-fix
Fix pause in findResources
EE-2021.11.12: Merge pull request #204 from StarryWisdom/mingw-std-fs-fix
Fix pause in findResources
EE-2021.06.23: Prevent out of bounds read (#119)
Pages which end with ? would of resulted in an out of bounds read an example would be 127.0.0.1:8080/index.html?
EE-2021.03.31: Fixed joystick axis scaling (#71)
The old code did `* 1.05`, which is *not* equivalent to `* 100 / 95`. That effectively capped the axis to 99.75, instead of being to reach 100. fixes daid/EmptyEpsilon#1035
EE-2021.03.30: Fixed joystick axis scaling (#71)
The old code did `* 1.05`, which is *not* equivalent to `* 100 / 95`. That effectively capped the axis to 99.75, instead of being to reach 100. fixes daid/EmptyEpsilon#1035
EE-2021.03.16
Set platform-specific mode on setClipboard
EE-2020.11.23
Prevent a crash if we only see a network stream stop, but no start
EE-2020.08.25: Merge pull request #51 from StarryWisdom/loss-of-focus-fix
Clear key down on loss of focus
EE-2020.08.07: Merge pull request #50 from tdelc/master
add <memory> to prevent debian compilation error