summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.h
AgeCommit message (Collapse)Author
2022-02-17Everything but panic and singleton impl is now instance basedAki
2022-02-16Changed video related static game method to instance methodsAki
2022-02-16Changed static members to instance for a Game singletonAki
2022-02-16Removed game loop outside of game classAki
2022-02-15Exported infamous Print to FoundationExAki
2022-02-13Added copyright NOTICE and project license, cleaned up notices in filesAki
I want the legal state of the project to be clear while avoiding unnecessary amount of boilerplate in source code (with duplicated content) which some open source projects tend to create. The notice in source is now way smaller while the notice in NOTICE gives much better overview of the entire project. I hope this is a solution that respects the project's history, original author, and all contributions made to it over the years.
2022-01-31Removed AVI recording functionalityAki
2022-01-30Removed trailing whitespace all over the placeAki
2021-10-02Fixed annoying warning regarding extras in endifAki
2021-09-30Merged nGenEx and Parser into Stars45Aki