summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-02-18Switched to use GetIntance for Game instead of static methodsAki
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-16Removed nGenEx left-oversAki
2022-02-16Removed unused ex-precomp headerAki
2022-02-15Fixed late night uncompiled changesAki
2022-02-15Exported infamous Print to FoundationExAki
2022-02-14Fixed localization in second training missionAki
2022-02-14Fixed missing include for winres in rc fileAki
2022-02-13Sorted out resource file for Starshatter executableAki
2022-02-13Added forgotten header guardAki
2022-02-13Added mailmap that fixes weird google-code mailsAki
2022-02-13Added doc to GitDescribed and cleaned up all cmake modulesAki
2022-02-13Fixed and cleaned up GitDescribeAki
2022-02-13Copyright notice and license files are now part of distributionAki
2022-02-13Starshatter versions are now generated based on information from gitAki
2022-02-13Added copyright NOTICE and project license, cleaned up notices in filesAki
2022-02-12Added some modern screen resolutions and increased the defaults a bitAki
2022-02-12Changed game executable name to StarshatterAki
2022-02-11Changed install mode for execute permissionsAki
2022-02-11Added needed MinGW runtime libraries to installsAki
2022-02-09Added simplistic install-time configurationAki
2022-02-09Moved third-party libraries to a separate subdirectoryAki
2022-02-09Removed install-time rules from third-party librariesAki
2022-02-09Fixed some small issues where datafile builds would not triggerAki
2022-02-09Changed order of adding the files to datafile archivesAki
2022-02-09Somewhat finalized AddDatafile and AddDownloadableResourceAki
2022-02-09Implemented initial downloadable binary resources for building datafilesAki
2022-02-07Added start.dat from one of the distributions of the gameAki
2022-02-07Changed all file opening modes to be binary to have consistent newlinesAki
2022-02-06Increased marigin for bad compressionAki
2022-02-06Added datafiles to the repositoryAki
2022-02-06Added default toolchain for linux cross-compilationAki
2022-02-06Trimmed unnecessarily big gitignore fileAki
2022-02-06Extended readme file with basic building instructionsAki
2022-02-03Added hostname to the server configurationAki
2022-01-31Removed AVI recording functionalityAki
2022-01-30Converted Opcode and Ice into unix newlines formatAki
2022-01-30Removed trailing whitespace all over the placeAki
2022-01-29Fixed case in include paths in Stars45Aki
2022-01-29Fixed case and separators in include paths in OpcodeAki
2021-10-03Stars45 can now be built under MSYS2/Mingw32Aki
2021-10-03Cleaned up Opcode cmake targetAki
2021-10-02Separated out msvc cmake configurationAki
2021-10-02Switched to use game handler instead as mingw couldnt find extern oneAki
2021-10-02Fixed rvalue reference in TerrainPatchAki
2021-10-02Fixed rvalue reference in MFD text drawingAki
2021-10-02Fixed rvalue as nonconst lvalue ref in MapViewAki