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-27 20:48:44 +08:00
Code
Issues
Releases
Wiki
Activity
19,824
Commits
4
Branches
799
Tags
6539c6da170a3202fbb2818ec96b184e3a97a5ea
Commit Graph
4131 Commits
Fix player loader not gets ready when multiple mouse button is down
ekrctb
·
2018-08-01 16:20:29 +09:00
ecc6d55380
Update TabControl subclasses to use AddInternal
Shane Woolcock
·
2018-07-31 20:52:11 +09:30
47533f83c3
size_x, size_y -> width, height
smoogipoo
·
2018-07-31 16:44:20 +09:00
c9d4332846
Make Ruleset non-public
Dean Herbert
·
2018-07-31 16:35:51 +09:00
9ab56bc4ef
Completely reuse TriangleButton
smoogipoo
·
2018-07-31 15:49:04 +09:00
c5a772bbc8
Merge branch 'master' into open-downloaded-beatmas
Dean Herbert
·
2018-07-31 13:21:14 +09:00
ddecf59cfd
Merge branch 'master' into add-skip-button-sound
Dan Balasescu
·
2018-07-30 17:56:08 +09:00
090bc592b5
Remove newline
Dean Herbert
·
2018-07-30 14:55:03 +09:00
8c3583ac54
Test KeyCounter.RestoreState
Roman Kapustin
·
2018-07-28 23:24:03 +03:00
3134e14b37
Fix nullref in KeyCounterCollection
Roman Kapustin
·
2018-07-28 22:16:14 +03:00
8bb83a8fd9
Call KeyCounter.RestoreState itself
Roman Kapustin
·
2018-07-28 13:22:52 +03:00
1e6220e3c0
Merge branch 'master' into open-downloaded-beatmas
Dean Herbert
·
2018-07-28 12:44:34 +09:00
b7de922896
Esc at the end of play should push to result screen
Closes
#3060
phosphene47
·
2018-07-28 08:34:51 +10:00
d32a3ff052
Remove useless things
AlFasGD
·
2018-07-27 12:52:33 +03:00
93cf063c97
Remove unnecessary using directive
AlFasGD
·
2018-07-27 12:40:38 +03:00
1962797e20
Privatise constants
AlFasGD
·
2018-07-27 12:34:11 +03:00
78cde95132
Remove whitespace
AlFasGD
·
2018-07-27 12:28:47 +03:00
3ee1353976
Prefer inheriting TriangleButton instead of Container
AlFasGD
·
2018-07-27 12:26:37 +03:00
2a819a53c0
Merge branch 'master' into fix-turkish-i
Dan Balasescu
·
2018-07-26 18:06:58 +09:00
ceaa23fbbb
Merge branch 'master' into labelled-text-box-fixes
Dan Balasescu
·
2018-07-25 21:21:06 +09:00
6c290702a3
Remove padding, fix corner radiuses
AlFasGD
·
2018-07-25 15:14:40 +03:00
c4b1ba2979
Merge branch 'master' into open-downloaded-beatmas
Dean Herbert
·
2018-07-25 12:38:49 +02:00
95cca046fb
Merge branch 'master' into fix-always-skipping
Dean Herbert
·
2018-07-25 12:30:39 +02:00
ff04527c6d
Add back blue border
smoogipoo
·
2018-07-25 18:38:50 +09:00
206e3686f2
Merge remote-tracking branch 'origin/master' into labelled-text-box
smoogipoo
·
2018-07-25 18:35:04 +09:00
127084ba74
Cleanup
smoogipoo
·
2018-07-25 18:34:47 +09:00
b60e4b0728
Merge branch 'master' into fix-always-skipping
Dan Balasescu
·
2018-07-25 15:30:24 +09:00
53e55c2f14
Merge branch 'master' into fix-turkish-i
Dean Herbert
·
2018-07-25 08:15:20 +02:00
38f221cd60
ToLower -> ToLowerInvariant
Dean Herbert
·
2018-07-25 07:37:05 +02:00
da8fc0ee5d
Trim whitespace that magically appeared
AlFasGD
·
2018-07-24 22:33:19 +03:00
6675c455f3
Clean code and apply requested changes
AlFasGD
·
2018-07-24 22:04:02 +03:00
3ca112aef0
Use ToUpperInvariant
Dean Herbert
·
2018-07-24 14:42:06 +02:00
5364a6148a
Fix usage of culture local ToUpper causing incorrect display on Turkish machines
Closes
#3098
.
Dean Herbert
·
2018-07-24 11:37:43 +02:00
ab9340f4be
Update framework from current master
AlFasGD
·
2018-07-24 11:32:24 +03:00
ebf14c9c93
Merge branch 'master' into circular-button
AlFasGD
·
2018-07-24 11:30:56 +03:00
d304aca08f
Add test case, rename component
AlFasGD
·
2018-07-24 11:23:38 +03:00
4d0d4523ca
Clean code
AlFasGD
·
2018-07-24 10:10:17 +03:00
0e50e4ee34
Remove custom text box
AlFasGD
·
2018-07-24 09:46:24 +03:00
765c6e4ecc
Make text colour white
AlFasGD
·
2018-07-24 09:21:01 +03:00
2f452c162c
Update framework and apply suggested changes
AlFasGD
·
2018-07-24 09:19:45 +03:00
a833fa3d92
Merge branch 'master' into labelled-text-box
AlFasGD
·
2018-07-24 09:19:22 +03:00
cd37b0df23
Apply proposed changes (untested)
AlFasGD
·
2018-07-23 15:44:10 +03:00
dd56a2d95f
Fix a potential InvalidOperationException when entering song select
Closes
#3052
.
Dean Herbert
·
2018-07-23 13:11:06 +02:00
1b456fd716
Fix incorrect variable usage
Dean Herbert
·
2018-07-23 08:33:47 +02:00
44a2ae5f9a
Merge remote-tracking branch 'upstream/master' into AlFasGD-mania-mask-container
Dean Herbert
·
2018-07-23 06:36:10 +02:00
aead4be134
Move states to KeyCounter
Roman Kapustin
·
2018-07-22 23:58:21 +03:00
332ad5bb67
Add more prominent sound when skipping
Dean Herbert
·
2018-07-22 22:57:55 +02:00
479fe98335
Fix gameplay always skipping to first hitobject time
Regresssed with previous build
Dean Herbert
·
2018-07-22 22:19:58 +02:00
3c59ccadd0
Rename Memento class
Roman Kapustin
·
2018-07-22 23:13:06 +03:00
ecd51d70f9
Resolve KeyCounterCollection merge conflict
Roman Kapustin
·
2018-07-22 21:15:53 +03:00
d387048057
First
Previous
...
23
24
25
26
27
...
Next
Last