Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-07 | add world.template, world.setTemplate | Kae | |
2025-02-15 | Streaming Audio | bmdhacks | |
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 Clang | Kae | |
2024-12-28 | Update CMakeLists.txt | Kae | |
2024-12-28 | move image scaling functions to their own unit, as -O2 | Kae | |
2024-09-16 | make lexical casts (string -> int/float) faster | Kae | |
2024-09-11 | use a version number rather than a bool | Kae | |
more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound | |||
2024-09-11 | Network compatibility changes | Kae | |
2024-03-25 | Add support for directly setting image assets and processing Image userdata | Kae | |
2024-03-17 | Lua: new Image userdata (& cursor mod fix) | Kae | |
2024-03-15 | experimental asset load scripts | Kae | |
2024-03-14 | Initial commit of experimental zstd network compression | Kae | |
currently a bit buggy | |||
2024-03-08 | Merge launcher branch | Kae | |
2024-02-21 | Support prefixed and non-prefixed JeMalloc functions | Kai 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-23 | experimental universe.sendWorldMessage function | Kae | |
2023-07-22 | Add character swapping (no GUI yet) | Kae | |
2023-07-12 | Add Curve25519 | Kae | |
2023-07-02 | Initial setup of input stuff | Kae | |
2023-06-28 | Fix broken regex, make game timestep non-const | Kae | |
2023-06-26 | Add string view variant of Star::String and use it | Kae | |
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-25 | Upgrade to C++17 | Kae | |
2023-06-24 | what the fuck it's 1:30 AM. god | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |