Commit Graph

307 Commits

Author SHA1 Message Date
Evan Debenham
b1429965c4 v1.2.0: further improvements to org.json code 2022-03-17 16:00:58 -04:00
Evan Debenham
a1344eb898 v1.2.0: fixed touches not clearing controller pointer 2022-03-17 16:00:58 -04:00
Evan Debenham
ddb9210803 v1.2.0: reverted base save system back to org.json, plus improvements 2022-03-17 16:00:58 -04:00
Evan Debenham
d2f8d95f51 v1.2.0: made a few improvements to button tooltips 2022-03-17 16:00:58 -04:00
Evan Debenham
01051f1c17 v1.2.0: reorganized icons 2022-03-17 16:00:58 -04:00
Evan Debenham
3f4a677700 v1.2.0: overhauled controller pointer, now has unique sprite and works on linux 2022-03-17 16:00:57 -04:00
Evan Debenham
18d4005c55 v1.2.0: fixed adjusting camera center offset cancelling camera panning 2022-03-17 16:00:57 -04:00
Evan Debenham
de2eb5b653 v1.2.0: fixed errors with emulated mouse input when setting bindings 2022-03-17 16:00:56 -04:00
Evan Debenham
0d3d8d9c34 v1.2.0: added custom button names for playstation controllers 2022-03-17 16:00:56 -04:00
Evan Debenham
1dee077537 v1.2.0: fixed emulated drag events overriding emulated release events 2022-03-17 16:00:56 -04:00
Evan Debenham
3a6c4fdeb1 v1.2.0: implemented emulated mouse clicks via keybinds 2022-03-17 16:00:56 -04:00
Evan Debenham
a010144551 v1.2.0: implemented basic controller support 2022-03-17 16:00:56 -04:00
Evan Debenham
0c5a0332e5 v1.2.0: adjusted default fullscreen for desktop, and platform checking 2022-03-17 16:00:56 -04:00
Evan Debenham
d85fe873cf v1.2.0: added functionality for a third binding for each key 2022-03-17 16:00:56 -04:00
Evan Debenham
1f50f74d73 v1.2.0: added custom cursor visuals 2022-03-17 16:00:56 -04:00
Evan Debenham
a1a5ff3de8 v1.2.0: implemented event/button functionality for right/middle click 2022-03-17 16:00:55 -04:00
Evan Debenham
e95b791b26 v1.2.0: added hover tooltips to buttons! 2022-03-17 16:00:52 -04:00
Evan Debenham
79a7a24707 v1.2.0: added hover-based pointer events 2022-03-17 15:55:34 -04:00
Evan Debenham
44e145c9d4 v1.2.0: added camera offset functionality 2022-03-17 15:55:34 -04:00
Evan Debenham
41dc5c90af v1.2.0: added a failsafe for linux sometimes reporting infinite density 2022-02-04 15:16:19 -05:00
Evan Debenham
fbbad24e67 v1.2.0: implemented full and mixed UI modes, in addition to mobile 2022-02-03 12:19:20 -05:00
Evan Debenham
90b8ff9a66 v1.2.0: improved how the game handles being interrupted while saving 2022-02-03 12:19:12 -05:00
Evan Debenham
17d4dda402 v1.2.0: fixed URI's failing to open on macOS 2022-02-03 12:19:10 -05:00
Evan Debenham
f64d56252f updated copyright for 2022 2022-02-03 12:18:16 -05:00
Evan Debenham
b7119acd3e v1.1.2: added an option to override silent mode on iOS 2022-01-13 18:41:18 -05:00
Evan Debenham
cc221bc089 v1.1.2: added inset support for notched iPhones in landscape 2022-01-13 18:41:18 -05:00
Evan Debenham
db74efea10 v1.1.2: removed waiting on pause and improved bundle saving efficiency
This will hopefully address save corruption errors for Pixel phones on Android 12
2022-01-13 18:41:18 -05:00
Evan Debenham
ebc8d7ecb5 v1.1.0: Switched to libGDX's JSON library, addresses iOS crashes 2021-12-01 19:59:32 -05:00
Evan Debenham
816d5fcd0e v1.1.0: scroll of polymorph reworked into scroll of metamorphosis 2021-11-29 19:56:58 -05:00
Evan Debenham
4ee98f2578 v1.1.0: fixed poor crash messages when desktop crashes without natives 2021-11-29 19:54:23 -05:00
Evan Debenham
30c00f95b6 v1.0.3: fixed audio issues on desktop caused by threading addition 2021-08-31 19:18:38 -04:00
Evan Debenham
df54b93c49 v1.0.2: added a missing sync check in music to prevent crashes 2021-08-29 11:11:09 -04:00
Evan Debenham
b21e437011 v1.0.1: pressing enter now confirms single line text input 2021-08-26 12:49:11 -04:00
Evan Debenham
69f122d449 v1.0.1: fixed graphics stutter when tracks are switched 2021-08-26 12:49:05 -04:00
Evan Debenham
46635bbd9c v1.0.1: removed an unnecessary call to music.stop when disposing 2021-08-26 12:49:05 -04:00
Evan Debenham
b08f3479c1 v0.9.4: fixed rare texture errors in fog of war 2021-08-14 17:41:46 -04:00
Evan Debenham
2ba47587aa v0.9.4: removed legacyDevice method from DeviceCompat 2021-08-11 20:10:44 -04:00
Evan Debenham
4b6f487f1b v0.9.4: various bugfixes
- crash on Android text input
- crash on stone of clairvoyance
- bags not working with a full inventory
- missing vfx on wandmaker
2021-08-08 19:59:12 -04:00
Evan Debenham
87186c1426 v0.9.4: fixed a camera zoom error with text input 2021-08-08 18:07:17 -04:00
Evan Debenham
d03c80cb97 v0.9.4: moved last bits of texture creation into TextureCache 2021-08-08 18:07:17 -04:00
Evan Debenham
020d14011f v0.9.4: fixed cases of vertex buffers not being cleared 2021-08-08 18:04:35 -04:00
Evan Debenham
285dd374b3 v0.9.4: fixed iOS text input errors 2021-08-08 18:04:33 -04:00
Evan Debenham
7307c38a3c v0.9.4: overhauled text input, now multiplatform using libGDX textField 2021-08-08 18:04:16 -04:00
Evan Debenham
bcdbf8ef43 v0.9.4: added support for input multiplexing 2021-08-08 18:04:16 -04:00
Evan Debenham
a492c565d0 v0.9.4: refactored code relating to font generators 2021-08-08 18:04:16 -04:00
Evan Debenham
72275d240d v0.9.4: removed unnecessary texture reference in TextureFilm 2021-08-08 18:04:16 -04:00
Evan Debenham
c50c012f8f v0.9.4: added the ability to play a variable list of music tracks 2021-08-08 18:04:15 -04:00
Evan Debenham
fa94762a31 v0.9.4: added mp3 music for iOS 2021-08-08 18:04:15 -04:00
Evan Debenham
804f0bda2e v0.9.4: adjusted justResumed to not be blank and only trigger on android 2021-08-08 18:02:21 -04:00
Evan Debenham
d610383717 v0.9.4: added main code module support for iOS 2021-08-08 18:02:21 -04:00