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-28 10:30:22 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
799
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
75266 Commits
This Branch
This Branch
All Branches
Fix possible nullref.
smoogipooo
·
2017-05-18 19:05:03 +09:00
4e8ead9cf4
Attempt to solve warnings...
smoogipooo
·
2017-05-18 18:46:50 +09:00
c80e2e8f0a
Simplify method parameters, make conversion work again.
smoogipooo
·
2017-05-18 18:41:44 +09:00
35bd608a4a
Add hold end samples.
smoogipooo
·
2017-05-18 18:19:29 +09:00
a30e49d21b
Set siblings, removing warning.
smoogipooo
·
2017-05-18 18:15:09 +09:00
53a2f34f8b
Merge branch 'mania-beatmap-conversion' into mania-distance-object-conversion
smoogipooo
·
2017-05-18 18:14:11 +09:00
2c97313a20
Add siblings, will be used in generator branches.
smoogipooo
·
2017-05-18 18:13:08 +09:00
af129b3eab
Fix compilation due to previously-removed function.
smoogipooo
·
2017-05-18 18:11:09 +09:00
eae4f8b412
Add IHasDistance object pattern generation.
smoogipooo
·
2017-05-18 18:09:13 +09:00
2af025e630
Implement things a bit more to remove warnings.
smoogipooo
·
2017-05-18 18:04:32 +09:00
afd3eb4b8d
Make field readonly
EVAST9919
·
2017-05-18 11:50:15 +03:00
640c940fce
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-18 11:47:52 +03:00
1d80555d3b
This function can't be used for all pattern generations. So let's not use it.
smoogipooo
·
2017-05-18 17:43:59 +09:00
873ff34487
options -> settings
EVAST9919
·
2017-05-18 11:39:22 +03:00
83a89ce22d
Trim whitespace.
smoogipooo
·
2017-05-18 17:00:11 +09:00
af34777f44
Merge branch 'master' into mania-beatmap-conversion
Dan Balasescu
·
2017-05-18 15:44:32 +09:00
f7a1b21e77
Remove distance object pattern generator for now (next PR).
smoogipooo
·
2017-05-18 15:38:15 +09:00
164a1bb743
Merge pull request
#775
from smoogipooo/fast-random
Add FastRandom class for use in beatmap conversion.
Dean Herbert
·
2017-05-18 15:38:14 +09:00
dc5a9eb740
Merge branch 'master' into fast-random
Dean Herbert
·
2017-05-18 15:33:00 +09:00
521a0d8d04
Define the concept of patterns + additional comments.
smoogipooo
·
2017-05-18 15:05:45 +09:00
1fa1897d71
Move more functions to ObjectConversion + resharper cleanup.
smoogipooo
·
2017-05-18 14:17:23 +09:00
618c162535
Fix out of range exceptions due to out-of-order hitobjects.
smoogipooo
·
2017-05-18 14:08:48 +09:00
de8271ad6b
Fix distance object conversion not calculating end time.
smoogipooo
·
2017-05-18 14:08:32 +09:00
6dae5cbacf
Fix incorrect uint_to_real factor.
smoogipooo
·
2017-05-18 14:07:57 +09:00
6010243736
General fixes.
smoogipooo
·
2017-05-18 13:37:22 +09:00
7c48fb2b92
Renaming + commenting.
smoogipooo
·
2017-05-18 13:25:55 +09:00
c1a44ea6b4
better resizing
EVAST9919
·
2017-05-18 07:09:36 +03:00
d07d94d606
Make compile.
smoogipooo
·
2017-05-18 12:50:12 +09:00
16eda2467f
Fix incorrect note count probabilities.
smoogipooo
·
2017-05-18 12:39:51 +09:00
f6dc85c2f8
Finish up DistanceObjectConversion.
smoogipooo
·
2017-05-18 12:39:37 +09:00
e9275138e1
Merge remote-tracking branch 'refs/remotes/ppy/master' into ingame_options
EVAST9919
·
2017-05-18 06:36:15 +03:00
35bc3a42aa
Fix a few errors.
smoogipooo
·
2017-05-18 12:10:01 +09:00
22128f158c
Merge remote-tracking branch 'origin/master' into mania-beatmap-conversion
smoogipooo
·
2017-05-18 11:59:31 +09:00
eebd5a910e
Merge branch 'master' into auto-fix
Dean Herbert
·
2017-05-18 11:33:33 +09:00
0a60bd2fb3
Merge pull request
#783
from peppy/pause-container
PauseContainer
Dean Herbert
·
2017-05-18 09:43:39 +09:00
25385d408c
Use the end position of a previous note stack rather than the start position.
MrTheMake
·
2017-05-18 02:17:49 +02:00
58ebb24032
Fix not all cases of the auto replay generator fix being covered.
MrTheMake
·
2017-05-18 02:15:16 +02:00
91859042e8
Fixes the auto mod not hitting stacks of notes on certain maps.
MrTheMake
·
2017-05-18 01:54:17 +02:00
817bae3219
Added temporary difficulties on the panels
DrabWeb
·
2017-05-17 18:42:40 -03:00
b26c8dd1c7
Add back GetHashCode.
Huo Yaoyuan
·
2017-05-18 05:27:20 +08:00
cd065b8ff3
Design updates
DrabWeb
·
2017-05-17 18:10:29 -03:00
b3ef8b8fd4
Changed DirectPanel to a base class for DirectGridPanel and DirectListPanel
DrabWeb
·
2017-05-17 18:02:33 -03:00
cabfe72c92
Tidy up DrawableChannel.
Huo Yaoyuan
·
2017-05-18 04:08:47 +08:00
ffbab6bfeb
Basic direct panel, minor cleanups
DrabWeb
·
2017-05-17 16:37:34 -03:00
5fb445e3fe
add tab item
Jorolf
·
2017-05-17 21:16:53 +02:00
67806c4247
More missed exceptions.
Huo Yaoyuan
·
2017-05-18 02:46:12 +08:00
88f8619e9a
Use GroupBy in ChatOverlay.
Huo Yaoyuan
·
2017-05-18 02:40:36 +08:00
23e2d3ef07
Use string.Join in GetMessagesRequest.
Huo Yaoyuan
·
2017-05-18 02:40:33 +08:00
e2b1fcc088
Expire placeholder text.
Huo Yaoyuan
·
2017-05-18 02:40:29 +08:00
b5d7211cd6
Merge branch 'master' into generic-interface
Huo Yaoyuan
·
2017-05-18 02:40:05 +08:00
65ff66682a
First
Previous
...
1412
1413
1414
1415
1416
...
Next
Last