1
0
mirror of synced 2024-11-24 06:20:12 +01:00
bemaniutils/bemani
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
..
api API: enable omnimix for only MUSECA and IIDX 2020-12-17 14:57:20 -05:00
backend Fix lint errors that crept in. 2021-03-19 00:47:56 +00:00
client Fix some lint and typing issues uncovered by mypy/flake8 upgrades. 2020-11-11 05:14:36 +00:00
common Convert most of the format() string calls to f-strings using libcst. 2020-01-07 21:29:07 +00:00
data Fix path issues for a few miscelaneous tools on Windows. 2021-04-16 03:51:16 +00:00
format Fix if processing by getting rid of negation early optimization. There was a path that 2021-04-26 02:50:19 +00:00
frontend Fix path issues for a few miscelaneous tools on Windows. 2021-04-16 03:51:16 +00:00
protocol Clean up node a little bit: 2021-04-08 01:05:20 +00:00
sniff Convert most of the format() string calls to f-strings using libcst. 2020-01-07 21:29:07 +00:00
tests Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled. 2020-11-28 19:05:27 +00:00
utils 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
wsgi Initial commit of BEMANI Utilities to GitHub. 2019-12-08 21:43:49 +00:00
__init__.py Initial commit of BEMANI Utilities to GitHub. 2019-12-08 21:43:49 +00:00