Commit Graph

  • 66b174523b fix msb (2/2) yugecin 2016-12-25 15:50:43 +0100
  • ae84696aa6 fix msb (1/2) yugecin 2016-12-25 15:50:30 +0100
  • 2c2ba317b9 prevent index out of bounds ex when loading checkpoint at time before first object yugecin 2016-12-25 15:47:25 +0100
  • eb1b3f3601 Merge branch 'sbv2' yugecin 2016-12-25 15:46:50 +0100
  • ad6ba664f9 add animations to storyboardmovers yugecin 2016-12-25 15:46:11 +0100
  • ce1dd5eba1 CubicStoryboardMover yugecin 2016-12-25 14:23:10 +0100
  • 7aafd590f6 QuadraticStoryboardMover yugecin 2016-12-25 14:19:22 +0100
  • c219f078fb use renderutils yugecin 2016-12-25 14:19:08 +0100
  • a392875940 renderutils yugecin 2016-12-25 14:18:50 +0100
  • 4d528089d2 add multipoint storyboard mover yugecin 2016-12-25 13:58:31 +0100
  • 81431067d8 ability to remove movers yugecin 2016-12-25 13:19:54 +0100
  • ddaa8f5bcc add forgotten file (intellij plz, DMITRY PLZ) yugecin 2016-12-25 12:42:09 +0100
  • 414e20ec26 recalculate length and times every x ms when moving yugecin 2016-12-25 12:41:40 +0100
  • bf2e71e39b fix wrong length calculation when adding first mover yugecin 2016-12-25 12:35:33 +0100
  • 1803d714a5 basic implementation of sbv2 yugecin 2016-12-25 12:16:32 +0100
  • fc32040b2f fix hitresult reversearrow color yugecin 2016-12-24 14:49:24 +0100
  • 653d27d7b2 remove the end game timer yugecin 2016-12-24 14:43:53 +0100
  • 20194d58b3 post merge stuff yugecin 2016-12-24 14:35:36 +0100
  • a6540044b6 Merge remote-tracking branch 'remotes/original/master' into upstream yugecin 2016-12-24 14:35:20 +0100
  • aa1babed3b Delayed fade-out of UI after finishing a game. All elements quickly fade out, and wait 2.5s before switching screens (instead of immediately). Jeffrey Han 2016-12-24 01:55:43 -0500
  • 9f2aa7c1fb Star fountain motions. Star fountains now "randomly" spray upwards, inwards, or outwards. Jeffrey Han 2016-12-23 16:53:12 -0500
  • 5704b8aa10 Added star fountains to main menu. - Added MusicController methods to get measure progress (similar to beat progress). - Workaround for inaccurate track positions after looping by not looping. - Make sure star duration is positive. Jeffrey Han 2016-12-23 04:03:32 -0500
  • 106891a259 More star stream tweaks. - Pass in the max stars in the stream, excluding bursts. (Use 0 for burst-only star streams.) - Added duration spread setters. (Scoreboard star stream burst now happens faster.) Jeffrey Han 2016-12-23 01:29:49 -0500
  • 2d7a4a3eab Fixed bug with watching replays on "Auto" counting as retries. Jeffrey Han 2016-12-23 00:50:45 -0500
  • 8a7b67b578 Star stream updates. (mad-s/opsu@701ef796) - Make StarStream directional. - Burst stars when score rank increases. Jeffrey Han 2016-12-23 00:40:36 -0500
  • 81c8a61bb8 Better-defined root directory. - If running from a JAR, the root directory will be the same directory as the JAR (not where it was launched). - Otherwise, use the current working directory. - XDG unaffected. Jeffrey Han 2016-12-22 19:54:05 -0500
  • 25efbd3023 Fixed MenuButton expand directions. (blame: 474b407, #214) Jeffrey Han 2016-12-22 19:16:34 -0500
  • 1436f2376e New theme song. "Rainbows" by Kevin MacLeod. Jeffrey Han 2016-12-22 18:36:31 -0500
  • e3276a3365 Color unplayed beatmaps pink in the menu. Jeffrey Han 2016-12-22 17:37:29 -0500
  • 0d92d79ed7 Fix beatmap array fields not being loaded. (fixes #222, blame: #214) Jeffrey Han 2016-12-22 14:37:23 -0500
  • ed06a8b0ac Added "favorites" and "last played" beatmap groups, and more sorts. - New sorts: by date added, and most played. - Sorts are moved to a dropdown menu. - Tabs are now groupings (all songs, last played, favorites). - Add/remove "favorite" beatmaps in the right-click menu. - Beatmap database is now updateable like score database (no longer drops/recreates on every update). - Various bug fixes. Jeffrey Han 2016-12-22 05:26:09 -0500
  • 4446487575 Fixed bug where disabling mouse buttons also blocks scrolling. (#220) Jeffrey Han 2016-12-20 15:18:20 -0500
  • 1ac1b96127 render the checkbox in optionsoverlay in the middle of the line yugecin 2016-12-20 19:23:58 +0100
  • 44ad94bfc1 update hoveroption in optionsoverlay when closing a list yugecin 2016-12-20 19:22:57 +0100
  • 8b7b7e0354 Fixed error handling issues in the game container. (#218) This makes error catching generally more robust. Catch all exceptions in start() loop, catch close_sub() exceptions separately, and suppress linked errors (so the root exception should actually get captured). Jeffrey Han 2016-12-20 12:08:41 -0500
  • 59204665bc Fixed a potential NullPointerException in ScoreDB. (#219) Jeffrey Han 2016-12-20 10:19:02 -0500
  • 7fa9355bbf More efficient beat progress calculation. (#214) Jeffrey Han 2016-12-19 22:39:49 -0500
  • 90a2f1d2f2 Follow-up to #214: cleanup. Jeffrey Han 2016-12-19 21:02:01 -0500
  • 0f936d32cb Merge pull request #214 from yugecin/pusing-logo Jeffrey Han 2016-12-19 19:17:26 -0500
  • 22f6259092 fix hover scale yugecin 2016-12-20 00:51:38 +0100
  • 156d52f8c8 cleanup yugecin 2016-12-20 00:40:51 +0100
  • 4af2d7bfcf Minor "auto" mod fixes in the song menu. - Enable "auto" with ctrl+click (instead of just ctrl+enter). - Always turn off "auto" after one game. Jeffrey Han 2016-12-19 18:33:06 -0500
  • 82e2d2100d simplify expand scale calc yugecin 2016-12-20 00:32:14 +0100
  • e648a553ea make the footer logo a button, start game when clicking & expand on hover yugecin 2016-12-20 00:31:15 +0100
  • 1b99795abd Draw hit objects on top of hit result animations. Jeffrey Han 2016-12-19 17:13:22 -0500
  • e161d0180e Follow-up to #211: fix slider hit results not appearing; code cleanup. Jeffrey Han 2016-12-19 16:33:20 -0500
  • d111fc0efe Merge pull request #211 from yugecin/slider-improvements Jeffrey Han 2016-12-19 14:21:01 -0500
  • 6bc6441985 Follow-up to #216. Jeffrey Han 2016-12-19 14:17:41 -0500
  • 59ff67b617 Merge pull request #216 from mad-s/slider-endcone Jeffrey Han 2016-12-19 14:03:30 -0500
  • 2aa1fd7b4e Fix OpenGL version requirement. Matteo Signer 2016-12-19 17:42:21 +0100
  • bae3b711cf Render end cap at all times. Matteo Signer 2016-12-19 17:33:10 +0100
  • 624296deea add a timingpoint for the themesong so the logo can be pulsed yugecin 2016-12-18 23:51:30 +0100
  • 0ee16f2cb2 javadoc adjustment yugecin 2016-12-18 23:48:55 +0100
  • f47d54c4d0 added pulsing logo at the bottom right of the song menu yugecin 2016-12-18 23:45:33 +0100
  • f7e42c271f make the main menu logo pulse yugecin 2016-12-18 23:41:36 +0100
  • 13e1fb5193 parse timingpoints of a map when playing the song, to allow logo pulsing yugecin 2016-12-18 23:40:58 +0100
  • ff68145ba3 added BeatmapParser#parseOnlyTimingPoints yugecin 2016-12-18 23:39:39 +0100
  • 77c6dfd65a added MusicController#getBeatProgress yugecin 2016-12-18 23:31:17 +0100
  • 474b40750e allow custom scale overrides on menubuttons yugecin 2016-12-18 23:29:49 +0100
  • caefbdee9b minor cleanup yugecin 2016-12-18 22:57:19 +0100
  • 338e74b7d2 pulse mainmenu logo when nothing is playing (close #105) yugecin 2016-12-18 21:12:40 +0100
  • c42e7e4399 fix hover option in option menu not updating when scrolling yugecin 2016-12-18 21:04:17 +0100
  • c974374d67 Add option to color main menu logo based on the cursor color (close #82) yugecin 2016-12-18 21:03:19 +0100
  • 64a3a85eb0 ghost logo adjustments yugecin 2016-12-18 20:35:08 +0100
  • e16cae73d1 Merge branch 'animations' into slider-improvements yugecin 2016-12-18 16:48:03 +0100
  • 089ff7d0de minor cleanup yugecin 2016-12-18 16:47:55 +0100
  • 3ca2653197 adjust the slider circles alpha when hidden mod is enabled yugecin 2016-12-18 16:41:52 +0100
  • b252f0ec42 use the same fade for reversearrows as circles yugecin 2016-12-18 16:37:48 +0100
  • 5be3fdf1a3 fade in slider circles after repeats, hide them if ball does not need to go to them again yugecin 2016-12-18 16:18:51 +0100
  • 2260299c4b don't show reversearrow pop when slider wasn't held yugecin 2016-12-18 15:06:21 +0100
  • 55fa6f4070 fix initial circle animation position yugecin 2016-12-18 14:53:04 +0100
  • 3c6b20f4c8 adjust the animations on the first circle of the slider yugecin 2016-12-18 14:46:02 +0100
  • 59ed2f9ee3 don't draw animations when hidden is enabled yugecin 2016-12-18 13:08:36 +0100
  • 62a7ee0f21 always fadeout slider curve yugecin 2016-12-18 13:03:09 +0100
  • db73fc9e14 Merge pull request #212 from mad-s/master Jeffrey Han 2016-12-14 12:55:58 -0500
  • 2ade7fa349 Fix falling sliders with new slider style. Matteo Signer 2016-12-14 15:31:41 +0100
  • 353fff9f0c version bump (rel 0.4.2) yugecin 2016-12-13 15:48:50 +0100
  • cb09e2149c let sliders shrink one point more for more fluent shrinking yugecin 2016-12-13 15:45:18 +0100
  • d7d28a559b fix shrinking sliders on sliders with odd amount of repeats when using fallback rendering (close #108) yugecin 2016-12-13 15:44:33 +0100
  • d9669ddcd5 gracefully handle error when loading all beatmaps (close #110) yugecin 2016-12-13 15:22:23 +0100
  • 18e1ef1fcd fix pippi radius not updating yugecin 2016-12-13 15:02:37 +0100
  • 494ec1f447 version bump (rel 0.4.1) yugecin 2016-12-13 00:02:45 +0100
  • 176de19745 nullcheck to fix #106 yugecin 2016-12-13 00:01:01 +0100
  • 48d742bbc5 fix a wild indentation error and spaces yugecin 2016-12-12 23:22:12 +0100
  • 04b7705c40 version bump (rel 0.4.0) yugecin 2016-12-12 21:48:14 +0100
  • f0781ee1c6 fix weird behavior when removing a storyboard option yugecin 2016-12-12 21:12:16 +0100
  • 33064b1e69 fix mirror reversearrow animation drawing when it shouldn't yugecin 2016-12-12 20:35:40 +0100
  • 69cdecca69 Merge remote-tracking branch 'remotes/origin/master' yugecin 2016-12-12 19:54:20 +0100
  • c88035a66c disable chaning to polymover when changing from storyboard (close #102) yugecin 2016-12-12 19:48:03 +0100
  • 5e8d218000 restore accidental deleted line yugecin 2016-12-12 18:49:26 +0100
  • 35179729c6 init the listhoverindex yugecin 2016-12-12 18:46:57 +0100
  • 4f995c4eb8 variable consistency yugecin 2016-12-12 18:46:32 +0100
  • 53278409fa ask for key input when mouse button released, not pressed yugecin 2016-12-12 18:43:01 +0100
  • 6501998bb4 make a sound when changing slider values yugecin 2016-12-12 18:41:26 +0100
  • cc41a54408 Merge remote-tracking branch 'origin/slider-improvements' into slider-improvements yugecin 2016-12-12 17:52:43 +0100
  • 1c5f66f149 Option to disable reverse arrow hit anim yugecin 2016-12-12 08:37:21 +0100
  • 6f46092766 follow-up to 1bf9186: don't color the reversearrow black on bright combo color, add mirror reverseerror fade out yugecin 2016-12-12 08:33:57 +0100
  • f37264b441 really edit example video now yugecin 2016-12-12 01:44:57 +0100
  • b15dc22220 update example video, rm last video settings file yugecin 2016-12-12 01:43:11 +0100
  • 3048b31ec7 follow-up to 1bf9186 yugecin 2016-12-12 01:36:00 +0100