opsu-dance/src/itdelatrisu/opsu
Jeffrey Han 34c7942f4b Fixed "Hidden" mod timing issues. (fixes #121)
This introduces more accurate timing formulas associated with the "Hidden" mod (previously, in #115, these values were hardcoded).  The values seem somewhat close to the values in osu!, but were not extensively tested.

Also set an upper bound on the fade in time for hit objects proportional to the approach time, or else the timing values in the "Hidden" mod would be too inconsistent.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-08-28 21:12:47 -05:00
..
audio Validate audio files before trying to load them. (part of #120) 2015-08-20 22:58:45 -05:00
beatmap Minor follow-up to #127. 2015-08-27 20:48:08 -05:00
db Fix PreparedStatement bug in ScoreDB with null string fields. 2015-08-10 16:18:14 -05:00
downloads Added lots of 'final' modifiers to class fields where applicable. 2015-08-20 21:11:55 -05:00
io Follow-up to #99. 2015-06-29 19:22:38 -05:00
objects Fixed "Hidden" mod timing issues. (fixes #121) 2015-08-28 21:12:47 -05:00
render Rewrote shaders for GLSL 110 (openGL2.0). 2015-08-24 22:18:11 +02:00
replay Added lots of 'final' modifiers to class fields where applicable. 2015-08-20 21:11:55 -05:00
skins recolor the slider border from the skin or beatmap settings 2015-06-08 22:12:56 +02:00
states Fixed "Hidden" mod timing issues. (fixes #121) 2015-08-28 21:12:47 -05:00
ui Minor follow-up to #127. 2015-08-27 20:48:08 -05:00
Container.java Added a WatchService to watch the beatmap directory tree for changes. 2015-08-21 10:25:52 -05:00
ErrorHandler.java Show a more informative error message for BindException. (fixes #119) 2015-08-12 21:46:10 -05:00
GameData.java Clarified GameImage "skinnable" field as "beatmap-skinnable". 2015-08-23 20:41:09 -05:00
GameImage.java Fixed bug where skinned old-style cursors were ignored. (part of #120) 2015-08-23 21:16:28 -05:00
GameMod.java Added lots of 'final' modifiers to class fields where applicable. 2015-08-20 21:11:55 -05:00
NativeLoader.java Follow-up to #126. 2015-08-27 14:14:04 -05:00
Opsu.java Remove jinput dependency since controllers aren't used. 2015-08-28 11:07:03 -05:00
Options.java Follow-up to #126. 2015-08-27 14:14:04 -05:00
OszUnpacker.java Follow-up to #99. 2015-06-29 19:22:38 -05:00
ScoreData.java Moved all Utils.FONT_* into new class opsu.ui.Fonts.*. 2015-08-20 20:40:07 -05:00
Utils.java Follow-up to #126. 2015-08-27 14:14:04 -05:00