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

summaryrefslogtreecommitdiff
path: root/source/core/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-05-07add world.template, world.setTemplateKae
2025-02-15Streaming Audiobmdhacks
Problem: The current implementation reads the entire sound file in to memory in order to play it. For OGG background music, this uses 91 Megs of RAM by injesting all ogg songs as well as all wav assets. Solution: Change StarAudio to play the asset from a file handle and stream it off the disk. This results in a massive savings of RAM and doesn't really affect audio quality unless you're doing massive disk operations such as compiling Starbound.
2024-12-31?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on ClangKae
2024-12-28Update CMakeLists.txtKae
2024-12-28move image scaling functions to their own unit, as -O2Kae
2024-09-16make lexical casts (string -> int/float) fasterKae
2024-09-11use a version number rather than a boolKae
more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
2024-09-11Network compatibility changesKae
2024-03-25Add support for directly setting image assets and processing Image userdataKae
2024-03-17Lua: new Image userdata (& cursor mod fix)Kae
2024-03-15experimental asset load scriptsKae
2024-03-14Initial commit of experimental zstd network compressionKae
currently a bit buggy
2024-03-08Merge launcher branchKae
2024-02-21Support prefixed and non-prefixed JeMalloc functionsKai Blaschke
Note that linking a JeMalloc library without prefixed functions will replace all memory allocations, including any call to "new", not just the ones specifically called via Star::malloc etc.
2023-07-23experimental universe.sendWorldMessage functionKae
2023-07-22Add character swapping (no GUI yet)Kae
2023-07-12Add Curve25519Kae
2023-07-02Initial setup of input stuffKae
2023-06-28Fix broken regex, make game timestep non-constKae
2023-06-26Add string view variant of Star::String and use itKae
it's 1:30 AM AGAIN !! !!!!! This might have broken the inventory icons of custom hats a little, need to look into that
2023-06-25Upgrade to C++17Kae
2023-06-24what the fuck it's 1:30 AM. godKae
2023-06-20everything everywhereKae
all at once