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-25 13:28:17 +08:00
Code
Issues
Releases
Wiki
Activity
32,051
Commits
4
Branches
796
Tags
835c8d74b77298faef44e1b37a45596e9ff93cd9
Commit Graph
164 Commits
Update class exclusion for dynamic compilation
smoogipoo
·
2020-09-04 20:41:08 +09:00
1143d5d992
Add ability to skip cutscene with forward mouse button
Joehu
·
2020-08-17 23:21:44 -07:00
f4f642fbcf
Remove whitespace
Dan Balasescu
·
2020-07-14 20:37:21 +09:00
b64ddf061e
Merge branch 'master' into gameplay-pause-via-middle-mouse
Dean Herbert
·
2020-07-14 07:39:02 +09:00
064814f70a
Allow pausing gameplay via middle mouse button
Dean Herbert
·
2020-07-12 23:03:03 +09:00
08696b9bca
Added notifications keybinding
Implementation of
#9502
vntxx
·
2020-07-12 12:44:00 +02:00
d18609e900
Fix key bindings switching order at random on consecutive "reset to defaults"
Dean Herbert
·
2020-07-08 15:24:26 +09:00
6c8b6f05f8
Add shortcut to go home
Joehu
·
2020-06-14 11:22:38 -07:00
b8fa1a2c41
Fix DatabasedKeyBindingContainer not using defaults for non-databased ruleset
Dean Herbert
·
2020-04-20 09:35:00 +09:00
f3fee73441
Change default global bindings for volume changing to include the alt key prefix
Dean Herbert
·
2020-03-02 18:59:05 +09:00
6989738710
Add SelectNext and SelectPrevious global actions
Dean Herbert
·
2020-03-02 18:55:28 +09:00
489bf16bea
Change matching mode for global actions to better discern similar binds
Dean Herbert
·
2020-03-02 18:54:00 +09:00
ee73f3e2b2
Apply OnRelease method signature refactorings
smoogipoo
·
2020-01-22 13:22:34 +09:00
7b2f58eb30
Add global action for toggling now playing overlay
Joehu
·
2020-01-11 11:43:51 -08:00
f43602518a
Fix osu!direct global action not being bound to a key
Joehu
·
2020-01-05 18:59:06 -08:00
d188d33f18
Use typeparamref.
Huo Yaoyuan
·
2019-11-17 20:48:23 +08:00
f05b83d7d4
Apply other styles.
Huo Yaoyuan
·
2019-11-11 20:27:04 +08:00
e9b8cbb516
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Update in line with framework changes
Dean Herbert
·
2019-08-27 18:43:58 +09:00
b59973c712
Update comment
Dean Herbert
·
2019-08-13 19:52:40 +09:00
5963f7d914
Group key bindings together
Dean Herbert
·
2019-08-13 12:40:20 +09:00
5dbde38a6b
Remove "jukebox" terminology
Dean Herbert
·
2019-08-13 12:06:57 +09:00
f3380c9372
Add dual bindings for Jukebox hotkeys
Lucas A
·
2019-08-11 19:14:49 +02:00
e4eed83d85
Use media keys as default bindings for jukebox.
Lucas A
·
2019-08-10 16:33:16 +02:00
7825923cb6
Merge branch 'refactor-osd' into music-controller-hotkeys
Lucas A
·
2019-08-10 16:25:59 +02:00
8c630b4f4c
Update framework
Dean Herbert
·
2019-07-11 22:33:51 +09:00
b6e15fb791
Set default keybindings for jukebox to stable's ones.
Lucas A
·
2019-07-10 21:55:43 +02:00
b32b078e48
Fix CI issues + minor issues
Lucas A
·
2019-07-05 16:51:15 +02:00
5f8bd6eca7
Add global actions for game-wide music jukebox manipulation
Lucas A
·
2019-07-05 16:14:04 +02:00
70372dd03d
Fix keybindings being offset
Dean Herbert
·
2019-06-25 17:16:19 +09:00
93b6d5b7e3
Change case to match; change hotkey to be more globally usable (previous has conflict on macOS)
Dean Herbert
·
2019-06-24 18:19:17 +09:00
2ea5165803
Merge remote-tracking branch 'upstream/master' into quickEscape
Dean Herbert
·
2019-06-24 18:14:48 +09:00
d70248338d
Apply more missed cases
Dean Herbert
·
2019-04-01 12:44:46 +09:00
c39c37a18d
Merge branch 'master' into more-inspections
Dean Herbert
·
2019-02-28 14:32:57 +09:00
0788a7e9f1
Use expression body for property get/set where possible
Dean Herbert
·
2019-02-28 13:58:19 +09:00
42be7857d1
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Merge branch 'master' into fix-idle-weirdness
Dean Herbert
·
2019-01-25 17:52:59 +09:00
4a59ccb81d
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Fix global idle state being entered when overlays are visible
Dean Herbert
·
2019-01-04 16:26:10 +09:00
4c2c7bd937
Merge branch 'master' into scoredatabase
Dean Herbert
·
2018-11-30 14:59:58 +09:00
271dcded3c
Merge branch 'master' into keypad-enter
Jack Scotson
·
2018-11-29 13:51:07 +00:00
e11b2218cb
Move primary key attribute to IHasPrimaryKey
smoogipoo
·
2018-11-28 13:19:23 +09:00
14ff4bc26a
Use IBindable<>
Dean Herbert
·
2018-11-26 17:07:30 +09:00
32b36f2883
Specify RelativeSizeAxes in ctor
This is basically always the behaviour we want.
Dean Herbert
·
2018-11-26 17:07:20 +09:00
266873740d
Mvoe private method to bottom
Dean Herbert
·
2018-11-26 16:33:58 +09:00
68f0d25550
Use bindable flow for checking idle time
Dean Herbert
·
2018-11-26 16:32:59 +09:00
8d65d49126
Merge branch 'master' into fix_idle_tracker
Dean Herbert
·
2018-11-26 15:24:44 +09:00
fe5b043a59
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Make IdleTracker IHandleGlobalInput
Roman Kapustin
·
2018-11-19 20:50:46 +03:00
285b199d7d
First
Previous
1
2
3
4
Next
Last