Skip to content

Releases: daid/SeriousProton

EE-2022.01.07PR

07 Jan 22:02
Compare
Choose a tag to compare
EE-2022.01.07PR Pre-release
Pre-release
Stop text input at engine start so keybindings work correctly

EE-2021.11.27: Merge pull request #204 from StarryWisdom/mingw-std-fs-fix

27 Nov 12:11
47da185
Compare
Choose a tag to compare

EE-2021.11.12: Merge pull request #204 from StarryWisdom/mingw-std-fs-fix

12 Nov 15:02
47da185
Compare
Choose a tag to compare
Fix pause in findResources

EE-2021.06.23: Prevent out of bounds read (#119)

23 Jun 17:41
9201e23
Compare
Choose a tag to compare
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)

31 Mar 08:01
49a6b27
Compare
Choose a tag to compare
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)

30 Mar 15:56
49a6b27
Compare
Choose a tag to compare
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

16 Mar 14:04
Compare
Choose a tag to compare
Set platform-specific mode on setClipboard

EE-2020.11.23

23 Nov 13:21
Compare
Choose a tag to compare
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

25 Aug 17:23
93b465c
Compare
Choose a tag to compare

EE-2020.08.07: Merge pull request #50 from tdelc/master

07 Aug 21:11
ed5701d
Compare
Choose a tag to compare
add <memory> to prevent debian compilation error