|
f65e4f1900
|
Cleanup network module.
|
2023-07-04 11:12:27 +08:00 |
|
|
83b9c27e94
|
Implement opening external package link.
|
2023-07-03 01:10:45 +08:00 |
|
|
ea02fc22bd
|
Pull down UnityNetworkTask .
|
2023-06-22 13:23:03 +08:00 |
|
|
60cc763cd0
|
Fix the active network task not re-enqueued when suspended.
|
2023-06-22 13:22:23 +08:00 |
|
|
a7aff4d625
|
Code cleanup.
|
2023-06-22 13:18:34 +08:00 |
|
|
a6a0ac3f9e
|
Fix memory leak during collapsing in PDT.
|
2023-06-06 21:13:36 +08:00 |
|
|
6e553b9ebb
|
Improve error description for evaluation failure.
|
2023-05-29 17:06:30 +08:00 |
|
|
88a46127d7
|
Adapt PDT evaluator to pseudo-lambda expressions.
|
2023-05-29 17:04:22 +08:00 |
|
|
3d09ec8c94
|
Make PdtExpression.Empty public.
|
2023-05-18 13:28:46 +08:00 |
|
|
0b2ea3ddbc
|
Move part of the input module to Cryville.Input.
|
2023-05-05 00:40:51 +08:00 |
|
|
b143fb49ce
|
Move some classes to Cryville.Common.
|
2023-05-03 22:51:30 +08:00 |
|
|
6d276c99ac
|
Add Android touch handler.
|
2023-04-22 21:17:00 +08:00 |
|
|
a1fd420493
|
Fix error handling in PDT evaluator.
|
2023-04-22 21:09:53 +08:00 |
|
|
d72afaa75b
|
Code cleanup.
|
2023-04-22 21:08:06 +08:00 |
|
|
d2b71e41c9
|
Fix CubicBezier algorithm.
|
2023-04-20 00:15:06 +08:00 |
|
|
0f683e403c
|
Resets object on return instead of on rent.
|
2023-04-19 13:32:06 +08:00 |
|
|
f4411629e4
|
Obsolete transition and rate, and add end time for relative motion node.
|
2023-04-18 09:33:47 +08:00 |
|
|
17d620ff0c
|
Fix error on element/property list is null. (2)
|
2023-04-14 20:32:00 +08:00 |
|
|
c57c82bdd1
|
Add progress tracking for chart loading.
|
2023-04-09 22:11:29 +08:00 |
|
|
4bc921d47e
|
Fix error on element/property list is null.
|
2023-04-08 13:39:00 +08:00 |
|
|
8907dd19b0
|
Remove methods for constructor in ReflectionHelper .
|
2023-04-08 13:36:52 +08:00 |
|
|
2221658e7a
|
Fix error when member is not found with string key during PDT interpretation.
|
2023-04-08 13:34:37 +08:00 |
|
|
916c55b4b2
|
Fix error when trying to generate PDT error message at the very beginning or end of the source.
|
2023-04-08 13:31:26 +08:00 |
|
|
6cb36a7064
|
Clean up logic of object interpretation in PDT interpreter.
|
2023-04-07 12:21:20 +08:00 |
|
|
ff19b45a9f
|
Code cleanup.
|
2023-04-04 22:12:10 +08:00 |
|
|
c877437ab6
|
Fix optimization for collapse operators.
|
2023-04-04 22:08:38 +08:00 |
|
|
fd7c1e6635
|
Fix constant expression flagging in PDT evaluator.
|
2023-04-04 20:49:46 +08:00 |
|
|
c98536e8ab
|
Prune and clean up code.
|
2023-04-04 20:48:17 +08:00 |
|
|
2e69035618
|
Returns whether PDT evaluation succeeded.
|
2023-04-03 17:00:05 +08:00 |
|
|
072703efe7
|
Pull up error handling in PDT evaluator.
|
2023-04-03 16:49:34 +08:00 |
|
|
c685e634d5
|
Documentation cleanup.
|
2023-03-27 12:52:58 +08:00 |
|
|
824f401b77
|
Fix encoding.
|
2023-03-26 23:25:20 +08:00 |
|
|
aafc326f95
|
Fix collapse operators not correctly parsed after the scope is downgraded.
|
2023-03-26 22:40:19 +08:00 |
|
|
88a6410439
|
Re-enable mipmaps for dynamic sprites.
|
2023-03-26 17:09:02 +08:00 |
|
|
e2c683567e
|
Introduce IntKeyedDictionary to improve performance.
|
2023-03-24 17:06:47 +08:00 |
|
|
0e4445e52b
|
Detects assembly references and determines loading order automatically.
|
2023-03-18 13:46:13 +08:00 |
|
|
505b826627
|
Move up non-generic collection types and add debug view.
|
2023-03-09 11:37:23 +08:00 |
|
|
1851bd3c54
|
Fix inaccurate beat snapping for osu charts. Fix osu charts with too low BPM not able to be imported.
|
2023-03-05 20:40:02 +08:00 |
|
|
28c878f3e5
|
Code cleanup.
|
2023-03-03 13:34:12 +08:00 |
|
|
7736eba14d
|
Supplement generic PairCollection.
|
2023-03-03 13:26:11 +08:00 |
|
|
2e54b38d2b
|
Supplement Insert methods for pair list.
|
2023-03-03 11:49:32 +08:00 |
|
|
da60dc0903
|
Fix potential order inconsistency of element and property lists.
|
2023-03-03 11:45:16 +08:00 |
|
|
215f72b3b5
|
Add cubic bezier functions.
|
2023-03-02 10:40:18 +08:00 |
|
|
c7e7bd8a77
|
Add Identifier.Empty.
|
2023-03-01 00:33:28 +08:00 |
|
|
18b3e0bc84
|
Code cleanup.
|
2023-02-26 16:24:28 +08:00 |
|
|
33ee7a9a87
|
Code cleanup.
|
2023-02-18 15:46:32 +08:00 |
|
|
2d4087dc89
|
Fix behaviour on parameter overflow.
|
2023-02-17 21:11:38 +08:00 |
|
|
675ce68073
|
Add backward compatibility for skin.
|
2023-02-17 16:24:24 +08:00 |
|
|
c7ea6f1d4b
|
Cleanup logic of PDT interpreter.
|
2023-02-15 18:07:36 +08:00 |
|
|
87362b47c5
|
Cleanup CategorizedPool.
|
2023-02-12 17:27:54 +08:00 |
|