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 17:49:57 +08:00
Code
Issues
Releases
Wiki
Activity
19,539
Commits
4
Branches
796
Tags
a3de369c201a8e71aba7f1fdcbeaa29dcb589302
Commit Graph
19539 Commits
This Branch
This Branch
All Branches
Fix int truncation.
Dean Herbert
·
2017-03-07 11:29:55 +09:00
12c316aba4
Fix remaining errors.
Dean Herbert
·
2017-03-07 10:42:59 +09:00
9106c45858
Update framework.
Dean Herbert
·
2017-03-07 10:19:02 +09:00
2198fab7f3
Add missing IncompatibleMods.
Dean Herbert
·
2017-03-07 09:16:47 +09:00
39ff68a812
ArchiveManager decoupling
Alex Amadori
·
2017-03-07 00:10:33 +01:00
aee7b05bae
Fix test
Alex Amadori
·
2017-03-07 00:03:04 +01:00
a297489151
Refactor ArchiveReader for extensibility
Alex Amadori
·
2017-03-06 23:56:08 +01:00
fd53d10264
Merge branch 'master' into increase-ci-strictness
Thomas Müller
·
2017-03-06 21:44:39 +01:00
9b92e99ce9
Merge pull request
#446
from peppy/options-footer
Options footer
Thomas Müller
·
2017-03-06 21:44:19 +01:00
f0126e8c76
Merge branch 'master' into options-footer
Thomas Müller
·
2017-03-06 20:01:51 +01:00
6e9c4a4251
Update framework
Thomas Müller
·
2017-03-06 20:01:36 +01:00
1fdf865c88
Merge pull request
#447
from peppy/general-fixes
General fixes
Thomas Müller
·
2017-03-06 20:01:08 +01:00
2d7d499f3d
Refactor IsDebug
Thomas Müller
·
2017-03-06 19:59:29 +01:00
9fd16be2d4
Update deselect logic.
Change to DeselectTypes to avoid enumerating children for multi times.
Huo Yaoyuan
·
2017-03-07 01:15:21 +08:00
27edc9971e
Fix and update mode changing handling.
Huo Yaoyuan
·
2017-03-07 01:01:42 +08:00
eda7e1b26f
Fix missed color during loading.
Huo Yaoyuan
·
2017-03-07 00:46:36 +08:00
5cd859ecf1
Add abstract ModType for ModSection.
Huo Yaoyuan
·
2017-03-07 00:32:22 +08:00
836484ba51
Use Bindable<IEnumerable<Mod>> to fit other changes.
Huo Yaoyuan
·
2017-03-07 00:17:06 +08:00
318ab68af1
Simplify ModSection.
Huo Yaoyuan
·
2017-03-07 00:12:06 +08:00
59d1fdb032
Fix remaining usage of hit window constants.
Dean Herbert
·
2017-03-06 23:26:57 +09:00
fc6bd386ea
Fix typo.
Dean Herbert
·
2017-03-06 23:00:21 +09:00
b55a579d15
Required changes for framework merge (
https://github.com/ppy/osu-framework/pull/554
).
Dean Herbert
·
2017-03-06 22:08:02 +09:00
57cbecba83
Add option toggle for debug cached setting.
Dean Herbert
·
2017-03-06 22:07:46 +09:00
dcc7386609
Refactor icon management of ModButton.
Huo Yaoyuan
·
2017-03-06 19:03:26 +08:00
564b3f0706
Add error handling to import process (resolves await warning).
Dean Herbert
·
2017-03-06 19:59:40 +09:00
f5c27d99a4
Raise errors on unnecessary using statements.
Dean Herbert
·
2017-03-06 19:15:47 +09:00
c24a4f57d9
Handle left and right mouse button only.
Huo Yaoyuan
·
2017-03-06 18:02:51 +08:00
a91d897282
Ensure AssemblyName is never null (seems to be on CI server).
Dean Herbert
·
2017-03-06 19:00:15 +09:00
1e48b0a037
Fix a few naming issues.
Dean Herbert
·
2017-03-06 18:49:23 +09:00
88f3dc0e02
Merge remote-tracking branch 'peppy/less-mods-enum' into modselect
Huo Yaoyuan
·
2017-03-06 17:35:15 +08:00
f6f20cafd3
Add sane defaults for abstract Mod class and remove remaining use of enum.
Dean Herbert
·
2017-03-06 18:29:19 +09:00
12a3b1414f
Don't use Mods enum for handling incompatible mods.
Dean Herbert
·
2017-03-06 18:29:17 +09:00
45f500920c
selectedMod -> selectedIndex
Huo Yaoyuan
·
2017-03-06 17:21:25 +08:00
ad75ead665
Remove one-entry backing fields.
Huo Yaoyuan
·
2017-03-06 17:14:41 +08:00
c2cf5242e1
Fix WaveOverlayContainer staying visible when hidden.
Dean Herbert
·
2017-03-06 17:32:13 +09:00
463c887879
Add keyboard shortcuts at song select for mod/random/options.
Dean Herbert
·
2017-03-06 17:32:12 +09:00
9908c1905d
Fix crash on opening options before intro has played.
Dean Herbert
·
2017-03-06 17:32:10 +09:00
5ec2db6558
Add options footer.
Dean Herbert
·
2017-03-06 17:30:46 +09:00
b5aff9df5f
Move version-related properties to OsuGameBase.
Dean Herbert
·
2017-03-06 17:30:44 +09:00
0ee38571a6
Don't expicitly set origin of TextAwesome.
Dean Herbert
·
2017-03-06 17:06:48 +09:00
e356758a7d
Simplify SelectedMods.
Huo Yaoyuan
·
2017-03-06 15:39:27 +08:00
a34e6453bf
Only show replay cursor when replay input is present.
Dean Herbert
·
2017-03-06 15:24:00 +09:00
610de4a34c
Make Mods IEnumerable.
Dean Herbert
·
2017-03-06 15:20:55 +09:00
2de25c23b4
Fail on drag drop operations with mixed files.
Dean Herbert
·
2017-03-06 15:03:58 +09:00
ff51af94ec
Add bindable mods and autoplay support.
Dean Herbert
·
2017-03-06 14:52:37 +09:00
76ef8c1a6c
Fix PlayMode regression.
Dean Herbert
·
2017-03-06 14:25:38 +09:00
1ea21daa91
Update second usage of comment.
Dean Herbert
·
2017-03-06 14:20:44 +09:00
652d18aada
Remove unnecessary bounds check.
Dean Herbert
·
2017-03-06 14:19:22 +09:00
4118be6388
Improve NextFrame.
Dean Herbert
·
2017-03-06 14:18:44 +09:00
809828f0ba
Improve comment of SetFrameFromTime.
Dean Herbert
·
2017-03-06 14:15:43 +09:00
1b03998b86
First
Previous
...
344
345
346
347
348
...
Next
Last