Commit Graph
13 Commits
Author SHA1 Message Date
queueRAM f6ddbc0ae7 Fix issues building on some Linux systems
- include sys/types.h and strings for DKRgzip
- link with pthread for std::thread on some systems
2022-11-01 00:25:03 +00:00
queueRAM 2b2784e91c Improve CXXFLAGS for tools
chmod -x on cpp and h files
2022-11-01 00:25:03 +00:00
queueRAM c188b7ab80 Use C++ constexpr implementation of MD5
Removes dependency on openssl and libcrypto.
Upstream: https://github.com/Wodann/constexpr-md5-cpp
Modified to accept std::vector<uint8_t> as input
2022-11-01 00:25:03 +00:00
David Benepe ab91bcf963 Added support for building gametext textboxes, also fixed an issue with multithreaded extracting 2022-03-30 17:16:21 -04:00
David Benepe 02d7eef0ad Added distclean rule to makefiles 2022-03-26 17:20:19 -04:00
David Benepe b601228245 Lets do this again. 2022-03-18 18:35:32 -04:00
David Benepe 0afb876332 Updated dkr_extractor to be multithreaded. 2020-08-25 15:57:40 -05:00
David Benepe 9d7c9b035a Overhauled texture building to be much faster, and hopefully fixed file permissions. 2020-06-24 14:33:15 -05:00
David Benepe 4a9cee6542 Removed generic encryptor for cheats specific tools. 2020-06-15 11:34:38 -05:00
David Benepe 6f6791a99f Added dkr_encryptor & /cheats directory within /assets/ 2020-06-15 09:30:56 -05:00
David Benepe d9623b3b1c Fixed bugs & readded dkr_decompressor to make the build OK again 2020-06-13 08:14:27 -05:00
David Benepe d2c942115b Updated with new tools and texture generation 2020-06-12 17:09:01 -05:00
David Benepe 34c7ea7476 Added Files 2020-05-27 19:14:56 -05:00