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

summaryrefslogtreecommitdiff
path: root/source/game/StarUniverseServer.hpp
AgeCommit message (Collapse)Author
2025-04-17actually pass along chat user dataKae
2025-03-03make UniverseServer scri scriptable.ErodeesFleurs
2025-01-05add time played support to server query resultsKae
2024-12-05add sky setting overrides to celestial.flyShip, pass net rules to packet ↵Kae
read/write
2024-04-02improvements to universe.sendPacket and world.sendPacketKae
adds necessary clientsMutex lock, and returns false if sending failed
2024-03-19add sendPacket lua contextErodeesFleurs
2024-03-19make timescale a server command and add a tickrate commandKae
2024-02-25Use "#pragma once" instead of include guardsKai Blaschke
2023-07-26Server: Log TCP error and carry onKae
Fixes the Singleplayer server thread locking up forever and leaving us in an eternal loading screen if the TCP socket fails to bind. Something on my PC is hogging the default server port, which is what made me encounter this.
2023-07-24Handle world creation error when sending world messages, add active world ↵Kae
callbacks
2023-07-23experimental universe.sendWorldMessage functionKae
2023-06-20everything everywhereKae
all at once