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

summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Collapse)Author
2025-05-25Merge branch 'main' into networked-animator-improvementsWasabiRaptor
2025-05-23Allow os.dateDegranon
2025-05-18big feature expansionWasabiRaptor
2025-05-16UB trying to dereference end of string viewFalseIlyu
2025-05-14fix underflow on input clipboard allow stateKae
2025-05-07add world.template, world.setTemplateKae
2025-04-30Guarantee stack space in exception handling so printing stack overflows ↵Kae
doesn't fail
2025-04-30bump protocol version for applyDamageKae
2025-04-26songbook Lua bindings, give NPCs songbooksKae
2025-04-25add OpenStarbound version string, log itKae
2025-04-16add optional data for chat messages, for custom Chat panes to read fromKae
2025-04-13add root.assetsScanKae
2025-03-23bump OpenProtocolVersion and check so tile replacement works on older oSB ↵Kae
servers
2025-02-19Update StarAudio.cppKae
2025-02-19put streamed audio behind an ifdef due to music bugKae
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.
2025-02-04Update StarFont.cppKae
[skip ci]
2025-02-04fix font size updates, add destructorKae
2025-02-03implement lazy font loadingbmdhacks
2025-02-01allow item pasting to stackKae
2025-01-28don't require mod version to be a stringKae
2024-12-31oopsKae
[skip ci]
2024-12-31actually silence Clang unused warnsKae
[skip ci]
2024-12-31fix Clang warningsKae
those two tryLexicalCasts were literally just broken
2024-12-31Update StarMemory.cppKae
2024-12-31?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on ClangKae
2024-12-28Update StarLuaConverters.hppBottinator22
2024-12-28Update CMakeLists.txtKae
2024-12-28move image scaling functions to their own unit, as -O2Kae
2024-12-28Update StarImageProcessing.cppKae
2024-12-28Update StarImageProcessing.cppKae
2024-12-28disable GCC unmath optimization in non-nearest scaling funcsKae
2024-12-27Update StarImageProcessing.cppKae
[skip ci]
2024-12-27Update StarImageProcessing.cppKae
2024-12-26change math constants to constexprKae
2024-12-05add sky setting overrides to celestial.flyShip, pass net rules to packet ↵Kae
read/write
2024-11-30move loadstring out of LuaRootKae
2024-11-05Update StarDirectives.cppKae
2024-11-05Disable stack capture on common Json patching exceptionsKae
Speeds up asset loading
2024-11-05support for an absurd hacky trick used by FD: appending to the frame ID via ↵Kae
the directives parameter wtf :sob:
2024-10-25Merge pull request #134 from dressupgeekout/netbsdKae
Add preliminary support for NetBSD
2024-10-25Only create a dump on stack overflowKae
2024-10-24Add preliminary support for NetBSDCharlotte Koch
2024-10-23fix broken minidumpingKae
2024-10-18win: add minidumps to fatal errorsKae
2024-09-22fix bool lexical castsKae
oops
2024-09-16make lexical casts (string -> int/float) fasterKae
2024-09-15Update StarThread_unix.cppKae
2024-09-15Update StarJsonExtra.hppKae
2024-09-15Update StarJsonExtra.hppKae