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-26 03:09:54 +08:00
Code
Issues
Releases
Wiki
Activity
32,616
Commits
4
Branches
797
Tags
a920342a094c857962af199fc90becb69813eafd
Commit Graph
66 Commits
Merge branch 'master' into more-timeline-toggles
Dan Balasescu
·
2020-10-05 17:33:18 +09:00
16a599850c
Merge branch 'master' into editor-timing-screen-change-handling
Dan Balasescu
·
2020-10-05 15:40:43 +09:00
d3e1da5922
Merge branch 'master' into more-timeline-toggles
Bartłomiej Dach
·
2020-10-04 12:53:10 +02:00
7957773d58
Protect "use current time" button against crash when no timing point is selected
Dean Herbert
·
2020-10-03 01:27:42 +09:00
dab50bff6f
Change SliderWithTextBoxInput to transfer on commit
Dean Herbert
·
2020-10-02 17:59:57 +09:00
519c3ac2bd
Add change handling for sample section
Dean Herbert
·
2020-10-02 17:59:47 +09:00
9fc9009dbe
Add change handling for difficulty section
Dean Herbert
·
2020-10-02 17:58:27 +09:00
08faef694b
Add change handling for effects section
Dean Herbert
·
2020-10-02 17:58:23 +09:00
693a4ff474
Add change handling for timing section
Dean Herbert
·
2020-10-02 17:55:47 +09:00
98fd661b23
Push state change on control point group addition / removal
Dean Herbert
·
2020-10-02 17:49:38 +09:00
c1c5b5da8e
Don't update time if it hasn't changed
Dean Herbert
·
2020-10-02 17:35:41 +09:00
00eed29527
Add change handler logic
Dean Herbert
·
2020-10-02 17:32:34 +09:00
fc920a8899
Add basic textbox error handling
Dean Herbert
·
2020-10-02 15:33:33 +09:00
2698dc513f
Add settings section from TimingPointGroups on timing screen
Dean Herbert
·
2020-10-02 15:30:32 +09:00
959c8730f6
Move control point display to the base timeline class
We want them to display on all screens with a timeline as they are quite useful in all cases.
Dean Herbert
·
2020-10-01 18:16:12 +09:00
0d03084cdc
Ensure textbox always reverts to sane state on out-of-range failures
Dean Herbert
·
2020-10-01 13:06:24 +09:00
e0a0902a15
Merge branch 'master' into more-textbox-entry
Bartłomiej Dach
·
2020-09-30 23:54:00 +02:00
10ae93cc2e
Update to consume framework fixes
Dean Herbert
·
2020-09-30 20:27:02 +09:00
a11c74d600
Fix default value of bpm being too high
Dean Herbert
·
2020-09-30 18:08:55 +09:00
44fc0c6723
Add textbox entry for speed multiplier and volume
Dean Herbert
·
2020-09-30 17:52:12 +09:00
bc943dee53
Show control points in timing screen timeline
Dean Herbert
·
2020-09-30 17:00:42 +09:00
698042268f
Change default zoom of timing screen timeline to most zoomed out
Dean Herbert
·
2020-09-30 16:39:27 +09:00
5b200a8ca4
Simplify control point group binding/update logic
Dean Herbert
·
2020-09-30 16:02:22 +09:00
a40c2ea5ee
Standardise time display formats across the editor
Dean Herbert
·
2020-09-30 12:45:43 +09:00
1386c9fe66
Avoid destroying editor screens when changing between modes
Dean Herbert
·
2020-09-24 17:03:54 +09:00
158d307126
Increase max sane BPM value
Dean Herbert
·
2020-09-07 18:20:47 +09:00
1468b9589f
Move default declarations for readability
Dean Herbert
·
2020-09-07 18:18:50 +09:00
98676af7bb
Add BPM entry textbox
Dean Herbert
·
2020-09-07 18:18:50 +09:00
86512d6e8d
Limit BPM entry via slider to a sane range
Dean Herbert
·
2020-09-07 18:18:50 +09:00
6091714f15
Update BindableList usages
Dean Herbert
·
2020-09-01 11:56:23 +09:00
d45a1521a1
Move some suggestions to warnings, resolve issues
smoogipoo
·
2020-06-03 16:48:44 +09:00
f3b5149648
Merge branch 'editor-clock-cache' into editor-clock-transform
Dean Herbert
·
2020-05-22 19:51:02 +09:00
1486a44b55
Fix remaining test regressions
Dean Herbert
·
2020-05-22 19:49:49 +09:00
8b79e14225
Add tweening seek support to EditorClock
Dean Herbert
·
2020-05-22 16:47:52 +09:00
d18eb663b1
Cache and resolve editor clock as EditorClock in all cases
Dean Herbert
·
2020-05-22 16:44:06 +09:00
dd09d7830d
Limit font weight to bold
Joehu
·
2020-03-16 16:32:25 -07:00
f7ea20a926
Merge remote-tracking branch 'upstream/master' into editor-timing-screen-2
Dean Herbert
·
2019-11-06 16:22:55 +09:00
23eab68c72
Move section update code to abstract method to avoid incorrect BindValue usage
Dean Herbert
·
2019-11-06 14:36:43 +09:00
ebfb5d050d
Fix potential nullref
smoogipoo
·
2019-11-06 12:45:35 +09:00
322a1f0a86
Rename selectedPoints to selectedGroup
smoogipoo
·
2019-11-06 12:32:12 +09:00
7cd4cb8a93
Reoder SampleSection to match others
smoogipoo
·
2019-11-06 12:17:18 +09:00
9dd7f997d2
Fix extra semicolon
smoogipoo
·
2019-11-06 12:16:48 +09:00
f20bfe7a55
Add ability to adjust all control point attributes
Dean Herbert
·
2019-10-28 16:21:31 +09:00
522572eace
Ensure tooltips of RowAttributes are up-to-date
Dean Herbert
·
2019-10-28 16:20:54 +09:00
9c3e54909c
Add missing license headers
Dean Herbert
·
2019-10-28 12:42:17 +09:00
ee5591d7d5
Tidy up string output
Dean Herbert
·
2019-10-28 12:31:38 +09:00
43ad4a3a3c
Add xmldoc and combine GroupAt / CreateGroup
Dean Herbert
·
2019-10-28 10:45:11 +09:00
29e20bc8d2
Select another group after deleting selected
Dean Herbert
·
2019-10-27 16:30:05 +09:00
81b5d7b79f
Add the ability to add/remove groups
Dean Herbert
·
2019-10-27 16:13:24 +09:00
73369ae613
Add the ability to add new ControlPoint types to existing groups
Dean Herbert
·
2019-10-27 15:19:36 +09:00
0fba272e78
First
Previous
1
2
Next
Last