giovedì 19 luglio 2012

Ooops...memory leak

Found a memory leak in Jatris due to missing memory recycle during activity destroy (normally done when back button is used).
Seems that some memory used for graphics and audio samples is not released by the garbage collector.

Working on it.


Below some image of the skin system done for Jatris Deluxe (full version).
Enjoy :-)



mercoledì 11 luglio 2012

Jatris Free 1.3 Released

Released a new version 6 months after the first one. 

Added background music system


No music is included in the game release but the music system is now complete and searches for a bgm.mp3 file under /sdcard/jatris directory.
If you such a file there Jatris will play it as bgm when music setting is on.

Better fonts at low resolutions


Modified fonts to look better at low resolutions (320x240 and 320x480)

Graphic rendering a bit faster


Modified object allocation scheme to reduce the usage of the garbage collector.
This may improve Jatris fluidity.



I worked a lot to implement multiple skins and to add some new settings; maybe I will release a full (paid) version soon.