Justin Marentette

Results 69 issues of 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...

Todo

Need to look into releasing bullet objects and add disposable array to TDScreen class and move it out of TDGame.

Todo

Need to pass in reference to the asset handler or loaded assets when creating entities.

Todo

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...

Todo

Add copy constructors to all of the child-most classes.

Todo

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)

Todo

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....

Todo

android.util.AndroidRuntimeException: requestFeature() must be called before adding content presents itself on android 4.4, so get emulator.

bug

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,...