This website requires JavaScript.
Explore
Help
Sign In
Pop_Slime
/
crtr
Watch
1
Star
0
Fork
0
You've already forked crtr
Code
Issues
6
Pull Requests
Projects
1
Releases
Activity
659
Commits
2
Branches
18
Tags
d1b9b9607ba98059514255d11c282f0dfd5e78a9
Commit Graph
659 Commits
This Branch
This Branch
All Branches
Sync some constants, operators, and functions for skin editor.
PopSlime
·
2023-03-15 00:46:19 +08:00
df5133a91a
Modify border color of expression statement.
PopSlime
·
2023-03-15 00:44:44 +08:00
88b959a118
Always collapses delete button in skin editor.
PopSlime
·
2023-03-15 00:43:49 +08:00
310bf91fbd
Fix the height of popup list in skin editor.
PopSlime
·
2023-03-15 00:43:07 +08:00
699f47f98d
Sync component and property list for skin editor.
PopSlime
·
2023-03-14 23:32:35 +08:00
24e881b138
Update translations for skin editor.
PopSlime
·
2023-03-14 17:27:05 +08:00
2eef1b5c4e
Update skin structure in editor.
PopSlime
·
2023-03-14 17:24:32 +08:00
c18ceb50d4
Implement expression in skin editor.
PopSlime
·
2023-03-14 17:22:48 +08:00
27ca1a7292
Fix encoding for skin editor.
PopSlime
·
2023-03-14 16:59:37 +08:00
dc59176eac
Optimize css for skin editor.
PopSlime
·
2023-03-14 16:58:03 +08:00
aec7470ff8
Detects user chart path for Malody chart finder.
PopSlime
·
2023-03-11 21:41:54 +08:00
983cba6843
Remove potentially buggy syncing logic.
PopSlime
·
2023-03-11 21:41:22 +08:00
871782e73f
Optimize GC for input proxy.
PopSlime
·
2023-03-11 21:40:34 +08:00
9aaa96fe10
Fix incorrect array length for vector operator.
PopSlime
·
2023-03-11 21:39:26 +08:00
22190a29c1
Fix offset error on function
anim
.
PopSlime
·
2023-03-09 22:02:34 +08:00
613ca467d0
Fix array operator creating array of type error.
PopSlime
·
2023-03-09 16:27:16 +08:00
536a3066b2
Add "emit effect on self" annotation.
PopSlime
·
2023-03-09 16:26:43 +08:00
43488cd002
Cleanup variable name.
PopSlime
·
2023-03-09 11:41:25 +08:00
a11ccbd39c
Implement set variable annotation.
PopSlime
·
2023-03-09 11:38:49 +08:00
76df4929a7
Move up non-generic collection types and add debug view.
PopSlime
·
2023-03-09 11:37:23 +08:00
505b826627
Make animation time of subspan relative.
PopSlime
·
2023-03-09 10:07:24 +08:00
26a8675922
Code cleanup.
PopSlime
·
2023-03-08 20:36:18 +08:00
b89e1f983e
Fix inaccurate beat snapping for Quaver charts.
PopSlime
·
2023-03-06 08:16:42 +08:00
717e77b47e
Adjust offset for osu chart converter.
PopSlime
·
2023-03-05 23:06:18 +08:00
2f10c79dee
Fix potential error on vector property source.
PopSlime
·
2023-03-05 23:05:48 +08:00
55f7790f89
(Amend to
1851bd3c
)
PopSlime
·
2023-03-05 21:53:30 +08:00
ae5f4a8c16
Fix inaccurate beat snapping for osu charts. Fix osu charts with too low BPM not able to be imported.
PopSlime
·
2023-03-05 20:40:02 +08:00
1851bd3c54
Add
anim.iteration
,
anim.direction
, and
anim.delay
properties.
PopSlime
·
2023-03-03 15:10:52 +08:00
6d74685cb7
Add
inf
constant.
PopSlime
·
2023-03-03 15:09:08 +08:00
03fd7f6d01
Code cleanup.
PopSlime
·
2023-03-03 13:34:12 +08:00
28c878f3e5
Supplement generic PairCollection.
PopSlime
·
2023-03-03 13:26:11 +08:00
7736eba14d
Supplement Insert methods for pair list.
PopSlime
·
2023-03-03 11:49:32 +08:00
2e54b38d2b
Fix potential order inconsistency of element and property lists.
PopSlime
·
2023-03-03 11:45:16 +08:00
da60dc0903
Add cubic bezier functions.
PopSlime
·
2023-03-02 10:40:18 +08:00
215f72b3b5
Add easing function parameter to
anim
function.
PopSlime
·
2023-03-02 10:39:39 +08:00
a93c081dd8
Fix incorrect zero format specifier range.
PopSlime
·
2023-03-01 17:55:09 +08:00
456782930a
Add state-based effect.
PopSlime
·
2023-03-01 00:37:22 +08:00
ba3cbbd64c
Refactor OpenedAnchorName in ISkinnableGroup. (Amend)
PopSlime
·
2023-03-01 00:36:09 +08:00
dfc3e9ca06
Fix error on setting
anim.name
to
null
.
PopSlime
·
2023-03-01 00:35:19 +08:00
f567a2b78e
Add Identifier.Empty.
PopSlime
·
2023-03-01 00:33:28 +08:00
c7e7bd8a77
Refactor OpenedAnchorName in ISkinnableGroup.
PopSlime
·
2023-03-01 00:33:01 +08:00
67720fd0e1
Prevents infinite propagation on input proxy and judge.
PopSlime
·
2023-02-28 13:47:38 +08:00
1a30149942
Implement animation.
PopSlime
·
2023-02-27 00:17:14 +08:00
a755cc13bd
Add rewind and tick mechanism for skin component.
PopSlime
·
2023-02-27 00:16:44 +08:00
9a51cf1b56
Fix
once
annotation not working on certain properties.
PopSlime
·
2023-02-27 00:13:38 +08:00
256c656e9c
Add contextual function
anim
.
PopSlime
·
2023-02-27 00:11:37 +08:00
2ac7f05316
Disallows multiple meshes in one object.
PopSlime
·
2023-02-26 16:24:58 +08:00
28d46dbabe
Code cleanup.
PopSlime
·
2023-02-26 16:24:28 +08:00
18b3e0bc84
Fix multiple flags ignored in enum property operator.
PopSlime
·
2023-02-26 16:23:17 +08:00
23f2e7c1f2
Pull some init logic in enum property operator to static constructor.
PopSlime
·
2023-02-26 16:22:37 +08:00
998713b41f
First
Previous
...
2
3
4
5
6
...
Next
Last