Commit Graph
20 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
FazanaandGitHub 3ab4716110 Mostly misc labelling, but also weather too (#232)
* bit more labelling

* identify some weather stuff

* Update sound_ids.h

* yum

* more random identification

* last weather stuff for now

* Update README.md

* Update README.md

* Fix non equivalent
2022-05-23 23:11:46 +01:00
25b77e53af Apply suggestions from code review
Co-authored-by: AntonioCastelli <aatcastelli@gmail.com>
2022-04-10 20:51:24 -05:00
David Benepe 18a05050ac Fixed extractor deadlock 2022-04-10 16:52:42 -04:00
David Benepe 05f080ca44 Decompiled 2 functions & hopefully fix build issue. 2022-04-10 14:39:01 -04:00
David Benepe c82abb074b Made AssetCompiler::merge_output a lot faster by getting rid of vector::erase 2022-04-04 13:01:08 -04:00
David Benepe 646f184f10 Minor fix for raspberry pi 2022-04-03 14:42:55 -04:00
David Benepe b367e1e229 Fixed minor issue with compiler 2022-04-02 18:58:40 -04:00
David Benepe 12b3b00656 Improvements for the compiler. 2022-04-02 18:15:49 -04:00
David Benepe 98fed578cf Fixed up menutext 2022-03-31 13:54:17 -04:00
David Benepe 5fe59a2a54 Split up fonts/fonts.json into different files so each font can have a string ID. 2022-03-31 12:50:31 -04: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 7c13bdbdc8 Changed level property from integer to id string 2022-03-29 09:23:35 -04:00
David Benepe 77f165b999 Fixed minor build issue on rpi 2022-03-26 15:47:33 -04:00
David Benepe 8049d7df7e Packages can now be .zip files 2022-03-26 13:47:11 -04:00
David Benepe 2e2ef0f1f5 Removed unecessary files. Added zip_file lib to dkr_assets_tool 2022-03-25 18:36:17 -04:00
David Benepe 0268767da1 Added error helper file. 2022-03-25 18:23:17 -04:00
David Benepe b601228245 Lets do this again. 2022-03-18 18:35:32 -04:00