1
0
mirror of synced 2024-09-23 19:08:21 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
cracrayol
8dccd48faf Add basic Metal Gear Arcade support 2021-09-04 17:17:22 +02:00
Jennifer Taylor
ee3b18bfcb Fix manifest to not exclude cythonized files if we are building pure python. 2021-08-12 16:31:59 +00:00
Jennifer Taylor
6b511e8a53 Fix setup to clean properly as well as install correct typing libraries. 2021-06-10 17:22:27 +00:00
Jennifer Taylor
4a18f43253 Check in environment flag to use experimental mypyc compiler instead of cython for some modules. 2021-05-31 18:15:10 +00:00
Jennifer Taylor
38f0483cb5 Comments for cythonized code, and dropping python implementation of blend from compiling. 2021-05-31 18:14:22 +00:00
Jennifer Taylor
1b4b5256eb Add a setup.py command for cleaning built code. 2021-05-31 18:12:38 +00:00
Jennifer Taylor
48405f00c5 Install necessary packages for additional utilities to work. 2021-05-31 18:07:30 +00:00
Jennifer Taylor
5d365f3ee4 Check a system enviornment variable before trying to compile extensions, skip if it is set. 2021-05-31 18:06:31 +00:00
Jennifer Taylor
b864148c3e Refactor/reorganization of C++ modules. 2021-05-29 22:11:15 +00:00
Jennifer Taylor
a2af49a320 Request compilation of DXT decoder for speed. 2021-05-21 16:58:20 +00:00
Jennifer Taylor
f47a4782da Another attempted fix for CLANG on OSX. 2021-05-19 20:16:51 +00:00
Jennifer Taylor
48e9c59513 Initial implementation of C++ affine renderer for massive speed boost. 2021-05-19 16:25:13 +00:00
Jennifer Taylor
187783696b Use cPython to speed up some rendering by about 10%. 2021-05-16 00:19:50 +00:00
Jennifer Taylor
31ad2856fd 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
Jennifer Taylor
c694157c51 Fix cython issue and compile the rest of protocol. 2020-04-04 20:08:33 +00:00
Jennifer Taylor
74c0407173 Initial commit of BEMANI Utilities to GitHub. 2019-12-08 21:43:49 +00:00