summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-04-06NetLobbyServer now uses Game interface to manage game modesAki
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-06Chaned VersionInfo to be privateAki
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-06Removed MaxFrameLengthAki
2022-04-06Removed OnPaintAki
2022-04-05Fixed campaign savingAki
Formatting was bad and resulted in crashes or malformed save files. Avoiding c-style cast is just an addition.
2022-04-05Elapsed time clock methods are now templatesAki
2022-04-05Fixed more potential locking problems in Campaign selection screenAki
2022-04-05Bumped to C++17 standardAki
2022-04-05Removed overridden Run function of GameWinDX9Aki
2022-04-05Removed unused OnHelp methodAki
2022-04-04Fixed stupid dead-lock in campaign selection screenAki
2022-04-04Streamlined game loopsAki
2022-04-03Added base game mode management to GameAki
2022-04-03Fixed missing includes due to changes in Game headerAki
2022-04-03Moved video and sound related members to GameWinDX9Aki
2022-04-03Moved UpdateScreen to GameWinDX9Aki
2022-04-03Moved parts of activate and pause methods to GameWinDX9Aki
2022-04-03Removed video stats in GameAki
2022-04-03Moved another part of application members from Game to WinDX9Aki
2022-04-03Removed unused member of GameAki
2022-04-03Moved application configuration to GameWinDX9Aki
2022-04-03Removed server option from Starshatter executableAki
2022-04-02Fixed style incosistenciesAki
2022-04-02Moved def format implementation to own moduleAki
2022-04-02Reformatted Reader and updated header includesAki
2022-04-02Moved Reader to FoundationExAki
2022-04-01Added custom build directories to gitignoreAki
2022-04-01Created a stand-alone server executableAki
2022-04-01Separated Main to own moduleAki
Intent is to separate headless server and game and make a dedicated executable for each. While this can be done without any directory changes, this is intended to cause as many compilation and linking errors as possible in order to clean them up and refactor general structure of the whole project.
2022-04-01Moved Stars45 to StarsExAki
2022-03-31Moved HINST and HWND from Game to GameWinDX9Aki
2022-03-31Reformatted NetSock closer to the rest of NetExAki
2022-03-31Fixed left-overs that failed linux gcc compilationAki
2022-03-31Added naive support for posix platforms in NetSockAki
2022-03-31Removed method to check available waiting byts in NetSockAki
2022-03-31Removed windows.h include and types from NetSockAki
2022-03-31Brought NetPeer closer to standardAki
2022-03-30Brought NetMsg closer to standardAki
2022-03-30Brought NetLink closer to standardAki
2022-03-30Brought NetGram closer to standardAki
2022-03-30Brought NetLayer closer to standardAki
2022-03-30Removed windows header usage in NetClientAki
2022-03-30Cleaned up includes in NetClientAki
2022-03-30Changed to use posix alternative for _stricmpAki
2022-03-30Fixed bad Print usageAki