Commit Graph

4 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
elcnesh
705d6cb937 - Remove old net code
- Remove "Start/Stop Server" buttons (related to old code)
- Move new net code to forge-gui/forge/net/**
- Remove all dependencies on project forge-net
2015-04-20 14:40:26 +00:00
elcnesh
691fd67b9c Update libgdx to 1.5.0, now including binary library files. 2014-12-12 10:44:19 +00:00
elcnesh
8085775888 Add iOS project. 2014-12-09 17:00:13 +00:00