summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-12-17Event log is now using ImGuiAki
I don't like the fact that I put entire rlImGui and imgui into the project but that's how they usually deal with the distribution and packaging...
2022-12-13Added naive events for ship destructionAki
2022-12-03Extracted Scenario and related things into own campaign moduleAki
2022-12-03Renamed all battles module and ns references to simAki
2022-11-08Creating skeleton for battle simulation and universe dataAki
This might be a bit too much and a bit too blindly, but let's see how it evolves.
2022-11-07Enabled most warningsAki
2022-10-31Created basic skeleton for the game session and scenesAki