2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Did not mean to include J2SE import. More... 11 months ago
More 1.7 to 1.8 changes. More... 11 months ago
Update source and target from 1.7 to 1.8 for latest JDK build. More... 11 months ago
Shuffle 2 arrays with the same order. More... 12 months ago
Add shuffle. More... 12 months ago
Add clip check More... 12 months ago
Add project to main build. Move MusicThreadPool More... 12 months ago
Reduce static calls. More... 12 months ago
I want to paint the Collidable area. More... 12 months ago
reduce static calls. More... 12 months ago
Add final More... 12 months ago
Add accessor. More... 12 months ago
Include in interface. More... 12 months ago
Add more than 1 rectangle per game layer. More... 12 months ago
Seems that I need this for some platforms. More... 12 months ago
Update the default platform scaling. More... 12 months ago
I may not need this. More... 12 months ago
Update a width and height every frame. This should allow for platforms that give different app sizes at different times. Improving resizing and non realtime screen size updates. This will stils require further code changes. More... 12 months ago
Move Music Thread to J2SE only as it is the only plaform with the need. More... 12 months ago
Audio clip now stops without drain or flush. More... 12 months ago
Since BB and PC are the only plaforms that need Sound in a different thread I will move it to the actual player. More... 12 months ago
Don't set to null. Correct non android MusicManager. More... 12 months ago
Handle music for HTML5. More... 12 months ago
Cleanup old Player. More... 12 months ago
Music Player changes on a Music specific Thread. More... 12 months ago
Make Music a default part of game processing. More... 12 months ago
Moved handler now gets pressed event. More... 12 months ago
Add controlling the volume on non J2ME builds. More... 12 months ago
Add setVolume J2SE More... 12 months ago
Add setVolume to Android. More... 12 months ago