Commit Graph

15 Commits

Author SHA1 Message Date
Evan Debenham
2d09869044 v0.5.0b: completely refactored custom tiled visuals 2017-02-22 14:57:03 -05:00
Evan Debenham
2b6de44780 v0.4.3: improvements to flexibility of tilemap, at a tiny performance cost 2016-10-16 20:41:55 -04:00
Evan Debenham
e3b0720de9 v0.4.3: fixed a bunch of crash bugs 2016-10-16 20:41:50 -04:00
Evan Debenham
5af838f906 v0.4.2b: fixed more issues with tilemap culling 2016-09-15 20:54:39 -04:00
Evan Debenham
a8f98f2d83 v0.4.2a: fixed issues with tilemap culling 2016-09-11 20:46:56 -04:00
Evan Debenham
5ad6c69e93 v0.4.2: fixed a bug with tilemap culling on maps that aren't square 2016-09-09 18:01:53 -04:00
Evan Debenham
6ed1ec2214 v0.4.2: Implemented no-lighting shader
Gives a very big performance boost on older devices
2016-09-09 18:01:43 -04:00
Evan Debenham
e87ce8949e v0.4.2: fixes to tilemap 2016-09-09 18:00:06 -04:00
Evan Debenham
e43e7b995d v0.4.2: fixed some bugs with tilemap updating 2016-09-09 18:00:04 -04:00
Evan Debenham
6bcccba062 v0.4.2: improved tilemaps to selectively update and respect concurrency 2016-09-09 18:00:01 -04:00
Evan Debenham
1461003683 v0.4.2: fixed two crash bugs caused by recent changes 2016-09-09 18:00:00 -04:00
Evan Debenham
5fc0215014 v0.4.2: implemented some visibility culling for tilemaps 2016-09-09 17:59:54 -04:00
Evan Debenham
9663a47958 v0.4.2: added support for Vertex Buffer Objects 2016-09-09 17:56:08 -04:00
Evan Debenham
ca068c92b2 v0.4.2: added the ability for tilemaps to selectively not render certain tiles 2016-09-09 17:56:06 -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