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

summaryrefslogtreecommitdiff
path: root/source/game/StarNetPackets.cpp
AgeCommit message (Collapse)Author
2025-05-07add world.template, world.setTemplateKae
2025-04-30bump protocol version for applyDamageKae
2025-04-30Merge branch 'main' into pr/218Kae
2025-04-16add optional data for chat messages, for custom Chat panes to read fromKae
2025-03-23more block swap fixeschililisoup
2025-03-21block swap fixeschililisoup
2025-03-21Block swap networking fixeschililisoup
2025-03-20block swappingchililisoup
2024-12-31actually silence Clang unused warnsKae
[skip ci]
2024-12-31fix Clang warningsKae
those two tryLexicalCasts were literally just broken
2024-12-05add sky setting overrides to celestial.flyShip, pass net rules to packet ↵Kae
read/write
2024-08-13Connection changesKae
2024-07-27Networking changes (needs P2P testing, requires clients to update unfortunately)Kae
2024-04-04Make ping updates more accurateKae
2024-03-22Add readJson and writeJson for some packetsKae
2024-03-19modify universe.sendPacketErodeesFleurs
2024-03-19add sendPacket lua contextErodeesFleurs
2024-03-19make timescale a server command and add a tickrate commandKae
2024-03-18fix StepUpdate typos (oops)Kae
2024-03-17oops!!Kae
2024-03-17InterpolationTracker operates on time in seconds instead of steps nowKae
2024-03-14Initial commit of experimental zstd network compressionKae
currently a bit buggy
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.
2023-07-31Changes to support modifying networking while maintaining legacy supportKae
2023-06-27The Formatting String CatastropheKae
2023-06-26resolved most of the compiler warnings/errors under gccLDA
also update xxhash and tinyformat
2023-06-23Micro-optimization to packet creationKae
2023-06-20everything everywhereKae
all at once