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
625
Commits
2
Branches
18
Tags
d275f6160218edd442bffb91859262025702e0d0
Commit Graph
59 Commits
Move some classes to Cryville.Common.
PopSlime
·
2023-05-03 22:51:30 +08:00
b143fb49ce
Fix race condition for the shared evaluator when any active input handler is threaded.
PopSlime
·
2023-04-22 21:16:17 +08:00
72a93721f9
Fix memory leak from object pools.
PopSlime
·
2023-04-21 12:18:29 +08:00
2784544884
Implement new transition.
PopSlime
·
2023-04-20 00:18:49 +08:00
8670482c04
Code cleanup.
PopSlime
·
2023-04-19 13:31:17 +08:00
cf6a7a795b
Pull up error handling in PDT evaluator.
PopSlime
·
2023-04-03 16:49:34 +08:00
072703efe7
Fix encoding.
PopSlime
·
2023-03-26 23:25:20 +08:00
824f401b77
Optimize GC for enumeration in context cascade insertion.
PopSlime
·
2023-03-24 20:58:45 +08:00
bde6216295
Introduce
IntKeyedDictionary
to improve performance.
PopSlime
·
2023-03-24 17:06:47 +08:00
e2c683567e
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
Implement set variable annotation.
PopSlime
·
2023-03-09 11:38:49 +08:00
76df4929a7
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
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
Add state-based effect.
PopSlime
·
2023-03-01 00:37:22 +08:00
ba3cbbd64c
Add contextual function
anim
.
PopSlime
·
2023-02-27 00:11:37 +08:00
2ac7f05316
Allow vector as number in contextual operators.
PopSlime
·
2023-02-21 18:42:58 +08:00
f04cd370f1
Optimize GC for vector property source.
PopSlime
·
2023-02-21 18:27:29 +08:00
a3c5392caa
Add context cascade blocking.
PopSlime
·
2023-02-18 14:48:43 +08:00
6bd32c9aef
Pull
current_time
to container handler.
PopSlime
·
2023-02-10 17:34:40 +08:00
fdc55a8e3b
Combine score and score string property sources.
PopSlime
·
2023-02-10 17:32:59 +08:00
fc8512ff63
Replace TrustedAsOfLength with safe As and Set.
PopSlime
·
2023-02-10 15:47:20 +08:00
b437925f92
Add
interval
function.
PopSlime
·
2023-02-06 15:16:35 +08:00
c0744a3464
Add
current_time
variable.
PopSlime
·
2023-01-28 11:58:13 +08:00
8932d1b8d0
Make the output type of a property source read-only.
PopSlime
·
2023-01-16 20:53:45 +08:00
5b9149cb34
Add
null
constant.
PopSlime
·
2023-01-16 20:47:54 +08:00
bc4fec33ef
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
Implement skin context property source injection.
PopSlime
·
2023-01-16 15:23:57 +08:00
e3a805b855
Exception cleanup. Code cleanup.
PopSlime
·
2022-12-23 15:20:16 +08:00
356f4df9a9
Code cleanup.
PopSlime
·
2022-12-05 12:16:42 +08:00
f559cea826
Fix incorrect identifier load in PDT evaluator.
PopSlime
·
2022-12-05 11:43:31 +08:00
d363042036
Code cleanup.
PopSlime
·
2022-11-23 12:02:25 +08:00
e370e1937c
Cleanup unused functions.
PopSlime
·
2022-11-21 12:14:34 +08:00
77d6ac2caf
Optimize score variables.
PopSlime
·
2022-11-19 22:08:56 +08:00
2c4ac3191c
Add leave_timing and contact_timing function.
PopSlime
·
2022-11-14 23:28:32 +08:00
975b48e61e
Implement score update.
PopSlime
·
2022-11-14 16:05:21 +08:00
ba6166068b
Add some judge functions. Code cleanup.
PopSlime
·
2022-11-14 13:59:26 +08:00
1f57c299a2
Fix collapse operators and boolean property operator.
PopSlime
·
2022-11-14 11:28:10 +08:00
318a6705be
Modify logic for "not" operator.
PopSlime
·
2022-11-11 17:36:52 +08:00
0b17520bfd
Modify logic for "at" operator.
PopSlime
·
2022-11-11 10:02:43 +08:00
383fca1a8e
Implement input name evaluation. Implement context state.
PopSlime
·
2022-11-11 10:02:01 +08:00
cf00bd8db0
Implement int_map function. Remove "long operator" concept.
PopSlime
·
2022-11-11 00:36:16 +08:00
20f4de3832
Code cleanup.
PopSlime
·
2022-11-09 13:53:53 +08:00
55efc7a428
Optimize context cascade in PDT evaluator.
PopSlime
·
2022-11-07 12:15:22 +08:00
a401585f07
Modify logic for "and" and "or" operator and in_area function. Add null marshaling for input proxy.
PopSlime
·
2022-11-06 14:52:05 +08:00
65d86ed72d
Code cleanup.
PopSlime
·
2022-11-06 14:25:02 +08:00
71a33c0b43
Add in_area function. (Amend)
PopSlime
·
2022-11-06 14:20:28 +08:00
f33560daba
First
Previous
1
2
Next
Last