summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2021-10-02Switched to long doubles instead of doing manual FPU manipulationAki
2021-10-02Replaced remaining minmax macros with std equivelantsAki
2021-10-02Changed NULL to 0 where it was intended this wayAki
2021-10-02Replaced rdtsc with std clockAki
2021-10-02Enabled C++11 standard with extensionsAki
2021-10-02Fixed annoying warning regarding extras in endifAki
2021-10-02Fixed conversion and narrowing errors in Joystick error handlerAki
2021-10-02Fixed conversion from rvalue to non-const lvalue referenceAki
2021-10-02Removed storage location from enum declarationAki
2021-10-02Replaced min max macros with std onesAki
2021-10-02Removed inline assembly from fixed point number classAki
2021-10-02Fixed 'not' keyword usage as identifierAki
2021-10-02Added missing new[] debug overloadAki
2021-10-02Streamlined file and guard endings in Foundation and NetExAki
2021-10-02Increased control over win sdk pathsAki
2021-10-02Removed usage of msvc __noop extensionAki