Commit Graph

6 Commits

Author SHA1 Message Date
Meerkov
1cfb937490 Updates the project for Java 8.
Maps.newHashMap() was replaced with null in numerous locations. A null check is performed in the locations that read this value. This prevents unnecessary allocation of memory and fixes compiler errors.

"final" keyword added to RepeatEachEffect, which used local variables in non-local scope.
2018-04-16 18:26:15 -07:00
KrazyTheFox
6d5e56f6bf Normalize line endings 2017-12-28 23:40:29 -05:00
drdev
5da8fcfc66 Add source for LwjglApplication 2014-05-26 22:35:49 +00:00
drdev
525a18fbfa Refactor mobile game to use forge-gui references 2014-04-09 04:05:49 +00:00
drdev
0b9de60f0b Update project names 2014-04-09 01:45:14 +00:00
drdev
87ba4b9f1b Rename mobile projects 2014-04-09 01:33:36 +00:00