1
0
mirror of synced 2024-11-15 10:27:41 +01:00
bemaniutils/bemani/format/afp
2021-05-19 20:16:51 +00:00
..
types Speed up animation rendering a bit by caching some calculated properties from PIL. 2021-05-16 00:18:59 +00:00
__init__.py Allow dumping decompiled bytecode to file for both raw afp/bsi pairs and TXP2 containers. 2021-05-10 00:12:54 +00:00
blend.py Initial implementation of C++ affine renderer for massive speed boost. 2021-05-19 16:25:13 +00:00
blendalt.pyi Initial implementation of C++ affine renderer for massive speed boost. 2021-05-19 16:25:13 +00:00
blendalt.pyx Initial implementation of C++ affine renderer for massive speed boost. 2021-05-19 16:25:13 +00:00
blendaltimpl.cxx Another attempted fix for CLANG on OSX. 2021-05-19 20:16:51 +00:00
container.py Beginning of an AFP ByteCode decompiler, starting with a massive code reorg and a control flow graph analyzer. 2021-04-24 17:59:36 +00:00
decompile.py Handle decompiling bytecode which does not use function call results properly. 2021-05-16 22:18:23 +00:00
geo.py Beginning of an AFP ByteCode decompiler, starting with a massive code reorg and a control flow graph analyzer. 2021-04-24 17:59:36 +00:00
render.py Initial implementation of C++ affine renderer for massive speed boost. 2021-05-19 16:25:13 +00:00
swf.py Initial RE of new tags and flags seen in some IIDX versions. 2021-05-17 03:48:05 +00:00
util.py Enable selective coverage printing to help narrow down missing sections in individual tags. 2021-05-09 19:19:02 +00:00