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-17 21:13:01 +08:00
Code
Issues
Releases
Wiki
Activity
36,171
Commits
4
Branches
791
Tags
edf9fe56112d30a6d2fbdd67bae107a587649dfd
Commit Graph
51 Commits
Adjust namespace
ekrctb
·
2020-12-07 12:32:52 +09:00
e3c035fe9c
only insert BufferedContainer when using FI
LastExceed
·
2020-07-13 13:43:32 +02:00
ca39f2aa24
expose hitObjectContainer in HitObjectArea
LastExceed
·
2020-07-13 11:55:13 +02:00
4b3cffb246
wrap HitObjectContainer in BufferedContainer
LastExceed
·
2020-07-12 13:57:06 +02:00
0e49bf127b
Move grids to inside columns
Dean Herbert
·
2020-05-18 17:47:52 +09:00
d9bb90078b
Implement left and right stage images
smoogipoo
·
2020-04-08 16:20:47 +09:00
cd15b672eb
Initial structure
smoogipoo
·
2020-04-08 15:35:37 +09:00
e429c274a9
Increase size of default osu!mania skin's keys to allow clearance with HUD
Dean Herbert
·
2020-04-08 14:13:31 +09:00
9db996a91f
Rename ManiaStage to Stage
Dean Herbert
·
2020-04-08 14:13:31 +09:00
3794b55eef
Rework lookups to not require total playfield columns
smoogipoo
·
2020-04-03 12:31:05 +09:00
1f797207f7
Remove unnecessary generic
smoogipoo
·
2020-04-02 15:57:50 +09:00
62f6683a20
Split hit explosion positioning from column
smoogipoo
·
2020-04-02 14:37:29 +09:00
94031b57ea
Merge branch 'master' into fix-default-explosion-position
Dan Balasescu
·
2020-04-01 20:03:23 +09:00
33119d38ad
Fix incorrect explosion position on default skin
smoogipoo
·
2020-04-01 20:01:35 +09:00
f4d8defa48
Fix barlines scrolling at different speeds in legacy skins
smoogipoo
·
2020-04-01 18:00:17 +09:00
59eac34d82
Implement mania note skinning
smoogipoo
·
2020-03-31 15:29:25 +09:00
c4f76ffdaf
Merge branch 'mania-key-area-skinning' into mania-note-skinning
smoogipoo
·
2020-03-31 15:23:59 +09:00
211a8db4c5
Merge branch 'mania-hitobject-area-skinning' into mania-note-skinning
smoogipoo
·
2020-03-31 15:20:56 +09:00
538dc0c558
Implement mania hit target skinning
smoogipoo
·
2020-03-31 12:17:44 +09:00
02237133cb
Add mania key area skinning
smoogipoo
·
2020-03-31 11:23:33 +09:00
cb1513b374
Implement column background skinning
smoogipoo
·
2020-03-31 10:57:56 +09:00
44727eb2b8
Apply OnRelease method signature refactorings
smoogipoo
·
2020-01-22 13:22:34 +09:00
7b2f58eb30
Move hit target bar height def to defaulthittarget
mcendu
·
2020-01-11 21:19:46 +08:00
76c70a7622
Use hitTarget in place of stageHint
mcendu
·
2019-12-29 23:37:28 +08:00
20c5748342
remove override
mcendu
·
2019-12-29 23:29:00 +08:00
51000765dd
Remove class StageHint and usage
mcendu
·
2019-12-29 23:18:50 +08:00
61fb9f5613
Make AccentColour of StageHint virtual
mcendu
·
2019-12-29 14:52:51 +08:00
cdfbe96e9b
correct type of field stageHint
mcendu
·
2019-12-28 14:05:46 +08:00
5d2b5cc950
Move mania stage hint to its own class
mcendu
·
2019-12-28 13:48:10 +08:00
bf162f148e
Dim column backgrounds further
Dean Herbert
·
2019-09-11 18:21:39 +09:00
b9e71d26b2
Reduce opacity of judgement area
Dean Herbert
·
2019-09-11 18:21:29 +09:00
c7186efd53
Update framework
Dean Herbert
·
2019-08-21 13:29:50 +09:00
48716f8f2b
Adjust namespaces
smoogipoo
·
2019-04-02 14:51:28 +09:00
a56e29347f
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Revert some more instances of 'e' variable names
Dean Herbert
·
2019-02-22 20:15:25 +09:00
367bc53a06
Apply suggestions from code review
Co-Authored-By: smoogipoo <
1329837+smoogipoo@users.noreply.github.com
>
Dean Herbert
·
2019-02-22 17:06:49 +09:00
452caabd40
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Simplify creation of a playfield
smoogipoo
·
2018-09-21 14:35:50 +09:00
368ceec47c
Retrieve the mania key action through DI
smoogipoo
·
2018-07-02 12:31:41 +09:00
f007e71c87
Reduce line length
Dean Herbert
·
2018-06-25 19:28:38 +09:00
a397827841
A bit of cleanup
smoogipoo
·
2018-06-11 16:10:27 +09:00
10d1dfa7cd
Make IScrollingInfo and store direction as bindable
smoogipoo
·
2018-06-11 13:42:13 +09:00
baaf431b9e
DI the scrolling info rather than pass by ctor
smoogipoo
·
2018-06-11 13:42:13 +09:00
ca5103615d
Make the column hitobject area follow the scroll direction
smoogipoo
·
2018-06-07 21:40:12 +09:00
32037701bf
Reorder fields
smoogipoo
·
2018-06-07 21:19:31 +09:00
0c35908802
Make the column key area follow the scroll direction
smoogipoo
·
2018-06-07 21:13:57 +09:00
207cdbdefe
Make background handle its own lit state
smoogipoo
·
2018-06-07 20:59:04 +09:00
d49758d149
First
Previous
1
2
Next
Last