1
0
mirror of synced 2024-11-28 07:50:51 +01:00
bemaniutils/bemani/format/afp
2021-05-24 17:38:56 +00:00
..
types Implement the first bits of bytecode processing, including the ability to go to an animation frame. 2021-05-23 20:32:21 +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 Implement masking support. 2021-05-23 20:37:18 +00:00
blendalt.pyi Implement masking support. 2021-05-23 20:37:18 +00:00
blendalt.pyx Implement masking support. 2021-05-23 20:37:18 +00:00
blendaltimpl.cxx Implement masking support. 2021-05-23 20:37:18 +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 Improved disassembled output when setting register values. 2021-05-22 21:52:40 +00:00
geo.py Implement non-textured rectangle shapes. 2021-05-21 16:58:39 +00:00
render.py Suppress warnings for imported libs we don't need and reimplement anyway. 2021-05-24 17:38:56 +00:00
swf.py Implement the first bits of bytecode processing, including the ability to go to an animation frame. 2021-05-23 20:32:21 +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