summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
AgeCommit message (Collapse)Author
2024-03-12Legal notices updatedAki
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc.
2024-03-12Removed some connections from Starserver and Game to Types.hAki
This was intended to be wider but DataLoader seems to stop progress once again. This in turn asks for rework of FoundationEx, Readers and Virtual Filesystem.
2024-03-01Removed useless MachineInfo queriesAki
One questionable leftover is the Windows version check
2022-09-15Renamed EventDispatch and EventTarget by adding UI prefixAki
2022-04-13Removed unused includes of DataLoaderAki
2022-04-07Removed ShowMouse from GameAki
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-05Removed overridden Run function of GameWinDX9Aki
2022-04-04Streamlined game loopsAki
2022-04-03Added base game mode management to GameAki
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-01Moved Stars45 to StarsExAki