1
0
mirror of synced 2024-11-27 23:50:47 +01:00
bemaniutils/bemani/format/afp
Jennifer Taylor b7523b5521 Fix if processing by getting rid of negation early optimization. There was a path that
was negating but not being checked when doing the final render, leaving some if statements
inverted. Moved the optimization to a final pass for more generalized correctness.
2021-04-26 02:50:19 +00:00
..
types Pass indentation context into expression rendering for upcoming function definition support. 2021-04-26 01:21:42 +00:00
__init__.py Restructure a lot of types to fit an expression/statement model and making a lot of stuff make more sense. 2021-04-24 18:05:58 +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 Fix if processing by getting rid of negation early optimization. There was a path that 2021-04-26 02:50:19 +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 Exit early if we're done rendering the main animation, allow background color override. 2021-04-21 01:06:48 +00:00
swf.py Apparently some BishiBashi levels use an even older AP2 version. 2021-04-26 01:27:10 +00:00
util.py Allow subclasses of verbose manager to check verbose state directly. 2021-04-26 01:21:03 +00:00