Commit Graph

143 Commits

Author SHA1 Message Date
Stepland
beda83a0b6 use size_t instead of UL in std::min call 2022-12-27 20:09:34 +01:00
Stepland
89020df4ba use intmax macro instead of numeric_limits because fucking windows gcc can't make use of it of course 2022-12-27 20:00:55 +01:00
Stepland
9a996f3283 Add missing <limit> include in sampler_callback.cpp 2022-12-27 19:55:37 +01:00
Stepland
fecf789d46 Add signed long long Fraction constructor unit test 2022-12-27 19:55:25 +01:00
Stepland
33a14a6bda Add signed long long constructors for Fraction 2022-12-27 19:35:58 +01:00
Stepland
b0da3382ec Add explicity utf8 conversions on openFromFile SFML calls 2022-12-27 18:57:48 +01:00
Stepland
ad48a4c11c Make some fraction conversions explicit in beat_ticks.cpp 2022-12-27 18:54:49 +01:00
Stepland
e0b5ef16d3 Add missing <utility> import 2022-12-27 18:51:03 +01:00
Stepland
a844dc4cba force utf8 encoding when passing a string to the loadFromFile API of SFML 2022-12-27 18:46:14 +01:00
Stepland
c943ccaee2 missing optional import in marker.hpp 2022-12-27 18:34:19 +01:00
Stepland
cc1aab77d5 Try explicitely converting to and from utf8 2022-12-27 18:30:38 +01:00
Stepland
05581c9b80 Add missing <array> include 2022-12-27 14:30:16 +01:00
Stepland
a8842a8efa Use .string() before passing path to nowide::ofstream ??? is this even the right thing to do omg fuck windows and its wide encoding bs 2022-12-27 14:26:59 +01:00
Stepland
ade7544a85 Add missing <optional> header 2022-12-27 14:26:01 +01:00
Stepland
dee800e2dd Use correct macros when clamping to constant uint64 bounds 2022-12-27 14:17:08 +01:00
Stepland
1a6edcb7f7 use .string() and not .c_str() in a fmt::print call 2022-12-27 14:11:46 +01:00
Stepland
8fbdfea01c Make a Fraction conversion explicit 2022-12-27 14:00:54 +01:00
Stepland
fab9f4c453 more fixes for special numeric types 2022-12-27 13:49:37 +01:00
Stepland
ea339874f9 More fixes in numeric types 2022-12-27 13:48:27 +01:00
Stepland
5f4ba2bfd6 Make fraction conversion explicit in load_memon_1_0_0_beat 2022-12-27 13:28:16 +01:00
Stepland
b079dd5164 Add missing optional header 2022-12-27 13:28:04 +01:00
Stepland
b6741d46ea Add unsigned long long constructors for fractions 2022-12-27 13:23:56 +01:00
Stepland
f972e95c57 Fix a small bug in remove_keys_already_in_fallback() 2022-12-09 16:51:21 +01:00
Stepland
11d6f26c73 WIP waveform drawing 2022-11-25 00:06:17 +01:00
Stepland
7ad8571310 Add Free Buttons shortcut to the Shortcut help menu 2022-11-22 00:24:48 +01:00
Stepland
0e8b092d5d Add free button hotkey 2022-11-21 23:55:25 +01:00
Stepland
f0f15b4e64 Add options to color_code the notes quantization + customise the palette + save and load it from config 2022-11-21 03:31:26 +01:00
Stepland
029b2b0222 Option to color notes according to quantization ! 2022-11-21 01:24:15 +01:00
Stepland
3febd94266 Fix config.toml formatting 2022-11-20 01:39:07 +01:00
Stepland
16d163c0dc Recompute density graph on more occasions 2022-11-20 01:38:56 +01:00
Stepland
a9b20518ce Fix display of collision zones in the linear view 2022-11-20 00:23:04 +01:00
Stepland
3fe5985900 allow changing the collision zone + save zoom 2022-11-20 00:02:14 +01:00
Stepland
019e9be178 Remove old fumen and chart files 2022-11-20 00:01:03 +01:00
Stepland
ddb0b1112a Save Linear VIew colors, sizes and lane order 2022-11-19 03:29:49 +01:00
Stepland
04654e268f Save linear view colors in config 2022-11-19 01:43:37 +01:00
Stepland
eb16029370 There was *already* a preference system ??? 2022-11-18 01:48:53 +01:00
Stepland
00133d3e93 Lane order is now actually used to shuffle the lanes on the linear view 2022-11-17 20:05:22 +01:00
Stepland
474e54a398 Change rainbow colors + fix lane order setting 2022-11-17 19:31:43 +01:00
Stepland
f9a2318f9a Make preview quick define button only appear when "use separate preview file" is unchecked 2022-11-17 02:08:11 +01:00
Stepland
76fde952ca WIP Lane Order selector 2022-11-17 01:51:59 +01:00
Stepland
7924ad2000 WIP Lane Layout edition 2022-11-16 02:01:21 +01:00
Stepland
9ab1845941 "About" menu 2022-11-15 22:04:29 +01:00
Stepland
e90b5aca2a Add keyboard shortcut help dialog 2022-11-15 01:14:03 +01:00
Stepland
46575cebdf Replace preview music Play/Stop buttons with an icon button 2022-11-15 00:03:59 +01:00
Stepland
da7bbaaeec Define preview from time selection 2022-11-14 23:21:23 +01:00
Stepland
c81ef0112a Preview Music playback that kind of works 2022-11-14 22:27:53 +01:00
Stepland
07d409adf6 Start adding the audio preview play button 2022-11-11 01:12:28 +01:00
Stepland
dac05abe03 Ctrl+S and File>Save now force-save 2022-11-11 00:06:58 +01:00
Stepland
7926b43c53 history support chart addition / removal 2022-11-10 23:40:21 +01:00
Stepland
de72d441ae ok it look slike offset is fixed for now ! 2022-11-10 19:28:25 +01:00