bemaniutils/bemani/format/afp
2021-05-22 23:24:51 +00:00
..
types Change compositing to take from the center of the pixel in preparation of upcoming anti-aliasing attempt. 2021-05-22 21:53:09 +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 Fix additive blending on semi-transparent backgrounds. 2021-05-22 23:24:51 +00:00
blendalt.pyi Rework additive color a bit for type clarity and add warnings where we don't support it. 2021-05-22 01:31:42 +00:00
blendalt.pyx Blend 1 is the same as blend 0, according to Bishi. 2021-05-22 21:54:53 +00:00
blendaltimpl.cxx Fix additive blending on semi-transparent backgrounds. 2021-05-22 23:24: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 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 Support parent sprite blend parameter inheritance. 2021-05-22 21:56:28 +00:00
swf.py Make some debugging adjustments. 2021-05-22 01:30:58 +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