Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-06-06jemalloc (2)Kae
2025-06-06jemalloc stuffKae
2025-06-06fetch jemalloc from vcpkgKae
2025-03-23remove compiler flag unsupported by CIKae
2025-03-12head rotation masksBottinator22
2025-03-07reduce debug info size in Clang RelWithDebInfoKae
2024-12-31?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on ClangKae
2024-10-24Add preliminary support for NetBSDCharlotte Koch
2024-08-03revert libsamplerate additionKae
sadge
2024-08-03Update build_linux.ymlKae
2024-08-03Add libsamplerate, make Voice bitrate configurableKae
2024-07-28add 2 new allocators, currently using rpmalloc on Windows (mimalloc unused ↵Kae
for now)
2024-03-25Add support for directly setting image assets and processing Image userdataKae
2024-03-20experiment: unclamped lightingKae
2024-03-17omgKae
2024-03-17Update CMakeLists.txtKae
2024-03-17Update CMakeLists.txtKae
2024-03-17Update CMakeLists.txtKae
2024-03-17Update CMakeLists.txtKae
2024-03-17fix RPATH and object material spaces from old worlds getting stuckKae
2024-03-15experimental asset load scriptsKae
2024-03-14Initial commit of experimental zstd network compressionKae
currently a bit buggy
2024-03-09sccache is autodetected now - optional in presetsKae
2024-03-09Update CMakeLists.txtKae
2024-03-08Merge launcher branchKae
2024-03-07oops.Kae
2024-03-07fix fucked up line splits from cmake-formatKae
2024-03-07ran cmake-format on CMakeLists.txtKae
it all being uppercase was insane
2024-02-22Update CMakeLists.txtKae
2024-02-20I hate FreetypeKae
2024-02-20Update CMakeLists.txtKae
2024-02-20Update CMakeLists.txtKae
2024-02-20Update CMakeLists.txtKae
2024-02-20Merge pull request #18 from kblaschke/add-github-actions-workflow-filesKae
Add initial GitHub Actions workflow files to run build checks
2024-02-19Fixed a huge amount of Clang warningsKai Blaschke
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably. 99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified. Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects. Most remaining warnings are now unused parameters.
2024-02-19Add GitHub Actions build workflowsKai Blaschke
2023-11-26fix Opus options (the right way)Kae
2023-11-23small CMake fix so Opus values set in extern/CMakeLists.txt workKae
2023-08-01Ensure debug symbols on Clang and GCCKae
2023-07-14Ensure NONTHREADSAFE_PSUEDOSTACK is never usedKae
2023-07-13more work on VoiceKae
2023-06-30Update CMakeLists.txtKae
2023-06-26resolved most of the compiler warnings/errors under gccLDA
also update xxhash and tinyformat
2023-06-25Upgrade to C++17Kae
2023-06-20get Ninja + CCache working on WindowsKae
2023-06-20everything everywhereKae
all at once