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
451
Commits
2
Branches
18
Tags
39db8dfa45d341f0aff15f8692b56073b9fd087f
Commit Graph
90 Commits
Code cleanup.
PopSlime
·
2023-02-18 15:46:32 +08:00
33ee7a9a87
Fix behaviour on parameter overflow.
PopSlime
·
2023-02-17 21:11:38 +08:00
2d4087dc89
Add backward compatibility for skin.
PopSlime
·
2023-02-17 16:24:24 +08:00
675ce68073
Cleanup logic of PDT interpreter.
PopSlime
·
2023-02-15 18:07:36 +08:00
c7ea6f1d4b
Cleanup CategorizedPool.
PopSlime
·
2023-02-12 17:27:54 +08:00
87362b47c5
Eliminate Array.Copy GC in SquareMatrix.
PopSlime
·
2023-02-11 23:09:46 +08:00
6df10837fe
Add RentedCount for ObjectPool.
PopSlime
·
2023-02-11 23:09:05 +08:00
42cb54de1d
Pull up CategorizedPool. Add Reset method for ObjectPool.
PopSlime
·
2023-02-11 23:08:43 +08:00
9fd685b8b3
Code cleanup.
PopSlime
·
2023-02-10 15:50:49 +08:00
1b1ed42a1b
Replace TrustedAsOfLength with safe As and Set.
PopSlime
·
2023-02-10 15:47:20 +08:00
b437925f92
Optimize GC for frame calculation.
PopSlime
·
2023-02-09 18:07:06 +08:00
041c1e374e
Add exception handling for invalid key interpretation in PDT.
PopSlime
·
2023-02-09 12:21:41 +08:00
16b1d323dc
Matches member name first then generic list in PDT.
PopSlime
·
2023-02-09 12:15:07 +08:00
c4d5e5f480
Move ruleset config to main scene. Add title for UI.
PopSlime
·
2023-02-06 22:55:14 +08:00
da68c8b877
Code cleanup.
PopSlime
·
2023-02-05 23:01:46 +08:00
dca1ba304e
Code cleanup.
PopSlime
·
2023-02-05 15:59:20 +08:00
300e44bd4b
Implement meta table for font.
PopSlime
·
2023-02-05 15:59:12 +08:00
ab6f983392
Prevent non-Windows system trying to initialize WindowsPointerHandler.
PopSlime
·
2023-02-05 15:58:31 +08:00
596c6395e4
Add fallback logic for TMP auto font.
PopSlime
·
2023-02-05 15:55:53 +08:00
1711fbadf7
Seperate matcher from font manager.
PopSlime
·
2023-02-05 15:53:30 +08:00
84b7a6d183
Support multiple fonts with the same full name.
PopSlime
·
2023-02-05 15:51:18 +08:00
6d0fd0f9ec
Add system font matcher.
PopSlime
·
2023-02-02 18:35:18 +08:00
b407ba88c4
Reimport upgraded TextMesh Pro, modified.
PopSlime
·
2023-02-01 22:14:43 +08:00
bd256ba1a6
Optimize GC for status info.
PopSlime
·
2023-01-31 22:56:06 +08:00
969fdc8069
Fix TargetString stuck when length was 0. Add TargetString.TrustedAsArray.
PopSlime
·
2023-01-31 22:47:35 +08:00
8ab0c2698b
Fix EmptyBinder not identifying inheritance.
PopSlime
·
2023-01-27 15:24:48 +08:00
3fdc236b1d
Code cleanup.
PopSlime
·
2023-01-26 16:47:56 +08:00
c015b60dc3
Optimize GC for enumerating TargetString.
PopSlime
·
2023-01-26 16:46:43 +08:00
5e01b654bd
Add exception description on PDT parsing error.
PopSlime
·
2023-01-24 23:10:52 +08:00
2304257201
Optimize code structure for input module.
PopSlime
·
2023-01-21 17:04:29 +08:00
5198ecec1f
Code cleanup.
PopSlime
·
2023-01-21 16:59:19 +08:00
6779b88055
Add
is
function.
PopSlime
·
2023-01-16 20:46:57 +08:00
09e917dbe8
Add forced variable syntax in PDT.
PopSlime
·
2023-01-16 20:45:06 +08:00
1003a0e199
Pull down EvaluationFailureException.
PopSlime
·
2023-01-13 22:18:13 +08:00
4f93995bbd
Fix conditional compilation.
PopSlime
·
2023-01-01 20:07:58 +08:00
e8f8593555
Exception cleanup. Code cleanup.
PopSlime
·
2022-12-23 15:20:16 +08:00
356f4df9a9
Optimize GC for group frame.
PopSlime
·
2022-12-20 16:05:52 +08:00
06d8012675
Implement preset path in file dialog.
PopSlime
·
2022-12-16 17:50:26 +08:00
5d17555744
Logic cleanup for file dialog.
PopSlime
·
2022-12-16 17:48:43 +08:00
e6d94f248c
Add LocalResourceFinder.
PopSlime
·
2022-12-16 17:41:23 +08:00
8eb0b11027
Update Cryville.Common.
PopSlime
·
2022-12-13 09:21:52 +08:00
815f48fe06
Code cleanup.
PopSlime
·
2022-11-23 12:02:25 +08:00
e370e1937c
Code cleanup.
PopSlime
·
2022-11-21 18:16:12 +08:00
e5d6e549bd
Introduce TargetString to eliminate text GC.
PopSlime
·
2022-11-21 14:09:01 +08:00
109b489104
Disable GUI layout on Unity key receiver to avoid GC.
PopSlime
·
2022-11-21 14:06:57 +08:00
784c3fc338
Fix verbose log about invalid resource.
PopSlime
·
2022-11-20 23:08:58 +08:00
39ef9815e8
Add Bestdori chart converter.
PopSlime
·
2022-11-18 15:55:00 +08:00
f3549353f3
Add frame list in skin data structure. Remove Cocos2d Plist support.
PopSlime
·
2022-11-17 17:19:31 +08:00
fd9e2ce409
Trims trailing spaces and dots when escaping file name instead of replacing them.
PopSlime
·
2022-11-17 12:00:33 +08:00
d89e5a2e68
Code cleanup.
PopSlime
·
2022-11-15 20:14:36 +08:00
15e66d29c4
First
Previous
1
2
Next
Last