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-06-09 16:44:40 +08:00
Code
Issues
Releases
Wiki
Activity
35,857
Commits
4
Branches
802
Tags
303cc62ee7c8eec32cb9cd4522202bb3cbdf512d
Commit Graph
2932 Commits
Transfer flags indicating if settings were changed
Bartłomiej Dach
·
2021-01-06 22:46:46 +01:00
303cc62ee7
Ensure that all changes to screen backgrounds are on the correct thread
Dean Herbert
·
2021-01-05 15:22:50 +09:00
b3f08b29ca
Clarify & cleanup comments some
Bartłomiej Dach
·
2021-01-03 13:44:29 +01:00
9e4a925ab1
Rename parameters for readability
Bartłomiej Dach
·
2021-01-03 13:25:44 +01:00
a3e29b9154
Copy values using Bind to also copy defaults
Dean Herbert
·
2021-01-03 20:45:03 +09:00
2501707d7d
Add internal pathway for ensuring correct application of bindable mods
Dean Herbert
·
2021-01-03 15:48:28 +09:00
29dbb1cc0d
Simplify some default value checks (we are sure the return is an IBindable)
Dean Herbert
·
2021-01-03 15:47:15 +09:00
23e216fa0b
Source display accuracy from header and remove from ScoreProcessor function
Dean Herbert
·
2020-12-24 14:57:23 +09:00
d66e218318
Merge branch 'master' into realtime-leaderboard
Bartłomiej Dach
·
2020-12-23 09:56:47 +01:00
64095307de
Fix realtime leaderboard showing accuracy based on final base score, not rolling
Dean Herbert
·
2020-12-23 14:20:35 +09:00
be427a4ec0
Merge branch 'master' into present-recommended
Dean Herbert
·
2020-12-22 13:52:29 +09:00
d229fbba6e
Merge branch 'master' into fix-texture-loader-usages
Bartłomiej Dach
·
2020-12-21 18:35:34 +01:00
f96d2f4ba4
Merge branch 'master' into fix-texture-loader-usages
Dean Herbert
·
2020-12-21 13:51:55 +09:00
bc212b2538
Fix a couple of simple cases of incorrect TextureLoaderStore initialisation
Dean Herbert
·
2020-12-21 13:35:46 +09:00
a8569fe15c
Add guard when clearing samples
Bartłomiej Dach
·
2020-12-20 15:42:24 +01:00
a31e8d137f
Extract combo & accuracy ratio calculation helpers
Bartłomiej Dach
·
2020-12-19 19:08:29 +01:00
ee33c0be93
Correctly account for max combo of the input, rather than the global
Dean Herbert
·
2020-12-17 16:05:41 +09:00
f13683dc90
Revert MaxBaseScore to being a private field (no longe required to be public)
Dean Herbert
·
2020-12-17 15:47:20 +09:00
41d8b84bd7
Add method to ScoreProcessor to calculate score and accuracy from statistics
Dean Herbert
·
2020-12-16 16:20:29 +09:00
2954218897
Add header class and basic flow for propagating data updates
Dean Herbert
·
2020-12-14 17:33:23 +09:00
64a2526678
Pass a score to the replay recorder to allow reading more general scoring data
Dean Herbert
·
2020-12-14 16:52:14 +09:00
1793385e96
Seal SetRecordTarget method to simplify modification
Dean Herbert
·
2020-12-14 16:44:29 +09:00
51e8a05f18
Fix scrolling hit object displayed in wrong position for one frame
ekrctb
·
2020-12-07 17:26:12 +09:00
a548269c34
Merge branch 'master' into fix-sample-expire
Dean Herbert
·
2020-12-04 13:49:08 +09:00
a0f92628ac
Merge branch 'master' into dho-remove-onparentreceived
Dean Herbert
·
2020-12-04 11:04:56 +09:00
5ded4b9faa
Apply review suggestions
Endrik Tombak
·
2020-12-03 19:44:12 +02:00
48dad61a46
Remove OnParentReceived()
smoogipoo
·
2020-12-03 20:08:42 +09:00
0bdf99b97a
Change order of OnParentReceived()
smoogipoo
·
2020-12-03 20:06:26 +09:00
73e99718bc
Fix DHO expires while hit sound is playing
ekrctb
·
2020-12-03 12:32:49 +09:00
6c46046c24
Merge branch 'master' into hit-sample-pooling
smoogipoo
·
2020-12-02 14:45:24 +09:00
e831c797f3
Rename parameters
smoogipoo
·
2020-12-02 10:55:48 +09:00
2150cf1c52
Fix potentially incorrect override
smoogipoo
·
2020-12-02 10:54:26 +09:00
e19ef9627a
Volume should be 0 by default
smoogipoo
·
2020-12-01 18:14:14 +09:00
2840405112
Fix bad equality comparer implementations
smoogipoo
·
2020-12-01 18:13:53 +09:00
6b4a6c12c8
Volume should be 0 by default
smoogipoo
·
2020-12-01 18:09:28 +09:00
17560aeeea
Fix bad equality comparer implementations
smoogipoo
·
2020-12-01 18:09:21 +09:00
dda4d76d72
Remove unused method
smoogipoo
·
2020-12-01 17:02:45 +09:00
4900589af4
Merge branch 'immutable-hit-samples' into hit-sample-pooling
smoogipoo
·
2020-12-01 16:05:28 +09:00
2bb7484608
Implement equality comparers for HitSampleInfo
smoogipoo
·
2020-12-01 16:04:08 +09:00
199710b941
Make HitSampleInfo immutable
smoogipoo
·
2020-12-01 15:37:51 +09:00
5760e1c1fc
Merge branch 'master' into editor-beat-snap-always
Bartłomiej Dach
·
2020-11-30 18:39:22 +01:00
5fbe1823a0
Merge branch 'master' into hit-sample-pooling
Dean Herbert
·
2020-11-30 22:25:28 +09:00
51741c4791
Merge pull request
#10962
from smoogipoo/improve-dho-time-offsets
Fix judgement offsets in non-framestable contexts
Dean Herbert
·
2020-11-30 19:13:25 +09:00
7f34e11467
Fix outdated xmldoc
Dean Herbert
·
2020-11-30 18:35:30 +09:00
3ad2eeaff5
Merge branch 'master' into editor-beat-snap-always
Dean Herbert
·
2020-11-30 18:34:38 +09:00
c17d67bc7d
Merge branch 'master' into hit-sample-pooling
smoogipoo
·
2020-11-30 18:31:58 +09:00
4bbeb9ebd4
Merge pull request
#10950
from ekrctb/pool-scrolling
Support hit object pooling in ScrollingPlayfield
Dan Balasescu
·
2020-11-30 18:29:34 +09:00
b56e832e83
Merge branch 'master' into improve-dho-time-offsets
smoogipoo
·
2020-11-30 18:01:48 +09:00
8f48389f89
More reordering of public vs private methods
smoogipoo
·
2020-11-30 17:44:58 +09:00
7ac2fba127
Merge branch 'master' into fruit-bindables
Dan Balasescu
·
2020-11-30 16:48:22 +09:00
11d1450c76
First
Previous
1
2
3
4
5
...
Next
Last