summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.cpp
AgeCommit message (Collapse)Author
2022-04-07Moved server exclusive files to own moduleAki
2022-04-07Made Game accessors const and fixed minor formatting issuesAki
2022-04-07Removed ShowMouse from GameAki
2022-04-06Replaced c-style casts of derived classes with dynamic_castAki
2022-04-06Removed DataLoader "ownership" by StarServerAki
Actually, I will probably revert it soon enough but other changes to DataLoader initialization are worth it. Handling this singleton mess is rather interesting and I'm still looking for a solution that will be nice to look at.
2022-04-06Removed dead code blockAki
2022-04-06Changed to use Sleep equivalent from STLAki
2022-04-06Removed periodic print outs in server's play modeAki
2022-04-06Cleaned up StarServer filesAki
2022-04-06Removed server shutdown/reset commandAki
2022-04-06Removed direct reference to StarServer in MissionEventAki
This also removes multiplayer mission chaining which was broken anyway.
2022-04-06Removed member variable used to indicate server instanceAki
2022-04-06Moved world ownership to concrete game classesAki
2022-04-06Streamlined instance management for Game and derived classesAki
2022-04-04Streamlined game loopsAki
2022-04-03Added base game mode management to GameAki
2022-04-03Moved application configuration to GameWinDX9Aki
2022-04-01Moved Stars45 to StarsExAki