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-30 09:30:17 +08:00
Code
Issues
Releases
Wiki
Activity
32,251
Commits
4
Branches
799
Tags
8e6bf516d95bcded6595ef01c7e183b47fa974ff
Commit Graph
296 Commits
Merge branch 'master' into editor-ternary-buttons
Dean Herbert
·
2020-09-25 18:30:59 +09:00
8e6bf516d9
Rename variables to match
Dean Herbert
·
2020-09-25 17:45:19 +09:00
346d14d40b
Ensure toggles are not instantiated more than once for safety
Dean Herbert
·
2020-09-25 17:43:09 +09:00
22511c36c3
Fix set access to SelectionHandler
Co-authored-by: Dan Balasescu <
smoogipoo@smgi.me
>
Dean Herbert
·
2020-09-25 17:42:49 +09:00
51cc644b7b
Move common HitSampleInfo lookup to static method
Dean Herbert
·
2020-09-25 17:30:31 +09:00
b8e9f19b92
Remove unused using
Dean Herbert
·
2020-09-25 17:07:58 +09:00
98c6027352
Add ternary toggle buttons to editor toolbox selection
Dean Herbert
·
2020-09-25 16:38:12 +09:00
ae68dcd962
Merge branch 'editor-ternary-states' into new-combo-toggle
Dean Herbert
·
2020-09-25 15:36:33 +09:00
0f8551e9ea
Expose update ternary state method and use better state determination function
Dean Herbert
·
2020-09-25 15:32:36 +09:00
a859fe78ee
Rework ternary states to fix context menus not updating after already displayed
Dean Herbert
·
2020-09-25 15:10:13 +09:00
50290f3cb4
Use existing method to update combo state of selection
Dean Herbert
·
2020-09-25 14:19:35 +09:00
a6adf8334e
Add new combo toggle to main composer interface
Dean Herbert
·
2020-09-25 14:10:30 +09:00
e009264f10
Add basic osu! object to object snapping
Dean Herbert
·
2020-09-24 16:24:35 +09:00
44be0ab762
Merge branch 'new-combo-editor-toggle' into fix-taiko-change-handling
Dean Herbert
·
2020-09-23 17:08:27 +09:00
ccb3ef5020
Fix incorrect cast logic
Dean Herbert
·
2020-09-23 17:08:25 +09:00
02201d0ec6
Add missing change handler scopings to taiko context menu operations
Dean Herbert
·
2020-09-23 16:58:22 +09:00
487fc2a2c6
Add xmldoc
Dean Herbert
·
2020-09-23 16:40:56 +09:00
2d67faeb72
Add the ability to toggle new combo state from composer context menu
Dean Herbert
·
2020-09-23 16:38:16 +09:00
a1ec167982
Merge branch 'editor-fix-multiple-selection' into editor-clipboard
Dean Herbert
·
2020-09-14 15:47:20 +09:00
62c55165d4
Update comment to make more sense
Dean Herbert
·
2020-09-14 15:47:10 +09:00
b7a06524fb
Add back accidentally removed remove
Dean Herbert
·
2020-09-14 15:47:04 +09:00
75e4f224e5
Select blueprint if object is already selected at the point of adding
Dean Herbert
·
2020-09-12 21:23:11 +09:00
81f30cd264
Remove unnecessary contains checks
Dean Herbert
·
2020-09-11 22:03:19 +09:00
94d929d8cd
Fix editor selected hitobjects containing the selection up to five times
Dean Herbert
·
2020-09-11 20:27:07 +09:00
22e6df02b6
Rename drag blueprint selection method for discoverability
Dean Herbert
·
2020-09-08 17:22:59 +09:00
c3123bf117
Merge branch 'master' into beatmap-track-rework
Dean Herbert
·
2020-09-02 15:24:46 +09:00
249ae5df1b
Fix potentially incorrect zoom level getting set on very short audio
track
Dean Herbert
·
2020-09-01 15:41:36 +09:00
d1f79a6a48
Revert some usages based on review feedback
Dean Herbert
·
2020-08-26 23:28:58 +09:00
f65991f31f
Revert non-track usage
Dean Herbert
·
2020-08-22 19:47:08 +09:00
122265ff0e
Restore remaining editor components to use Beatmap.Track
Dean Herbert
·
2020-08-21 17:11:29 +09:00
70697cf1a0
Switch timeline to use track directly from beatmap again
Dean Herbert
·
2020-08-21 14:49:34 +09:00
0b0ff62647
More cleanups
smoogipoo
·
2020-08-12 00:48:38 +09:00
070d71ec27
Update inspections
smoogipoo
·
2020-08-07 20:51:56 +09:00
5002d69f69
Ensure CurrentTrack is never null
smoogipoo
·
2020-08-07 19:43:16 +09:00
61b632516e
Expose track from MusicController
smoogipoo
·
2020-08-06 16:24:14 +09:00
5c05fe3988
Move track to MusicController, compiles
smoogipoo
·
2020-08-06 16:24:14 +09:00
6e42b8219c
Merge branch 'master' into editor-show-selected-count
Dan Balasescu
·
2020-07-17 18:00:35 +09:00
288c0402ee
Shift hue of selection handler box to not collide with blueprints
Dean Herbert
·
2020-07-17 17:51:39 +09:00
b4b230288b
Add a display of count of selected objects in editor
Dean Herbert
·
2020-07-17 17:48:27 +09:00
ea6f257dc2
Fix double-click incorrectly firing across disparate targets
Dean Herbert
·
2020-07-17 17:03:57 +09:00
222a22182e
Merge branch 'master' into fix-editor-drag-selection-while-playing
Dan Balasescu
·
2020-06-23 21:56:31 +09:00
fd9ac3503f
Fix exception when dragging after deleting object
smoogipoo
·
2020-06-23 20:36:09 +09:00
e7238e25f9
Make work for all editors based on track running state
Dean Herbert
·
2020-06-23 18:42:56 +09:00
a5eac716ec
Fix editor drag selection not continuing to select unless the mouse is moved
Dean Herbert
·
2020-06-23 18:04:50 +09:00
53d542546e
Fix drag scroll in editor timeline no longer working correctly
Dean Herbert
·
2020-06-14 13:20:58 +09:00
abe07b742e
Rename to IHasDuration
Dean Herbert
·
2020-05-29 16:45:47 +09:00
dd7dbfd548
Move sett from EndTime to Duration
Dean Herbert
·
2020-05-29 16:45:47 +09:00
534dccc0c3
Fix strong bindable changes for DrumRolls
Dean Herbert
·
2020-05-29 16:45:47 +09:00
a2eec5d963
Allow drag selections to occur from outside the playfield
Dean Herbert
·
2020-05-27 20:44:15 +09:00
9a060cfb3a
Allow HandleMovement by default
Dean Herbert
·
2020-05-26 17:04:31 +09:00
7e1e26de2a
First
Previous
1
2
3
4
5
...
Next
Last