yugecin
|
e169b0b1f5
|
use slightly less saturation for player colors
|
2018-10-23 01:54:52 +02:00 |
|
yugecin
|
ee14ac9b2d
|
attempt to make a better cursortrail for replay stuff
|
2018-10-23 00:43:10 +02:00 |
|
yugecin
|
5a268bc713
|
post-merge fixes
|
2018-10-22 22:10:43 +02:00 |
|
yugecin
|
3d470cbe7a
|
Merge branch 'master' into kockout-wdata
# Conflicts:
# src/itdelatrisu/opsu/states/Game.java
# src/itdelatrisu/opsu/states/Splash.java
|
2018-10-22 21:59:11 +02:00 |
|
yugecin
|
5b324bf6ba
|
save offset per song and save it to db (from itdelatrisu/opsu@e023780)
|
2018-10-02 23:50:13 +02:00 |
|
yugecin
|
4046cfaca4
|
remove unused variable
|
2018-08-27 22:10:07 +02:00 |
|
yugecin
|
ab6aa75f8b
|
fix back button
Make it immune to the "do not hover if options visible" hack.
Make the states render it, not the options menu.
|
2018-07-08 10:58:00 +02:00 |
|
yugecin
|
4a69f1d9b3
|
fix overlay event dispatch ordering in game
|
2018-07-08 10:45:45 +02:00 |
|
yugecin
|
d7e59531ea
|
remove options as overlay state
|
2018-07-08 10:39:37 +02:00 |
|
yugecin
|
65017364bd
|
more more easier access
|
2018-07-08 09:52:03 +02:00 |
|
yugecin
|
0fc2008f2a
|
more easier access to common variables
|
2018-07-08 00:47:35 +02:00 |
|
yugecin
|
d412a2e39e
|
simplify access to display width and height and halves
|
2018-07-08 00:30:47 +02:00 |
|
yugecin
|
ab19b53d63
|
remove unnecessary events pattern and replace it with something more simple
|
2018-06-25 22:19:04 +02:00 |
|
yugecin
|
8fed11ba86
|
use the hitdata for replay hitresults and show per player acc
|
2018-04-14 17:55:19 +02:00 |
|
yugecin
|
9af2b01657
|
read and parse hitdata from file
|
2018-04-14 17:22:22 +02:00 |
|
yugecin
|
4f68669add
|
show notif and leave game when directory containing replays does not exist
|
2018-01-14 22:17:09 +01:00 |
|
yugecin
|
8471c43ed5
|
center names and shrink when a name is fully faded out
|
2017-12-22 22:22:16 +01:00 |
|
yugecin
|
df1afd98c3
|
more color variation in smaller groups
|
2017-12-22 12:52:22 +01:00 |
|
yugecin
|
22d2b0be86
|
hide the replay key overlay background bars
|
2017-12-22 12:34:05 +01:00 |
|
yugecin
|
408c162741
|
fix replay hit results
|
2017-12-21 23:55:16 +01:00 |
|
yugecin
|
35769b31c7
|
attempt to keep track of scoring for each player
|
2017-12-21 22:43:42 +01:00 |
|
yugecin
|
e8d0199705
|
post-merge fixes
|
2017-12-16 17:07:05 +01:00 |
|
yugecin
|
9320767f21
|
Merge branch 'master' into replaystuff
# Conflicts:
# src/itdelatrisu/opsu/states/Game.java
|
2017-12-16 16:35:11 +01:00 |
|
yugecin
|
3fb5df330a
|
removed unnecessary pause check
|
2017-06-22 12:30:29 +02:00 |
|
yugecin
|
9d0a84b7ae
|
fix expanding cursor while in game
|
2017-06-22 12:20:25 +02:00 |
|
yugecin
|
9b5dc4c121
|
remove delegating stuff from Input
|
2017-05-27 02:10:32 +02:00 |
|
yugecin
|
a5efe7e649
|
strip Input handling
|
2017-05-27 00:37:02 +02:00 |
|
yugecin
|
42bc11ef75
|
move bubble notification colors to Colors file
|
2017-05-26 21:44:23 +02:00 |
|
yugecin
|
1df25520e4
|
overhaul event system
|
2017-05-26 21:32:55 +02:00 |
|
yugecin
|
ec53f531c8
|
got rid of dependency injection, it doesn't add anything at this point and only slows down things and makes a mess. Also some refactoring.
|
2017-05-21 11:12:55 +02:00 |
|
yugecin
|
1ebf2c2dcb
|
saner transition management
|
2017-05-05 00:44:51 +02:00 |
|
yugecin
|
9d9f2df5d8
|
align names and squares, order the rainbow names again and let cursor size be 0.1x min
|
2017-03-30 01:20:17 +02:00 |
|
yugecin
|
9df139bded
|
post merge stuff
|
2017-03-30 00:06:13 +02:00 |
|
yugecin
|
3629dfd4d7
|
Merge branch 'master' into replaystuff
# Conflicts:
# src/itdelatrisu/opsu/Options.java
# src/itdelatrisu/opsu/ui/Cursor.java
|
2017-03-30 00:05:45 +02:00 |
|
yugecin
|
e270aeb92e
|
sort the playerlist by score
|
2017-03-29 23:59:38 +02:00 |
|
yugecin
|
be23541ac3
|
refactor options
|
2017-03-26 22:57:10 +02:00 |
|
yugecin
|
2f1f860ca3
|
fix sliders disappearing when multiple sliders are active or when later sliders is done earlier (2b maps etc)
|
2017-03-05 11:58:07 +01:00 |
|
yugecin
|
d6144187ad
|
dancing hitcircles
|
2017-03-04 14:52:51 +01:00 |
|
yugecin
|
bed7ec8d56
|
rename OptionsMenu to OptionGroups
|
2017-03-04 14:51:58 +01:00 |
|
yugecin
|
2e3a782fdc
|
put common hitcircle render code in separate class
|
2017-03-04 14:26:55 +01:00 |
|
yugecin
|
68e0b6fad8
|
better workaround for #130
|
2017-03-04 00:27:53 +01:00 |
|
yugecin
|
0e8bf0b31e
|
Merge branch 'master' into replaystuff
|
2017-02-26 00:03:47 +01:00 |
|
yugecin
|
1d8f10642b
|
flash warningarrows 8x125ms instead of 4x250ms
|
2017-02-26 00:03:25 +01:00 |
|
yugecin
|
ba2aa51b7b
|
multiple replay display stuff
|
2017-02-25 23:05:41 +01:00 |
|
yugecin
|
80e1d6eb12
|
injecting fields
|
2017-02-06 01:02:38 +01:00 |
|
yugecin
|
77a5ebf537
|
make the eventbus static
|
2017-02-06 00:39:45 +01:00 |
|
yugecin
|
7e135550e0
|
enchanced optionmenu
|
2017-01-29 11:28:24 +01:00 |
|
yugecin
|
5752aec58c
|
remove the watermark
|
2017-01-22 00:15:54 +01:00 |
|
yugecin
|
36aaccda29
|
replace all calls to old bar notif with new method
|
2017-01-21 23:52:19 +01:00 |
|
yugecin
|
40268c3232
|
hide cursor when viewing replay
|
2017-01-21 14:36:59 +01:00 |
|