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 04:19:54 +08:00
Code
Issues
Releases
Wiki
Activity
218
Commits
4
Branches
799
Tags
99c8f618af1c19ef46b03a7ca95e1825ce49c459
Commit Graph
50 Commits
Don't rely on return value of Container.Add.
Thomas Müller
·
2016-10-09 11:55:52 +02:00
99c8f618af
Use own Scheduler instead of Game.Scheduler.
Thomas Müller
·
2016-10-08 11:33:24 +02:00
0c793dfe69
Fix welcome sound being played twice.
Dean Herbert
·
2016-10-08 15:54:08 +09:00
93f326bb9b
Block window closing while intro is playing.
Dean Herbert
·
2016-10-08 15:54:07 +09:00
243d2cdec5
Make sure intro can't be exited unless the main menu has displayed once.
Dean Herbert
·
2016-10-08 15:54:06 +09:00
08728b84d1
Unify and smiplify exit logic. Now only OsuGame calls the final Exit.
Dean Herbert
·
2016-10-08 15:54:05 +09:00
c5228b63cb
Add the ability to exit the game using escape.
Dean Herbert
·
2016-10-08 15:54:05 +09:00
c5ac851ba9
Add basic intro sequence.
Dean Herbert
·
2016-10-08 15:54:04 +09:00
b2d899feb5
Move BackgroundModes to their own files.
Dean Herbert
·
2016-10-08 15:53:57 +09:00
d1dfa120d1
Add intro and begin to create central logic nest.
Dean Herbert
·
2016-10-08 15:53:56 +09:00
d6042bd689
Remove unusable "tests" button from main menu system.
Dean Herbert
·
2016-10-08 15:53:54 +09:00
a23ca25e7d
Add main menu music back.
Dean Herbert
·
2016-10-08 15:53:53 +09:00
75c97a62e3
Improve white-boxed game modes.
Dean Herbert
·
2016-10-05 20:08:58 +09:00
c0f25a2683
Remove unused button state.
Dean Herbert
·
2016-10-05 20:07:15 +09:00
4eb310c3a5
Add BackgroundMode stack.
Dean Herbert
·
2016-10-05 20:06:55 +09:00
03aea04a00
Make Home, Settings and PlayMode buttons work.
Dean Herbert
·
2016-10-04 17:15:03 +09:00
11403a922a
Add basic layout for toolbar.
Dean Herbert
·
2016-10-03 20:39:32 +09:00
ddcd5ec286
Bring framework and resources up-to-date.
Dean Herbert
·
2016-10-01 19:05:26 +09:00
ac16bffe49
Remove unused variable.
Dean Herbert
·
2016-10-01 17:03:47 +09:00
af91341704
Use explicit cast to OsuGame rather than in-between derived classes.
# Conflicts: # osu.Game/GameModes/Menu/MainMenu.cs
Dean Herbert
·
2016-10-01 17:02:57 +09:00
5afb038025
Add parallax to ButtonSystem.
Dean Herbert
·
2016-10-01 17:02:20 +09:00
40e5a449bf
Adjust scale and outwards transition of ButtonSystem.
Dean Herbert
·
2016-10-01 17:02:01 +09:00
4ad618abc9
Add delay for exit process.
Dean Herbert
·
2016-09-30 13:31:05 +09:00
463f606004
Add OsuGameMode. Standardise naming of classes.
Dean Herbert
·
2016-09-30 13:30:55 +09:00
357c94ed8a
Basic white-boxing of all game modes.
Dean Herbert
·
2016-09-29 23:51:17 +09:00
154226b9a3
Fix a few warnings.
Dean Herbert
·
2016-09-29 23:46:27 +09:00
a69c5b4fc0
Add TestCase for main menu ButtonSystem.
Dean Herbert
·
2016-09-29 23:46:24 +09:00
7dcf2c6269
Add basic implementation of VisualTest framework for osu! project.
Comes with one complimentary test.
Dean Herbert
·
2016-09-24 15:47:17 +09:00
7bdb2fcfc7
Fix indentation.
Dean Herbert
·
2016-09-24 15:35:27 +09:00
9891e72114
Remove silly textboxes.
Dean Herbert
·
2016-09-24 00:09:59 +09:00
c64dfca82e
Add back TextAwesome and osu!font.
Dean Herbert
·
2016-09-24 00:05:09 +09:00
f936618156
Update framework again.
Dean Herbert
·
2016-09-21 17:37:33 +09:00
997c6f45f6
Framework updates.
Dean Herbert
·
2016-09-20 14:41:55 +09:00
b9de26aa26
Reverts a small bandaid fix that's no longer necessary relating to the order in which osulogo is initialised.
Remie Richards
·
2016-09-19 01:57:15 +01:00
3b1ef0b991
Fixes invalid button scaling, Fixes invalid button location (they were oddly shifted to the right)
Remie Richards
·
2016-09-19 01:47:14 +01:00
3c297064b6
Fixes over-scaling, Brings osu! logo back to the front
Remie Richards
·
2016-09-19 01:35:50 +01:00
320f76d860
Missed an extra set of () on an object initialiser
Remie Richards
·
2016-09-18 20:49:01 +01:00
80dfad9af9
Replaced all Add() calls in Load()s with direct Children = new Drawable[] {} settings, for consistency
Remie Richards
·
2016-09-18 20:41:53 +01:00
314b0dfc04
Clears out old tests (use the framework tests!), Replaces osu.Game.Graphics.UserInterface references with osu.Framework.Graphics.UserInterface
Remie Richards
·
2016-09-17 21:54:52 +01:00
4754c0e2d1
Updates to latest osu-framework, Updates existing Load() methods to use Children = new Drawable[]{} syntax
Remie Richards
·
2016-09-17 21:33:46 +01:00
1a5c2b5221
Update to latest framework version.
Dean Herbert
·
2016-09-11 03:04:47 +09:00
4a85d8627d
Drawable is abstract, let's not instantiate it.
Dean Herbert
·
2016-09-04 18:32:14 +09:00
7254c31a92
Update naming conventions.
Dean Herbert
·
2016-09-04 18:31:58 +09:00
23111821f5
Add sample TextBox and SpriteText to MainMenu for comparison.
Dean Herbert
·
2016-09-01 22:51:03 +09:00
586aaad2b0
Remove unnecessary file extension.
# Conflicts: # osu.Game/GameModes/Menu/MainMenu.cs
Dean Herbert
·
2016-09-01 22:47:48 +09:00
6e836708bd
Update SampleManager Get method call.
Dean Herbert
·
2016-09-01 22:47:48 +09:00
af3e024c7b
Replace custom delegates by generic delegates.
Huo Yaoyuan
·
2016-09-01 00:48:28 +08:00
6826391b7a
New style transformations.
Dean Herbert
·
2016-08-31 12:23:44 +09:00
e3ec485a9d
License -> Licence.
Dean Herbert
·
2016-08-26 17:27:49 +09:00
81f9ce657f
Initial commit.
Dean Herbert
·
2016-08-26 14:41:47 +09:00
6cbbeaaac0