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
586
Commits
2
Branches
18
Tags
56fd0936bbb49779dd49828893e432da1adc2982
Commit Graph
120 Commits
Resets object on return instead of on rent.
PopSlime
·
2023-04-19 13:32:06 +08:00
0f683e403c
Obsolete transition and rate, and add end time for relative motion node.
PopSlime
·
2023-04-18 09:33:47 +08:00
f4411629e4
Fix error on element/property list is null. (2)
PopSlime
·
2023-04-14 20:32:00 +08:00
17d620ff0c
Add progress tracking for chart loading.
PopSlime
·
2023-04-09 22:11:29 +08:00
c57c82bdd1
Fix error on element/property list is null.
PopSlime
·
2023-04-08 13:39:00 +08:00
4bc921d47e
Remove methods for constructor in
ReflectionHelper
.
PopSlime
·
2023-04-08 13:36:52 +08:00
8907dd19b0
Fix error when member is not found with string key during PDT interpretation.
PopSlime
·
2023-04-08 13:34:37 +08:00
2221658e7a
Fix error when trying to generate PDT error message at the very beginning or end of the source.
PopSlime
·
2023-04-08 13:31:26 +08:00
916c55b4b2
Clean up logic of object interpretation in PDT interpreter.
PopSlime
·
2023-04-07 12:21:20 +08:00
6cb36a7064
Code cleanup.
PopSlime
·
2023-04-04 22:12:10 +08:00
ff19b45a9f
Fix optimization for collapse operators.
PopSlime
·
2023-04-04 22:08:38 +08:00
c877437ab6
Fix constant expression flagging in PDT evaluator.
PopSlime
·
2023-04-04 20:49:46 +08:00
fd7c1e6635
Prune and clean up code.
PopSlime
·
2023-04-04 20:48:17 +08:00
c98536e8ab
Returns whether PDT evaluation succeeded.
PopSlime
·
2023-04-03 17:00:05 +08:00
2e69035618
Pull up error handling in PDT evaluator.
PopSlime
·
2023-04-03 16:49:34 +08:00
072703efe7
Documentation cleanup.
PopSlime
·
2023-03-27 12:52:58 +08:00
c685e634d5
Fix encoding.
PopSlime
·
2023-03-26 23:25:20 +08:00
824f401b77
Fix collapse operators not correctly parsed after the scope is downgraded.
PopSlime
·
2023-03-26 22:40:19 +08:00
aafc326f95
Re-enable mipmaps for dynamic sprites.
PopSlime
·
2023-03-26 17:09:02 +08:00
88a6410439
Introduce
IntKeyedDictionary
to improve performance.
PopSlime
·
2023-03-24 17:06:47 +08:00
e2c683567e
Detects assembly references and determines loading order automatically.
PopSlime
·
2023-03-18 13:46:13 +08:00
0e4445e52b
Move up non-generic collection types and add debug view.
PopSlime
·
2023-03-09 11:37:23 +08:00
505b826627
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
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 Identifier.Empty.
PopSlime
·
2023-03-01 00:33:28 +08:00
c7e7bd8a77
Code cleanup.
PopSlime
·
2023-02-26 16:24:28 +08:00
18b3e0bc84
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
First
Previous
1
2
3
Next
Last