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-21 13:50:40 +08:00
Code
Issues
Releases
Wiki
Activity
33,560
Commits
4
Branches
793
Tags
ecad85b5f5afddc1a69d2494800a44fa567da332
Commit Graph
90 Commits
Merge branch 'master' into shift-delete-all-selected
Dean Herbert
·
2020-11-01 23:03:01 +09:00
1f8d627af4
Schedule visibility update once per frame
Bartłomiej Dach
·
2020-10-31 14:45:11 +01:00
007c27d3ff
Shorten show/hide code
Bartłomiej Dach
·
2020-10-31 13:54:02 +01:00
d74c19e2d7
Run OnSelectionChanged() on each change
Bartłomiej Dach
·
2020-10-31 13:54:02 +01:00
3322b8a7ea
Bind UpdateVisibility() directly to source of truth
Bartłomiej Dach
·
2020-10-31 13:54:02 +01:00
003994ab75
Delete all selected objects if shift-clicked on one
Bartłomiej Dach
·
2020-10-31 11:46:25 +01:00
129b1bc6d3
Group selection actions back up in SelectionHandler
Bartłomiej Dach
·
2020-10-28 22:06:48 +01:00
202fe09306
Remove unused using statement
Dean Herbert
·
2020-10-27 13:17:44 +09:00
3c2e2f29bc
Move right-click deletion logic to be handled at a SelectionBlueprint level
Dean Herbert
·
2020-10-27 12:53:54 +09:00
27c1a4c4d3
Fix code style issues & restructure
Bartłomiej Dach
·
2020-10-26 22:16:28 +01:00
3f8c4c57d0
fixed issue with returns
Charlie
·
2020-10-26 14:52:59 -05:00
255bb9d100
formatting
Charlie
·
2020-10-26 14:30:37 -05:00
ccaf6560ec
moved right click shift delete functionality to HandleSelectionRequested + reduced func size
Charlie
·
2020-10-26 14:28:53 -05:00
1239670566
added function so circle is deleted when shift+right click
Charlie
·
2020-10-26 13:40:42 -05:00
ead3c19567
Make SelectionHandler require EditorBeatmap presence
Dean Herbert
·
2020-10-09 21:44:10 +09:00
b0f8a7794a
Merge branch 'master' into editor-fix-button-states-after-paste
Dean Herbert
·
2020-10-09 20:51:09 +09:00
681e88af40
Merge branch 'master' into fix-editor-batch-handling
Dan Balasescu
·
2020-10-09 20:06:06 +09:00
ecfb7e94c5
Reference EditorBeatmap directly for selected objects
Dean Herbert
·
2020-10-09 18:44:23 +09:00
edaf6db5c6
Add reverse handler button to selection box
Dean Herbert
·
2020-10-09 06:32:23 +09:00
825e10ec8c
Fix SliderPath not handling Clear correctly
Dean Herbert
·
2020-10-09 06:31:59 +09:00
eacc7dca9a
Fix incorrect comments
Dean Herbert
·
2020-10-09 05:14:44 +09:00
85b33fffd0
Fix ternary button states not updating correctly after a paste operation
Dean Herbert
·
2020-10-09 04:31:45 +09:00
5966205037
Tidy up EditorBeatmap slightly
Dean Herbert
·
2020-10-08 18:06:49 +09:00
afed832b19
Update usages of ChangeHandler to EditorBeatmap where relevant
Dean Herbert
·
2020-10-08 18:04:07 +09:00
38babf3de5
Use batch change application in many places that can benefit from it
Dean Herbert
·
2020-10-06 22:10:07 +09:00
09f5e9c9eb
Split out classes and simplify construction of buttons
Dean Herbert
·
2020-10-01 16:34:34 +09:00
1aff263419
Add flip event flow and stop passing raw input events to handle methods
Dean Herbert
·
2020-10-01 16:25:29 +09:00
78c5d57074
Rename operation start/end to be more encompassing
Dean Herbert
·
2020-10-01 16:24:09 +09:00
02f14ab4b0
Fix header casing
Dean Herbert
·
2020-09-30 15:35:25 +09:00
ae9e884a48
Combine scale operations and tidy up scale drag handle construction
Dean Herbert
·
2020-09-30 15:08:56 +09:00
f1298bed79
Move a lot of the implementation to base SelectionHandler
Dean Herbert
·
2020-09-30 13:52:57 +09:00
39b55a85df
Move information text underneath the selection box
Dean Herbert
·
2020-09-30 13:07:24 +09:00
f2c26c0927
Add scaling support to osu! editor
Dean Herbert
·
2020-09-29 20:08:56 +09:00
0a10e40ce0
Add basic selection box with drag handles
Dean Herbert
·
2020-09-29 20:08:56 +09:00
cd794eaa65
Avoid unnecessary object updates from SelectionHandlers
Dean Herbert
·
2020-09-28 15:33:49 +09:00
1aa8b400d4
Move common HitSampleInfo lookup to static method
Dean Herbert
·
2020-09-25 17:30:31 +09:00
b8e9f19b92
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
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
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
Remove unnecessary contains checks
Dean Herbert
·
2020-09-11 22:03:19 +09:00
94d929d8cd
First
Previous
1
2
Next
Last