Justin Marentette

Results 69 issues of Justin Marentette

Need to check the division being done with the offset because it messes up the result of the world to the right.

bug

Make all file names lowercase to ensure they work regardless of where they are stored. Keep in mind that files might not be updated in apk if the only difference...

bug

Clear sounds after changing screens. Also change game sound to vary based on theme, and give main menus music.

Todo

Create a pool handler to create pools by request and issue entities with a method that takes in the pool and an array of arguments to set within each poolable...

Todo

Instead of manually playing all of the sounds in each entity, create a sound handler to pass into each entity that manages volume and stores sounds. Have it load the...

Todo

Make "entity" have a method for serialization and add either a constructor that takes in the deserialized object, or a method to set the saved values. This should be applied...

Todo

Add a varying speed for things like machinery to rotate during targeting.

Todo

Add virtual button controls and controller controls in addition to fixing the generic touch ones

Todo

Either switch to the libgdx xml type format or add methods to simplify the addition redundant things like buttons.

Todo

Add getters and make FileStuff and OnlineServices private in TDGalaxy.

Todo