Commit Graph

34 Commits

Author SHA1 Message Date
konsthol e95b9f54c9 Resolved merge conflict in v3_X_Changes.java and updated to 3.1.0 2025-06-03 20:49:43 +03:00
Evan Debenham ebee0a6014 v3.1.0: updated copyright for 2025 2025-05-13 12:53:08 -04:00
konsthol f6d85c5315 Adjusted for the web port 2025-04-14 17:05:14 +03:00
Evan Debenham eec2479903 v2.3.0: updated copyright to 2024 2024-01-16 14:54:39 -05:00
Evan Debenham 7a49a1b887 v2.3.0: updated version info, removed support for saves prior to v1.4.3 2023-12-06 17:00:25 -05:00
Evan Debenham fcc136e2eb v2.1.3: adjusted error logging in a few places 2023-06-28 11:33:23 -04:00
Evan Debenham 5e3a9cc728 v2.0.0: updated copyright to 2023 2023-03-07 15:28:57 -05:00
Evan Debenham 49c93b68a5 v1.3.0: implemented rankings support for daily runs 2022-06-23 13:41:44 -04:00
Evan Debenham 8653439a4f v1.3.0: added a separate bindings window for controller 2022-06-10 21:52:27 -04:00
Evan Debenham 654bce1f65 v1.3.0: Overhauled entrance/exit logic to account for branches 2022-06-10 21:51:21 -04:00
Evan Debenham b1429965c4 v1.2.0: further improvements to org.json code 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 f64d56252f updated copyright for 2022 2022-02-03 12:18:16 -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 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 3dcd4ce216 v0.8.0: fixed an error with new class bundle functionality 2019-11-30 17:22:06 -05:00
Evan Debenham 2138ad24ec v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00
Evan Debenham ad0abbd358 v0.8.0: bugfixes:
- fixed class array bundling errors (JSON was loading full class references if it wasn't loading from file)
- various minor vfx bugs with goo when pump-up attack is interrupted
2019-11-19 19:49:56 -05:00
Evan Debenham 009752822d v0.7.5a: removed unnecessary explicit type arguments 2019-10-05 18:48:10 -04:00
Evan Debenham 02a8a7e206 v0.7.5: removed unused imports, semicolons, and some unnecessary casts 2019-10-01 00:44:28 -04:00
Evan Debenham 48d2fc77fe v0.7.5: replaced all uses of java reflection with LibGDX reflection 2019-10-01 00:44:28 -04:00
Evan Debenham 8b4b241f8a v0.7.4c: fixed various rare crash bugs 2019-08-14 15:51:53 -04:00
Evan Debenham 2c92332563 v0.7.3: Balance adjustments around magical resistance effects:
- magical resistances no longer apply to the melee attacks of magic users
- ring of elements buffed to 20% reduction per level from 16%
- antimagic glyph rebalanced, no longer depends on armor DR
2019-05-23 19:26:53 -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 2dddeee60d v0.6.3: improved error handling in SPD-classes 2018-01-24 17:23:28 -05:00
Evan Debenham 113ac2daa1 v0.6.1: added support for bundling and unbundling float arrays 2017-08-19 00:16:21 -04:00
Evan Debenham ba8598132a updated copyright 2017-02-22 15:10:24 -05:00
Evan Debenham 22c1a0189c v0.4.3a: fixed several issues revealed by new bundle error reporting 2016-10-24 23:42:24 -04:00
Evan Debenham ed21521670 v0.4.3a: added error reporting support to bundles
Not the most elegant solution, but it works all the same
2016-10-24 23:41:52 -04:00
Evan Debenham 1565030825 v0.4.3: implement seeds into levelgen (not currently user enterable) 2016-10-16 20:40:37 -04:00
Evan Debenham 36e44340a8 Converted ShatteredPD to Build from Gradle
Major Changes:
- Shattered now builds effortlessly either from gradle CLI or android studio
- Much better dependency management through gradle (although it's not really used atm)
- Separate PD-classes repo is now SPD-classes module within main repo
2016-08-13 04:35:26 -04:00