Justin Marentette

Results 69 issues of Justin Marentette

Stop being lazy and organize the used batch files to a single folder and organize into APK stuff and server stuff and so forth. Maybe a generic "output" folder or...

Todo

Move controller code to a class and add an enum for the type of controls and implement touch joysticks and gamepad handling. Possibly watch the timer for updating controller connection...

Todo

Add a networking class and move the updateNetwork() method to said class.

Todo

Make a system for creating debug windows from layouts of some sort to have presets like a controller one and such. Maybe try to use libgdx rendering stuff in the...

Todo

Move the change preference method to the TDGalaxy class and make it non-static so that it requires a reference to the game to limit access.

Todo

Need to test for the existence of the obb file and download it if it doesn't exist. Move this to TDGalaxy class to load assets before doing anything. https://developer.android.com/google/play/licensing/index.html

Todo

Potentially make CameraHandler class compatible with the level select screen so that the camera movement and other stuff is shared.

Todo

Fix the acceleration so that it calculates the current velocity using a recent time and set the velocity to that every time there is a drag, and move the if...

Todo

Create classes for commonly used buttons to cut down on repetition.

Todo

Create a standard implementation(an object to forward touchDown() and touchUp() to) for storing the individual taps into an array to check that the same one is used on touchUp().

Todo