summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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
2022-03-30Fixed changed that were missed in NetAddrAki
2022-03-30Fixed missing include in ListAki
2022-03-30Brought NetHost closer to standardAki
2022-03-30Brought NetAddr closer to standardAki
2022-03-30Removed windows header uses in HttpServletExecAki
2022-03-29Fixed includes in HttpServletExecAki
2022-03-29Split Session from HttpServletAki
2022-03-29Fixed includes in HttpClientAki
2022-03-29Removed windows header usage in HttpServerAki
2022-03-29Split Param, Response and Request from HttpServer filesAki
2022-03-28Removed Description of NetLayerAki
2022-03-28Removed windows headers and moved NetServer a bit closer to standardAki