Justin Marentette
Justin Marentette
Need to optimize how often raycasting is being done in the PlacementWindow class, though this is a lesser place to worry about it. Also remove the possible null pointer with...
Need to look into releasing bullet objects and add disposable array to TDScreen class and move it out of TDGame.
Need to pass in reference to the asset handler or loaded assets when creating entities.
Organize order of arguments in constructors, add java-docs or comments, and finish adding constants to classes instead of values in the actual constructors for readability. Need to add constants to...
Switch track data and all files that are read and stored to json for readability. [https://stackoverflow.com/questions/2591098/how-to-parse-json-in-java](url)
If possible, generate an id outside of the entity and pass it in to prevent entities from having access to other entities. Not sure what to do about targeting, though....
android.util.AndroidRuntimeException: requestFeature() must be called before adding content presents itself on android 4.4, so get emulator.
Need to create an Actor or window that overrides the hit() method and returns itself to block input from the parent actor. Implement this in the pause menu, popup window,...