1
0
mirror of synced 2025-02-02 20:37:25 +01:00

146 Commits

Author SHA1 Message Date
Stepland
9b58b6a440 Basic Fullscreen handling 2020-05-17 17:50:29 +02:00
Stepland
c742ea9f27 Audio lag setting in options 2020-05-17 15:39:05 +02:00
Stepland
680d716155 Add libdw with backward-cpp for amazing stacktraces 2020-05-17 12:21:57 +02:00
Stepland
703fb610e0 Basic touchscreen handling in gameplay 2020-05-16 16:35:12 +02:00
Stepland
54b62a66d7 Proper Mouse support in gameplay 2020-05-16 16:16:34 +02:00
Stepland
114527fb4d Update every columns's color up to the current one instead of trying to be efficient 2020-05-16 15:13:28 +02:00
Stepland
1b72bc0a50 GradedDensitygraph displays properly 2020-05-15 16:41:40 +02:00
Stepland
e91f009574 Density Graph shows during gameplay 2020-05-15 14:35:52 +02:00
Stepland
e40a6bba0a Fix Timing Windows 2020-05-14 19:36:13 +02:00
Stepland
54347bfc64 LONG NOTE JUDGEMENT DONE RIGHT 2020-05-09 15:53:20 +02:00
Stepland
140d31686f Draw LN on a separate layer 2020-05-09 15:13:19 +02:00
Stepland
a54541bf12 LONG NOTES RENDER CORRECTLY FFS FINALLY 2020-05-09 12:45:42 +02:00
Stepland
17d8e96708 ButtonHighlight can now react to key release events if needed 2020-05-08 22:57:25 +02:00
Stepland
a38638710c Fix LNMarker loading 2020-05-08 19:42:18 +02:00
Stepland
0faa87a1f2 More LNMarker stuff 2020-05-08 19:27:31 +02:00
Stepland
43f66c2888 Create LNMarker, SpriteSheet
Refactor Marker to use SpriteSheet
2020-05-08 19:08:31 +02:00
Stepland
69affd812a Optimized version of visible notes update that's a nightmare to get right 2020-05-07 23:09:51 +02:00
Stepland
71ac2eeda5 Song Info 2020-05-07 15:36:52 +02:00
Stepland
d0368f6fbc Display Score 2020-05-07 12:13:03 +02:00
Stepland
ff8b139e6a Score and Combo Calculation 2020-05-03 20:35:58 +02:00
Stepland
8c69bed6e2 Move GradedNote to Data 2020-05-02 18:11:07 +02:00
Stepland
16a689a43e Gameplay Screen now stops on his own 2020-05-02 16:21:33 +02:00
Stepland
498bddc823 Sort out weirdness in marker display when hitting early and fix judge code 2020-05-02 14:50:41 +02:00
Stepland
561455e294 Very early gameplay 2020-05-02 14:17:21 +02:00
Stepland
691fc55b80 alpha gameplay screen 2020-05-01 20:11:54 +02:00
Stepland
b31e59f988 Move to deque for atomic handling 2020-05-01 19:11:57 +02:00
Stepland
f3333ab465 Basic gameplay without score 2020-05-01 13:05:08 +02:00
Stepland
da2f8e46c5 Fix line swap typo 2020-05-01 00:39:41 +02:00
Stepland
3de0d50975 Divide Resources into shared and screen-specific 2020-05-01 00:18:30 +02:00
Stepland
917e44dac0 It's POOR not EARLY/LATE idiot 2020-04-30 21:00:57 +02:00
Stepland
d97bfdc0ec Move everything Input-related to src/Input 2020-04-30 11:46:23 +02:00
Stepland
ebf5c08b05 Allow exiting MusicSelect::Screen without a chart selected 2020-04-30 11:11:23 +02:00
Stepland
9f9669e1aa Finally remove cereal
Introduce MappableKeys
2020-04-26 01:26:17 +02:00
Stepland
3695b94311 Remove unused jbcoe::polymorphic_value 2020-04-23 18:56:57 +02:00
Stepland
de1d8a46b4 wip gameplay screen 2020-03-11 22:39:56 +01:00
Stepland
e8780c9721 WE ARE OFFICIALY DONE WITH MUSIC SELECT FOR 0.1.0 2020-03-08 14:54:03 +01:00
Stepland
62a042184c Visible Controls 2020-03-08 14:39:37 +01:00
Stepland
f4a4dc7de7 Key Mapping menu 2020-03-08 03:32:02 +01:00
Stepland
4d153414b7 Button Highligh now works in menus and submenus 2020-03-07 22:46:10 +01:00
Stepland
de51fb4fa5 Refactoring 2020-03-07 22:44:09 +01:00
Stepland
3f9c482d25 OptionPages can now handle raw input if needed 2020-03-07 18:21:39 +01:00
Stepland
e473f8c2c0 Fix concurrency issues in the MusicPreview Player 2020-03-07 18:19:58 +01:00
Stepland
dfdd2390e8 Add useful comments 2020-03-07 01:05:36 +01:00
Stepland
2c0d643440 FIx option menu screen filter and drawing order of Music Select 2020-03-07 00:30:17 +01:00
Stepland
38299e0fc2 Bring back mouse support 2020-03-05 18:50:55 +01:00
Stepland
52a27ca87e fix songlist loading 2020-03-05 18:19:38 +01:00
Stepland
e4b9992b11 Fix init order 2020-03-05 18:18:11 +01:00
Stepland
9ea5920210 Use whereami to guess executable path 2020-03-05 18:14:19 +01:00
Stepland
d39ef12933 OMFG BUG FIXED 2020-03-04 00:23:59 +01:00
Stepland
df6051005a Copy subpage instead of moving it in SubpagePanel constructor 2020-03-04 00:23:52 +01:00