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
304
Commits
2
Branches
18
Tags
3280693e8fefc6051b2ff5e8e443a6cd9a2cf64b
Commit Graph
294 Commits
Trims trailing spaces and dots when escaping file name instead of replacing them.
PopSlime
·
2022-11-17 12:00:33 +08:00
d89e5a2e68
Blocks ruleset config if ruleset not found.
PopSlime
·
2022-11-17 11:57:56 +08:00
05124ac406
Fix IL2CPP incompatibility.
PopSlime
·
2022-11-16 17:45:52 +08:00
a4fdb97424
Add error notice for mcz files.
PopSlime
·
2022-11-16 17:44:56 +08:00
735a85b914
Use symbolic link for default resources.
PopSlime
·
2022-11-16 17:43:19 +08:00
535959a6ed
Remove default resources temporarily.
PopSlime
·
2022-11-16 17:42:49 +08:00
ae37b27dc0
Pull down scroll velocity option. Add property categories for ruleset config.
PopSlime
·
2022-11-16 17:30:33 +08:00
80cc5fdbda
Cleanup.
PopSlime
·
2022-11-16 12:08:11 +08:00
87e406e903
Loads ruleset config before worker. Implement skin option of ruleset config.
PopSlime
·
2022-11-16 11:45:28 +08:00
f04d0ec299
Uses original cover file name on import.
PopSlime
·
2022-11-16 11:42:51 +08:00
a19057f869
Add string property value panel.
PopSlime
·
2022-11-16 11:40:58 +08:00
d0d981b790
Fix input proxy not deactivated on stop.
PopSlime
·
2022-11-16 00:28:10 +08:00
c95ae92ba8
Redefine stack and propagation of judge.
PopSlime
·
2022-11-16 00:27:38 +08:00
31e9f1352b
Adjust config scene layout.
PopSlime
·
2022-11-16 00:25:25 +08:00
9974b25377
Add generic ruleset config.
PopSlime
·
2022-11-16 00:25:08 +08:00
852c93c6d0
Code cleanup.
PopSlime
·
2022-11-15 20:14:36 +08:00
15e66d29c4
Fix null vector passing.
PopSlime
·
2022-11-15 20:14:27 +08:00
3d5ea4f056
Fix texture wrap mode.
PopSlime
·
2022-11-15 20:12:24 +08:00
1772c90c2f
Remove unexpected using.
PopSlime
·
2022-11-15 18:08:13 +08:00
53ada70dda
Fix chart player dispose.
PopSlime
·
2022-11-15 17:29:10 +08:00
a8ab73ac65
Code cleanup.
PopSlime
·
2022-11-15 17:28:42 +08:00
35ac57bfba
Implement input config scene loading and saving.
PopSlime
·
2022-11-15 17:27:51 +08:00
945f9ca7d1
Implement input config loading and saving.
PopSlime
·
2022-11-15 17:26:00 +08:00
d2b2834a60
Add ruleset config.
PopSlime
·
2022-11-15 17:22:13 +08:00
f82e0ce9ef
Add popup for exception on worker thread.
PopSlime
·
2022-11-15 17:20:00 +08:00
5444ea7186
Pull down popup from common.
PopSlime
·
2022-11-15 17:17:30 +08:00
3a54d2023f
Remove obsolete NO_THREAD symbol.
PopSlime
·
2022-11-15 15:25:53 +08:00
cb3e3e5f28
Add error notice popup for resource import.
PopSlime
·
2022-11-15 13:31:39 +08:00
174f616e5c
Fix and add popup.
PopSlime
·
2022-11-15 13:30:40 +08:00
0f8bb5f1f6
Update ruleset name for Malody extension.
PopSlime
·
2022-11-15 12:12:59 +08:00
2d35e3177b
Code cleanup.
PopSlime
·
2022-11-15 12:12:29 +08:00
7b1f639412
Fix input config.
PopSlime
·
2022-11-15 12:10:54 +08:00
fcc9935325
Generalize settings panel.
PopSlime
·
2022-11-15 12:10:34 +08:00
8b29cd2893
Implement config category switch.
PopSlime
·
2022-11-15 12:09:29 +08:00
f44d9546e1
Passes chart detail on open and config.
PopSlime
·
2022-11-15 12:08:48 +08:00
1d1d2646c4
Fix property value panel layout update.
PopSlime
·
2022-11-15 12:06:00 +08:00
6444de41a2
Code cleanup.
PopSlime
·
2022-11-15 11:05:10 +08:00
ea856f3339
Fix resource import interrupted when item not valid.
PopSlime
·
2022-11-15 09:15:53 +08:00
74b1a5485b
Add leave_timing and contact_timing function.
PopSlime
·
2022-11-14 23:28:32 +08:00
975b48e61e
Fix judge propagation.
PopSlime
·
2022-11-14 23:28:14 +08:00
9e0bf024d7
Add invalidation for property source. Fix cache lock for scores.
PopSlime
·
2022-11-14 16:38:15 +08:00
d2ff168e25
Code cleanup.
PopSlime
·
2022-11-14 16:05:44 +08:00
05664a2994
Implement score update.
PopSlime
·
2022-11-14 16:05:21 +08:00
ba6166068b
Implement compound operator patching.
PopSlime
·
2022-11-14 16:03:35 +08:00
d5d6465806
Add some judge functions. Code cleanup.
PopSlime
·
2022-11-14 13:59:26 +08:00
1f57c299a2
Implement judge feed, pass, cleanup, and miss. Add update score stub.
PopSlime
·
2022-11-14 13:57:02 +08:00
49431e888c
Add judge priority.
PopSlime
·
2022-11-14 13:55:10 +08:00
c31c16792c
Make Unity timestamps realtime critical. (2)
PopSlime
·
2022-11-14 13:49:29 +08:00
7ce73186ae
Fix collapse operators and boolean property operator.
PopSlime
·
2022-11-14 11:28:10 +08:00
318a6705be
Code cleanup.
PopSlime
·
2022-11-13 13:42:08 +08:00
7fca09ff49
First
Previous
...
2
3
4
5
6
Next
Last