This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-15 13:23:18 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
28 Commits
Remove unused using
Dean Herbert
·
2019-12-18 17:59:07 +09:00
1f3e1b3085
Split out complex method
Dean Herbert
·
2019-12-18 17:35:51 +09:00
4befabc257
Fix potentially incorrect custom sample bank
smoogipoo
·
2019-12-16 17:12:31 +09:00
be7b00cc34
Use writeline
smoogipoo
·
2019-12-16 17:08:46 +09:00
3c9884456f
Use invariant ToLower()
smoogipoo
·
2019-12-16 17:07:30 +09:00
5278236458
Use char concatenation for performance
smoogipoo
·
2019-12-16 17:06:52 +09:00
27150d6bbc
Refactor getSampleBank a bit
smoogipoo
·
2019-12-16 17:05:24 +09:00
9fa6954ac2
Use SingleOrDefault() where possible
smoogipoo
·
2019-12-16 17:03:58 +09:00
98dd1c2590
Throw not implemented exceptions
smoogipoo
·
2019-12-16 16:57:49 +09:00
d56e99865c
Refactor switch
smoogipoo
·
2019-12-16 16:57:40 +09:00
596fda3c1f
Coalesce to -1
smoogipoo
·
2019-12-16 16:43:20 +09:00
58e3fb0d0f
CI cleanups
smoogipoo
·
2019-12-13 21:29:10 +09:00
ea4eb6b204
Start at version 128
smoogipoo
·
2019-12-13 19:11:45 +09:00
0ad28a9400
Always attach a new combo to spinners
smoogipoo
·
2019-12-13 17:02:10 +09:00
97158fce7d
Fix artist being written in place of version
smoogipoo
·
2019-12-13 17:01:59 +09:00
0b7c4f252c
Fix sound types and banks not being written correctly
smoogipoo
·
2019-12-13 17:01:44 +09:00
53a665a034
Fix only single sound type being written
smoogipoo
·
2019-12-12 19:53:30 +09:00
ac984423bb
Prefer legacy curve format if possible
smoogipoo
·
2019-12-12 19:52:15 +09:00
dedae69db8
Fix hanging semicolon for per-node bank output
smoogipoo
·
2019-12-12 19:01:43 +09:00
d35d34c01b
Don't output the first slider control point
smoogipoo
·
2019-12-12 19:01:15 +09:00
4760307bbb
Fix up background/video events
smoogipoo
·
2019-12-12 18:51:05 +09:00
60063eefd2
Don't write empty file names
smoogipoo
·
2019-12-12 18:49:47 +09:00
51bdb73b91
Add missing section header
smoogipoo
·
2019-12-12 18:48:22 +09:00
f89042cd0a
Implement background/video/break encoding
smoogipoo
·
2019-12-12 18:47:28 +09:00
e09bbf0315
Fix incorrect repeat point count
smoogipoo
·
2019-12-12 18:42:48 +09:00
d1dc3456d1
Write control points in absolute coordinates
smoogipoo
·
2019-12-12 18:41:13 +09:00
c3475a2dde
Write default sampleset by name
smoogipoo
·
2019-12-12 18:40:33 +09:00
8f03599a62
Implement initial legacy beatmap encoding support
smoogipoo
·
2019-12-12 18:34:40 +09:00
be000e13e4