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 06:09:53 +08:00
Code
Issues
Releases
Wiki
Activity
33,493
Commits
4
Branches
797
Tags
d74c19e2d703f6e57139727692a3473ea7bd55fc
Commit Graph
385 Commits
Reorder blueprint addition/removal + add regions
smoogipoo
·
2019-10-24 16:53:34 +09:00
fb88001c0e
Add special cases for click-selection
smoogipoo
·
2019-10-24 16:14:29 +09:00
45bd91f63f
Separate out mouse down/click/up handling
smoogipoo
·
2019-10-24 15:58:22 +09:00
8e4a21bee7
Extract drag events into multiple methods
smoogipoo
·
2019-10-24 15:33:08 +09:00
a07e5a269b
Remove unused methods
smoogipoo
·
2019-10-24 15:07:04 +09:00
f128e99fb2
Move selection events to BlueprintContainer
smoogipoo
·
2019-10-24 14:58:02 +09:00
e04c77178c
Move selection drag events to BlueprintContainer
smoogipoo
·
2019-10-24 14:57:58 +09:00
714c89faa4
Move drag box drag handling to BlueprintContainer
smoogipoo
·
2019-10-23 18:38:06 +09:00
cef2318cf5
Add smoothing and tidy code a touch
Dean Herbert
·
2019-10-23 17:56:09 +09:00
f61d7e4fbe
Remove unnecessary whitespace
smoogipoo
·
2019-10-23 17:00:17 +09:00
c9fec50f63
Show centre point of distance snap grid
smoogipoo
·
2019-10-23 16:58:56 +09:00
97383b4a37
Update incorrect reference
Dean Herbert
·
2019-10-21 19:25:56 +09:00
0bf35faae8
Merge branch 'master' into beatsnap-grid-integration
Dean Herbert
·
2019-10-21 18:44:34 +09:00
e3fa5f1da3
Merge remote-tracking branch 'upstream/master' into beatsnap-grid-integration
Dean Herbert
·
2019-10-21 17:09:43 +09:00
b157aaead1
Rename HitObject -> DrawableObject in selection blueprints
smoogipoo
·
2019-10-21 17:04:56 +09:00
38c2c328ff
Split on multiple lines
smoogipoo
·
2019-10-21 14:08:28 +09:00
fc7e4680a7
Implement placement snapping
smoogipoo
·
2019-10-18 13:48:59 +09:00
463079e148
Implement selection time snapping
smoogipoo
·
2019-10-18 12:53:38 +09:00
ba4402207a
Implement selection position snapping
smoogipoo
·
2019-10-18 12:53:27 +09:00
1dc7c59853
Expose selection changed event from BlueprintContainer
smoogipoo
·
2019-10-18 12:40:27 +09:00
bc76a9cb8c
Merge branch 'dho-apply' into beatsnap-grid-integration
smoogipoo
·
2019-10-18 12:38:29 +09:00
c5ee533524
Fix potential blueprint nullrefs with the new structure
smoogipoo
·
2019-10-17 16:14:28 +09:00
510ce9345f
Rename grid to DistanceSnap to be more in line with its purpose
Dean Herbert
·
2019-10-17 15:32:02 +09:00
f92331531c
Add an arbitrary offset to prevent div-by-0
smoogipoo
·
2019-10-16 19:44:53 +09:00
b6b8098b98
Remove redundant code
smoogipoo
·
2019-10-16 19:33:18 +09:00
2d4b7dc361
Use a cleaner distance function
smoogipoo
·
2019-10-16 19:32:45 +09:00
5ac5e34f85
Merge branch 'master' into osu-beatsnapping-grid
Dean Herbert
·
2019-10-13 18:38:57 +09:00
f3c38ae089
Merge branch 'master' into editor-grids-2
Dean Herbert
·
2019-10-12 23:28:51 +09:00
00f0957cc3
Split out grids into separate files
smoogipoo
·
2019-10-11 18:41:17 +09:00
45835f97a1
Always use the local coordinate space
smoogipoo
·
2019-10-11 18:24:33 +09:00
050d86a741
Rename grid creation method + parameter
smoogipoo
·
2019-10-11 18:24:33 +09:00
9ecec806c2
Rename startPosition to centrePosition
smoogipoo
·
2019-10-11 18:24:33 +09:00
5f0cd356d7
Improve xmldocs
smoogipoo
·
2019-10-11 18:24:33 +09:00
8fb2628f9e
Expose StartPosition for derived grids to use
smoogipoo
·
2019-10-11 18:24:33 +09:00
66e0fef85b
Remove unnecessary dependency
smoogipoo
·
2019-10-11 18:24:33 +09:00
97d4a8e59e
Simplify colour retrieval function
smoogipoo
·
2019-10-11 18:24:33 +09:00
2df519ddfa
Implement base class for beat snapping grids
smoogipoo
·
2019-10-11 18:24:33 +09:00
2aa3d0bb39
Remove unnecessary method
smoogipoo
·
2019-10-08 19:27:59 +09:00
179656788d
More removal of "drag"
smoogipoo
·
2019-10-08 19:24:58 +09:00
c1db11fa06
Remove drag from class/method namings + refactor
smoogipoo
·
2019-10-08 19:08:31 +09:00
8b661e624d
Move selection relative to the hitobject start positions
smoogipoo
·
2019-10-08 18:57:03 +09:00
08d043f447
Move placement movement event to BlueprintContainer
smoogipoo
·
2019-10-03 16:14:42 +09:00
652acac87f
Make method static
smoogipoo
·
2019-08-31 21:32:02 +09:00
cbbc6aad6e
Move beat divisor colour retrieval to BindableBeatDivisor
smoogipoo
·
2019-08-30 17:34:58 +09:00
40729356fa
Hook up + use editor beatmap
smoogipoo
·
2019-08-29 16:06:40 +09:00
7927b684d3
Update framework
Dean Herbert
·
2019-08-21 13:29:50 +09:00
48716f8f2b
Merge remote-tracking branch 'upstream/master' into update-scrollcontainer
Dean Herbert
·
2019-06-14 23:25:17 +09:00
1b75fbed9a
Update ScrollContainer usages in line with framework changes
Dean Herbert
·
2019-06-14 15:55:32 +09:00
bc574520bf
Fix IconButtons not being scaled correctly
Dean Herbert
·
2019-06-14 13:40:32 +09:00
15b9b53d35
Merge branch 'master' into zoomablescrollcontainer-fix
Dan Balasescu
·
2019-05-09 13:54:21 +09:00
22940373a0
First
Previous
...
4
5
6
7
8
Next
Last