Justin Marentette

Results 69 issues of Justin Marentette

Currently, the reload action in the plugins list seems to just reload the front-end, and I don't see any server API which would facilitate a backend plugin reload in the...

enhancement

Need to check for the required permissions being set before attempting to access the sd card or access external assets.

bug

Use Minecraft style Perlin Noise to generate random levels with seeds.

Todo

Pass an object similar to the android context to every entity to simplify references to playing animations and sounds and such

Todo

Create a sound handler, for instance, that the API entities will have access to have more engine functionality like sound.

Write a configuration menu in settings with some tabs to set the controls and change the ControlHandler class and keyboard class to use the mappings.

Todo

Maybe need to call clear screen before changing screens or render quicker.

Hide global rendering code from higher level classes to encapsulate.

Todo

Make some objects implement interfaces to sort the packets into different types such as getting data for promotions and what not or the different client types. For packets with no...

Todo

Change storage from an IntMap to a few arraylists (Enemies, Towers, ect.) that are all updated by a common method so as to to prevent sorting through them every tick.

Todo