summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
AgeCommit message (Collapse)Author
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-02Moved def format implementation to own moduleAki
2022-04-02Reformatted Reader and updated header includesAki
2022-04-02Moved Reader to FoundationExAki
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