Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | Legal notices updated | Aki | |
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-12 | Removed some connections from Starserver and Game to Types.h | Aki | |
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-09 | Replaced MachineInfo with stripped cross-platform solution | Aki | |
It could easily handle more, but is there really need for it? Having some information about the machine in logs is nice, but with the current state of affairs most of errors are coming from bad pointer uses than anything else... InfoEx is STATIC, because it seems FoundationEx can cause multiple definitions in scenarios like this. | |||
2024-03-09 | You may now try to run game on WIN95 and 98 if you can | Aki | |
2024-02-29 | Extracted window states out of GameWinDX9 | Aki | |
2022-04-10 | Requested texture size is now managed by Video and Video Settings | Aki | |
2022-04-06 | Removed member variable used to indicate server instance | Aki | |
2022-04-06 | Streamlined instance management for Game and derived classes | Aki | |
2022-04-05 | Removed overridden Run function of GameWinDX9 | Aki | |
2022-04-04 | Streamlined game loops | Aki | |
2022-04-03 | Moved video and sound related members to GameWinDX9 | Aki | |
2022-04-03 | Moved UpdateScreen to GameWinDX9 | Aki | |
2022-04-03 | Moved parts of activate and pause methods to GameWinDX9 | Aki | |
2022-04-03 | Removed video stats in Game | Aki | |
2022-04-03 | Moved another part of application members from Game to WinDX9 | Aki | |
2022-04-01 | Moved Stars45 to StarsEx | Aki | |