Commit Graph

23 Commits

Author SHA1 Message Date
Evan Debenham ebee0a6014 v3.1.0: updated copyright for 2025 2025-05-13 12:53:08 -04:00
Evan Debenham fc6964c15b v2.5.1: reverted change to temp file cleaning, wasn't causing slowdown 2024-09-16 12:14:46 -04:00
Evan Debenham ea226259e9 v2.5.0: reverted a v2.4 change I think was affecting Android start times 2024-08-21 17:50:40 -04:00
Evan Debenham 46e30809c2 v2.4.0: adjusted temp file cleaning to ignore 0 length files 2024-04-23 13:42:10 -04:00
Evan Debenham eec2479903 v2.3.0: updated copyright to 2024 2024-01-16 14:54:39 -05:00
Evan Debenham b1348dcf72 v2.3.0: fixed a few cases of error message spam 2023-12-06 17:00:18 -05:00
Evan Debenham 5e3a9cc728 v2.0.0: updated copyright to 2023 2023-03-07 15:28:57 -05:00
Evan Debenham 961e4c514f v1.3.0: added backend functionality for multiple floors at one depth 2022-06-10 21:29:49 -04:00
Evan Debenham 452dda7fc4 v1.2.0: further fixed save errors (steam cloud is fickle =S) 2022-03-23 11:33:27 -04:00
Evan Debenham cfddbfc650 v1.2.0: fixed errors with new save deletion logic 2022-03-23 11:33:27 -04:00
Evan Debenham 077bdafe41 v1.2.0: deleted games now empty the main file instead of deleting it 2022-03-22 12:13:46 -04: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 f64d56252f updated copyright for 2022 2022-02-03 12:18:16 -05:00
Evan Debenham b5b3c70bcd v0.8.2a: updated copyright (up to 2021, to avoid this for a bit) 2020-08-16 23:23:44 -04:00
Evan Debenham fc1b87bfa1 v0.8.0b: improved how GdxRuntimeExceptions are handled in FileUtils 2020-05-05 13:08:53 -04:00
Evan Debenham addb991631 v0.8.0: improved file handling and added proper file location support to desktop 2019-11-19 19:41:37 -05:00
Evan Debenham 20f49ac600 v0.7.5: corrected some issues caused by LibGDX 2019-10-01 00:36:09 -04:00
Evan Debenham e8086d78f2 v0.7.4b: removed unused todo/fixme statements 2019-08-07 21:39:40 -04:00
Evan Debenham 785726f4f8 v0.7.4b: refactored file handling to use String instead of File 2019-08-07 21:36:58 -04:00
Evan Debenham 11efd1d0c3 v0.7.4b: cleaned up some miscellaneous android dependencies 2019-08-01 15:47:56 -04:00
Evan Debenham 0cbfea7c67 updated copyright notices for 2019 2019-01-12 17:06:38 -05:00
Evan Debenham d9210a3a73 v0.6.4a: updated copyright 2018-04-10 23:39:37 -04:00
Evan Debenham 9cde9e002a v0.6.3: several improvements to game file management:
- moved android savefile interaction out of core module
- decoupled save file names from hero classes (more work to do here)
- moved save files to individual folders
- added conversion logic for old saves
2018-01-20 16:09:40 -05:00