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-17 13:23:00 +08:00
Code
Issues
Releases
Wiki
Activity
32,616
Commits
4
Branches
791
Tags
a920342a094c857962af199fc90becb69813eafd
Commit Graph
62 Commits
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
Fix editor selected hitobjects containing the selection up to five times
Dean Herbert
·
2020-09-11 20:27:07 +09:00
22e6df02b6
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 strong bindable changes for DrumRolls
Dean Herbert
·
2020-05-29 16:45:47 +09:00
a2eec5d963
Allow HandleMovement by default
Dean Herbert
·
2020-05-26 17:04:31 +09:00
7e1e26de2a
Allow SelectionHandler to provide custom context menu items without local hover check
Dean Herbert
·
2020-05-26 13:53:09 +09:00
d041de63ce
Add support for sample changes
smoogipoo
·
2020-04-10 13:53:09 +09:00
4a87ac7840
Add change state support to more editor components
smoogipoo
·
2020-04-09 22:02:42 +09:00
575b061dd7
Merge branch 'i-beat-snapping' into timeline-maybe
Dean Herbert
·
2020-01-23 15:45:33 +09:00
289be7a17b
Apply OnRelease method signature refactorings
smoogipoo
·
2020-01-22 13:22:34 +09:00
7b2f58eb30
Fix SelectionHandler visibility on remote selection
Dean Herbert
·
2020-01-22 01:32:11 +09:00
e3a2b20f63
Share selected hitobjects across multiple blueprint containers
Dean Herbert
·
2020-01-21 20:46:39 +09:00
c88bdbd4a0
Perform deletion directly via EditorBeatmap
Dean Herbert
·
2020-01-21 18:56:09 +09:00
f582c42bbd
Begin refactoring SelectionBlueprint to handle non-drawable HitObjects
Dean Herbert
·
2020-01-21 12:47:14 +09:00
bd96cf94a6
Apply remaining changes required to restore previous functionality
Dean Herbert
·
2020-01-15 19:09:49 +09:00
d57f55f053
Merge branch 'master' into slider-controlpoint-addition
Dean Herbert
·
2019-11-12 18:13:27 +09:00
4b66ce0c52
Merge branch 'master' into delete-selection
Dean Herbert
·
2019-11-12 17:59:43 +09:00
cdd87a6903
Merge context menus
smoogipoo
·
2019-11-12 15:02:27 +09:00
10fd5ef5a7
Fix right clicking to select not showing context menu
Dean Herbert
·
2019-11-12 14:42:30 +09:00
b4525c1f6e
Only handle selection input on blueprints
smoogipoo
·
2019-11-12 12:18:24 +09:00
9f1d490ac9
Apply naming and styling changes
Dean Herbert
·
2019-11-12 10:45:46 +09:00
a43b0ee01b
Add delete option to the right-click menu
smoogipoo
·
2019-11-08 19:44:47 +09:00
97ea07db0e
Separate addition/removal into separate methods
smoogipoo
·
2019-11-08 16:46:58 +09:00
df08a95734
Make hitobject samples a bindable list
smoogipoo
·
2019-11-08 14:04:57 +09:00
6fc1be64c2
Use three states for the hitsound menu items
smoogipoo
·
2019-11-08 13:52:36 +09:00
864b8db638
Remove unused using
smoogipoo
·
2019-11-08 13:36:17 +09:00
573d11503e
Initial right click context menu implementation
smoogipoo
·
2019-11-08 13:36:17 +09:00
abb3a6ca5b
Disallow selections to be moved outside of the playfield
smoogipoo
·
2019-11-06 17:28:04 +09:00
2c1bfd62ef
First
Previous
1
2
Next
Last