opsu-dance/src/org/newdawn/slick
Jeffrey Han 9138b70a24 Minor GameContainer changes.
Added copy of GameContainer.java:
- updateAndRender() no longer calls Log.error(), and re-throws the original exception as a SlickException.  This prevents errors from being logged twice, and now the relevant one is shown in the error popup (instead of a useless "failure" message).
- getBuildVersion() no longer calls Log.error(), and removed slick build information from "version" file.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-03-06 19:16:43 -05:00
..
openal Attempt to fix jitter by using a higher precision timer. 2015-03-03 22:07:00 -05:00
GameContainer.java Minor GameContainer changes. 2015-03-06 19:16:43 -05:00
Image.java Added methods to check for transparent pixels in images. 2015-02-19 15:05:55 -05:00
Music.java Fixes Music Ended (hopefully) 2015-02-21 20:14:48 -05:00