Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-07 | add world.template, world.setTemplate | Kae | |
2025-04-30 | bump protocol version for applyDamage | Kae | |
2025-04-30 | Merge branch 'main' into pr/218 | Kae | |
2025-04-16 | add optional data for chat messages, for custom Chat panes to read from | Kae | |
2025-03-23 | more block swap fixes | chililisoup | |
2025-03-21 | block swap fixes | chililisoup | |
2025-03-21 | Block swap networking fixes | chililisoup | |
2025-03-20 | block swapping | chililisoup | |
2024-12-31 | actually silence Clang unused warns | Kae | |
[skip ci] | |||
2024-12-31 | fix Clang warnings | Kae | |
those two tryLexicalCasts were literally just broken | |||
2024-12-05 | add sky setting overrides to celestial.flyShip, pass net rules to packet ↵ | Kae | |
read/write | |||
2024-08-13 | Connection changes | Kae | |
2024-07-27 | Networking changes (needs P2P testing, requires clients to update unfortunately) | Kae | |
2024-04-04 | Make ping updates more accurate | Kae | |
2024-03-22 | Add readJson and writeJson for some packets | Kae | |
2024-03-19 | modify universe.sendPacket | ErodeesFleurs | |
2024-03-19 | add sendPacket lua context | ErodeesFleurs | |
2024-03-19 | make timescale a server command and add a tickrate command | Kae | |
2024-03-18 | fix StepUpdate typos (oops) | Kae | |
2024-03-17 | oops!! | Kae | |
2024-03-17 | InterpolationTracker operates on time in seconds instead of steps now | Kae | |
2024-03-14 | Initial commit of experimental zstd network compression | Kae | |
currently a bit buggy | |||
2024-02-19 | Fixed a huge amount of Clang warnings | Kai 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-31 | Changes to support modifying networking while maintaining legacy support | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-26 | resolved most of the compiler warnings/errors under gcc | LDA | |
also update xxhash and tinyformat | |||
2023-06-23 | Micro-optimization to packet creation | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |