Pop_Slime
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-12 01:02:35 +08:00
fcc159ab6c Code cleanup.
f7454eb514 Add active counting for input sources for force tick.
35040e4ebd Update input feeding logic.
d10e6ea18b Implement judge event preparation.
8af09a7167 Prevents duplicated event hooks.
Compare 5 commits »
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 17:46:14 +08:00
bca71982e5 Code cleanup.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 17:36:56 +08:00
0b17520bfd Modify logic for "not" operator.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 10:36:02 +08:00
990a42f71b Evaluates clipping of judge events on load.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 10:02:57 +08:00
383fca1a8e Modify logic for "at" operator.
cf00bd8db0 Implement input name evaluation. Implement context state.
84e4e3514d Reorganize event priority.
Compare 3 commits »
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 00:44:47 +08:00
5ac0a558e0 Delay input name evaluation in judge definition.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 00:36:20 +08:00
20f4de3832 Implement int_map function. Remove "long operator" concept.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-11 00:34:35 +08:00
296d5bb615 Reads score operation as structure.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-09 14:01:31 +08:00
c33186086c Tokenize ruleset keys. Remove MotionName.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-09 13:53:57 +08:00
55efc7a428 Code cleanup.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-09 13:51:06 +08:00
1f621082c6 Fix item not reloaded on resource import.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-07 12:21:53 +08:00
f311eb5e8d Implement InputProxy.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-07 12:19:35 +08:00
0d7018c964 Fix import error due to invalid file name. (Amend)
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-07 12:15:26 +08:00
a401585f07 Optimize context cascade in PDT evaluator.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-07 12:13:12 +08:00
7e025f9268 Fix import error due to invalid file name.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-06 14:52:05 +08:00
65d86ed72d Modify logic for "and" and "or" operator and in_area function. Add null marshaling for input proxy.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-06 14:25:02 +08:00
71a33c0b43 Code cleanup.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-06 14:20:28 +08:00
f33560daba Add in_area function. (Amend)
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-06 14:19:00 +08:00
b4fa5849ae Add error type and null type.
Pop_Slime pushed to master at Pop_Slime/crtr 2022-11-06 13:48:24 +08:00
cfcc371226 Add in_area function.