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-19 03:19:52 +08:00
Code
Issues
Releases
Wiki
Activity
39,398
Commits
4
Branches
793
Tags
a1d63243a4287d705a1e99264c0cd74c7e3a0330
Commit Graph
191 Commits
Move main menu (song select) presentation logic to a local implementation
Reduces cross-dependencies between OsuGame and MainMenu.
Dean Herbert
·
2021-03-03 14:13:51 +09:00
fcea900a53
Consume new method in existing usages (and remove some unnecessary set/unset code)
Dean Herbert
·
2021-02-18 15:01:11 +09:00
421cdb6650
Ensure that all changes to screen backgrounds are on the correct thread
Dean Herbert
·
2021-01-05 15:22:50 +09:00
b3f08b29ca
Re-namespace all files in OnlinePlay directory
Bartłomiej Dach
·
2020-12-25 16:50:09 +01:00
83fb7c7a1a
PlaylistsMultiplayer -> Playlists
Dean Herbert
·
2020-12-25 23:47:18 +09:00
836d1491d0
RealtimeMultiplayer -> Multiplayer
Dean Herbert
·
2020-12-25 14:10:59 +09:00
5d4b73baa5
Timeshift -> Playlists at a code level
Dean Herbert
·
2020-12-25 13:11:21 +09:00
a1384942b1
Split into two actions
smoogipoo
·
2020-12-22 14:55:25 +09:00
3bf670510a
Add button to main menu
smoogipoo
·
2020-12-21 18:38:44 +09:00
0566ed1a9b
Abstract RoomManager and Multiplayer
smoogipoo
·
2020-12-19 00:52:27 +09:00
4494bb1eb5
Merge branch 'master' into editor-new-beatmap
Dean Herbert
·
2020-09-04 13:11:59 +09:00
1f2f21e07a
Merge branch 'master' into game-overlay-activation-mode
Dan Balasescu
·
2020-09-03 13:34:22 +09:00
84b3604192
Start with a fresh beatmap when entering editor from main menu
Dean Herbert
·
2020-09-03 13:20:23 +09:00
e032844570
Add back disabling of overlays on exiting game.
Lucas A
·
2020-08-29 19:34:53 +02:00
8de7744b52
Rename resolved variable in MainMenu
Dean Herbert
·
2020-08-16 23:04:54 +09:00
a6708c4286
Make MusicController non-nullable
smoogipoo
·
2020-08-11 12:40:58 +09:00
7d35893ecd
Update inspections
smoogipoo
·
2020-08-07 20:51:56 +09:00
5002d69f69
Ensure CurrentTrack is never null
smoogipoo
·
2020-08-07 19:43:16 +09:00
61b632516e
Refactor MainMenu
smoogipoo
·
2020-08-06 18:54:14 +09:00
f8279dab32
Expose track from MusicController
smoogipoo
·
2020-08-06 16:24:14 +09:00
5c05fe3988
Move track to MusicController, compiles
smoogipoo
·
2020-08-06 16:24:14 +09:00
6e42b8219c
Fix behavioural regression by splitting methods out
Dean Herbert
·
2020-07-10 18:03:56 +09:00
1760cc2427
Ensure music starts when returning to lounge or main menu
Dean Herbert
·
2020-07-10 17:20:27 +09:00
44fdb5b82e
Move dialog classes to own file
Dean Herbert
·
2020-07-06 23:44:26 +09:00
a650a5ec83
Move start fresh button above
smoogipoo
·
2020-07-06 22:41:51 +09:00
ddac511c8c
Apply suggestions from code review
Co-authored-by: Dean Herbert <
pe@ppy.sh
>
Dan Balasescu
·
2020-07-06 22:40:45 +09:00
8f792603ee
Add dialog for storage options
smoogipoo
·
2020-07-06 22:03:09 +09:00
1effe71ec2
Expose MainMenu Track as internal get private set
Shivam
·
2020-06-29 02:10:40 +02:00
444504f2b9
Add spaces to comments
alex
·
2020-05-04 18:36:24 -07:00
0e2ccac33b
Remove unused classes and replace overlay in game
Dean Herbert
·
2020-04-21 16:38:47 +09:00
1cec0575b7
Correct spelling
Alchyr
·
2020-04-07 17:34:18 -07:00
737a3b608a
Fix intro tests not asserting pass or working at all
Dean Herbert
·
2020-03-25 15:12:19 +09:00
880d138a47
Open rankings overlay on spotlights page.
Lucas A
·
2020-02-25 20:57:15 +01:00
535a7989d6
Show RankingsOverlay when clicking on charts button
Lucas A
·
2020-02-22 11:55:34 +01:00
c9d600b69c
Ensure game is at main menu before performing exit on screen
Dean Herbert
·
2020-02-11 22:37:38 +09:00
2a67246b21
Fix NullReferenceException on main menu for mobile game hsots
Salman Ahmed
·
2020-01-25 11:41:26 +03:00
8aec9e4500
Fix regressed input handling order
Dean Herbert
·
2020-01-24 17:15:05 +09:00
f9e93e2a6a
Tidy up implementation and show on returning with new song
Dean Herbert
·
2020-01-24 16:27:37 +09:00
f9a54dfb1d
Fade out instead of insta hiding on menu suspending
Andrei Zavatski
·
2020-01-11 22:43:07 +03:00
730cc92bf3
Add AllowUpdates flag to SongTicker
Andrei Zavatski
·
2020-01-11 18:27:22 +03:00
bd33687f53
Some animation adjustments
Andrei Zavatski
·
2020-01-11 07:17:13 +03:00
d59cae33d3
Move only ButtonSystem on screen changes rather than everything
Andrei Zavatski
·
2020-01-11 07:08:00 +03:00
7716a555ec
Implement SongTicker component
Andrei Zavatski
·
2020-01-11 06:58:35 +03:00
6500cc967f
Invert if
mcendu
·
2019-12-22 21:39:25 +08:00
796223d3e0
Integrate auto click into exit confirmed check
mcendu
·
2019-12-22 21:20:55 +08:00
1f41acc5b9
Animate "Good bye" instead on exit
mcendu
·
2019-12-22 20:52:00 +08:00
5d29ff29cb
Combine and simplify beatmap change logic
Dean Herbert
·
2019-11-22 02:32:02 +09:00
f390e558c7
Allow screen to specify whether to apply audio rate adjustments from mods
Dean Herbert
·
2019-11-15 13:47:14 +09:00
6d06b444ba
Change bindable int to float
HDragonHR
·
2019-10-02 12:26:46 +08:00
faf8fe132e
Rename and add simple xmldoc
Dean Herbert
·
2019-09-28 20:21:51 +08:00
a45f8c968b
First
Previous
1
2
3
4
Next
Last