Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | Added bash completion for ./Starshatter.exe | Aki | |
2024-03-12 | Legal notices updated | Aki | |
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc. | |||
2024-03-09 | Zlib shared library is no longer part of distribution | Aki | |
2024-03-09 | Replaced MachineInfo with stripped cross-platform solution | Aki | |
It could easily handle more, but is there really need for it? Having some information about the machine in logs is nice, but with the current state of affairs most of errors are coming from bad pointer uses than anything else... InfoEx is STATIC, because it seems FoundationEx can cause multiple definitions in scenarios like this. | |||
2024-03-07 | Added gtest to the project and a stub test for showcase | Aki | |
2024-03-03 | libogg and libvorbis are no longer part of this source tree | Aki | |
2024-03-03 | libpng sources removed from this tree | Aki | |
2024-03-03 | zlib sources removed from this tree | Aki | |
This, for whatever reason, breaks std::fs exception handling. All remaining external projects will be moved to use this approach soon. This is to prepare it for more new libraries which would otherwise make the tree grow even further. | |||
2024-02-18 | Extracted third-party SHA1 to contrib/ | Aki | |
2024-02-17 | Opcode and ICE now compile under 32 bit Linux | Aki | |
2022-10-17 | Naively added components to install targets | Aki | |
2022-04-07 | Wrapped min max calls to avoid macro that should be disabled | Aki | |
2022-04-07 | Switched parts of cmake tree for MSVC | Aki | |
2022-03-07 | Changed to use find_file for dlls | Aki | |
2022-02-11 | Changed install mode for execute permissions | Aki | |
2022-02-11 | Added needed MinGW runtime libraries to installs | Aki | |
2022-02-09 | Added simplistic install-time configuration | Aki | |
2022-02-09 | Moved third-party libraries to a separate subdirectory | Aki | |