Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Andrei Zavatski
|
18c79dfda3
|
Move all the logic into BarsInfo class
|
2022-11-20 23:00:13 +03:00 |
|
Andrei Zavatski
|
36141cb2a4
|
Make BarsInfo a class
|
2022-11-20 05:14:07 +03:00 |
|
Andrei Zavatski
|
fcb52ee237
|
Make BarsInfo a readonly struct
|
2022-11-20 02:28:07 +03:00 |
|
Andrei Zavatski
|
fbfcf49ea6
|
Remove readonly modifier from struct fields
|
2022-11-20 02:13:54 +03:00 |
|
Andrei Zavatski
|
2cb966b47c
|
Rework BarsInfo struct
|
2022-11-20 01:48:54 +03:00 |
|
Andrei Zavatski
|
6c62cfb830
|
Store barBreadth as a separate float
|
2022-11-19 23:40:02 +03:00 |
|
Andrei Zavatski
|
67ee9f3915
|
Naming adjustments
|
2022-11-19 23:34:55 +03:00 |
|
Andrei Zavatski
|
f1201454b7
|
Use value tuples
|
2022-11-19 23:29:50 +03:00 |
|
Andrei Zavatski
|
6f449a583e
|
Handle empty values as a separate case
|
2022-11-19 23:27:48 +03:00 |
|
Andrei Zavatski
|
0239103b6b
|
Fix BeatmapOverlay crashing test scene
|
2022-11-19 11:33:14 +03:00 |
|
Andrei Zavatski
|
05992d3aa8
|
CI fix
|
2022-11-19 10:23:37 +03:00 |
|
Andrei Zavatski
|
9b8f98735c
|
Use struct for bars description
|
2022-11-19 10:16:58 +03:00 |
|
Andrei Zavatski
|
11f5fddc1f
|
Remove redundant returns
|
2022-11-19 09:57:52 +03:00 |
|
Andrei Zavatski
|
e8ca9f5dc5
|
Rework BarGraph to use Quads
|
2022-11-19 00:22:57 +03:00 |
|
Dean Herbert
|
a215d009fe
|
Update Remove /RemoveRange /RemoveAll calls in line with framework changes
|
2022-08-29 15:57:40 +09:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
smoogipoo
|
dff1d80f39
|
Update HasFlag usages to HasFlagFast
|
2021-02-25 15:38:56 +09:00 |
|
Dean Herbert
|
612db31c38
|
Apply newline additions
|
2019-04-01 12:16:32 +09:00 |
|
Dean Herbert
|
0788a7e9f1
|
Merge branch 'master' into more-inspections
|
2019-02-28 14:32:57 +09:00 |
|
Dean Herbert
|
42be7857d1
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
|
Dean Herbert
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
smoogipoo
|
f27bd3ef3e
|
OpenTK -> osuTK
|
2018-11-20 17:14:59 +09:00 |
|
Dean Herbert
|
dbc538abbe
|
Use Enum.HasFlag
With .NET core 2.0+ this is as efficient as the ugly code we've been using.
|
2018-07-16 16:18:46 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
smoogipooo
|
3ea7be1ccf
|
Fix selecting unranked beatmaps in song select crashing the game. Fixes #1134.
|
2017-08-19 12:28:54 +09:00 |
|
Thomas Müller
|
9d523ea012
|
Update framework
|
2017-07-12 11:06:13 +09:00 |
|
Dean Herbert
|
7baa2b7421
|
Fix CI issues
|
2017-06-25 14:46:59 +09:00 |
|
Jorolf
|
ed2f5d210e
|
condensed some commits because they were small or already reversed
|
2017-04-11 22:48:53 +02:00 |
|
Jorolf
|
d4e5f55091
|
the power of linq
|
2017-04-11 18:43:48 +02:00 |
|
Jorolf
|
fb5952186c
|
changes and fixes
|
2017-04-11 14:02:56 +02:00 |
|
Jorolf
|
24b4b3ad7d
|
update to everything
|
2017-04-10 16:42:23 +02:00 |
|
Jorolf
|
c60a55285c
|
updated TestCase and some null checks
|
2017-04-07 20:32:09 +02:00 |
|
Jorolf
|
9881889f88
|
removed some unused stuff
|
2017-04-07 18:24:36 +02:00 |
|
Jorolf
|
eb4b3772e9
|
put Bar into its own file and let it only add a background if BackgroundColour is changed
|
2017-04-07 18:13:55 +02:00 |
|
Jorolf
|
f9bf1c69bf
|
add Flags to BarDirection and remove unused "using"
|
2017-04-04 18:23:29 +02:00 |
|
Jorolf
|
502afc0a48
|
some fixes to BarGraph so Direction works properly
|
2017-04-04 18:09:16 +02:00 |
|
Jorolf
|
b2731bb0a1
|
some formatting
|
2017-04-04 17:27:08 +02:00 |
|
Jorolf
|
58f8dc8254
|
add direction to graphs
|
2017-04-04 17:17:22 +02:00 |
|
Jorolf
|
5a694e0c9d
|
changed location of BarGraph to be more generic
|
2017-04-03 19:29:13 +02:00 |
|