Commit Graph

31 Commits

Author SHA1 Message Date
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
a010144551 v1.2.0: implemented basic controller support 2022-03-17 16:00:56 -04: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
9b63eb5e09 v0.9.4: updated libGDX to 1.10.0, dropping support for Android 2.3/3 2021-08-08 18:02:21 -04:00
Evan Debenham
8117d4ea2f v0.8.0: improved build files and moved various files to better locations 2019-11-19 19:41:06 -05:00
Evan Debenham
1efc79ef55 v0.7.5b: adjusted JSON version to prevent crashes on old android 2019-10-14 20:45:56 -04:00
Evan Debenham
2aaf18b0b8 v0.7.5b: SPD-classes and core are no longer android-specific modules! 2019-10-14 20:45:53 -04:00
Evan Debenham
b985ed3bf5 v0.7.5b: first major portion of rewriting text rendering
some rough edges still need smoothing out
2019-10-14 20:45:44 -04:00
Evan Debenham
3e815a3165 v0.7.4b: restructured initialization logic into new android module
A lot of cleanup is needed for this, but everything works
2019-08-01 16:04:14 -04:00
Evan Debenham
2a523f2ea2 v0.7.4b: Initial LibGDX commit! more details below:
Large sections of game logic are now working through libgdx instead of
android libraries. There is still work to do but this is the first
major step. Big changes include:
- Graphics code is now through LibGDX (except for text rendering)
- Initialization and screen-handling logic is now mostly through LibGDX
- Audio is now through LibGDX
- Input handling is now through LibGDX
- Most misc functions are now through LibGDX
2019-08-01 15:47:01 -04:00
Evan Debenham
465b596382 v0.7.4: centralized more build script properties 2019-07-18 16:13:02 -04:00
Evan Debenham
b6a05519c5 v0.7.4: moved some build config details to the central gradle file 2019-07-18 16:13:01 -04:00
Evan Debenham
d67a4bf021 v0.7.4: increased minSDK to 9(android 2.3) from 8(android 2.2) 2019-07-18 16:03:12 -04:00
Evan Debenham
cec9f60e89 v0.7.0: updated gradle build tools, removed explicit build tools version 2018-10-24 03:05:23 -04:00
Evan Debenham
67a5925e87 v0.7.0: moved SDK declarations to build.gradle 2018-10-24 03:00:48 -04:00
Evan Debenham
224cc6c682 v0.7.0: updated compile SDK and build tools versions 2018-10-24 02:55:57 -04:00
Evan Debenham
a818a3ecce v0.7.0: added proper dependancy declaration to spd-classes 2018-10-24 02:55:51 -04:00
Evan Debenham
5cf58a74c8 v0.6.4: updated compile and target sdk 2018-04-03 17:44:04 -04:00
Evan Debenham
04f02a0aca v0.6.3b: manifest commit 2018-03-09 22:42:37 -05:00
Evan Debenham
2cf085f300 v0.6.2a: updated build tools versions 2017-11-02 01:00:18 -04:00
Evan Debenham
35cdb4a2c2 v0.6.1a: updated gradle stuff 2017-08-19 01:08:34 -04:00
Evan Debenham
47974584b4 v0.6.0: updated build toosl version 2017-06-04 21:59:58 -04:00
Evan Debenham
01fa5ece1f v0.5.0: updated SDK and build tools versions 2017-02-13 16:09:32 -05:00
Evan Debenham
82b5480294 v0.5.0: updated dependencies 2017-02-13 16:06:07 -05:00
Evan Debenham
ae8eb8f62b v0.4.3a: updated build tools and gradle plugin 2016-10-24 23:41:56 -04:00
Evan Debenham
b981a48553 v0.4.3: updated build tools and gradle version 2016-10-16 20:42:13 -04:00
Evan Debenham
6529371326 v0.4.3: improved ndk build task
Should now work on more devices than just mine
Also included .so files built with new script, no funtional change, but their size is a bit different
2016-10-16 20:42:13 -04:00
Evan Debenham
78db26b724 v0.4.3: updated target and compile SDK to 24 (android N) 2016-10-16 20:38:12 -04:00
Evan Debenham
0688896113 v0.4.2b: provided a gradle build task for FroyoGLES20Fix 2016-09-15 20:54:40 -04:00
Evan Debenham
044c93d3aa v0.4.2: updated build tools version 2016-09-09 18:01:12 -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