summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-08-11Fixed null-terminated extractionAki
2022-08-09Added methods to inspect blocks in the archiveAki
2022-08-09Cleaned-up selected parts of newly added codeAki
2022-08-08Added a functionality that enables extracting files by their pathAki
2022-08-07Added method to expand stored filesAki
2022-08-07Reimplemented part of archive formatAki
2022-08-03Extended size of cast even moreAki
2022-04-14Reformatted Pcx to match newline and indent conventionsAki
2022-04-14Renamed PCX format source to match conventionAki
2022-04-14Removed unused Reset method in loaderAki
2022-04-14Removed source groups as they didn't find their use in the endAki
2022-04-14Switched to use new Sources everywhere applicable in the LoaderAki
2022-04-13Removed unused includes of DataLoaderAki
2022-04-12DataSource now properly includes file reading functionsAki
2022-04-12Fixed leaked cwd source from loaderAki
2022-04-12Remvoed unused UseVideo of DataLoaderAki
2022-04-12Removed prefix from data sourcesAki
2022-04-12Added concat method to Text that does not mutate baseAki
2022-04-12Added a way to weak reference sources without any dependenciesAki
2022-04-12Changed error returning in DataLoaderAki
2022-04-12Added simple formatting function for TextAki
2022-04-10Added groups for data sourcesAki
2022-04-10Switched to use FileSystemDataSource in DataLoaderAki
2022-04-10Fixed Text.replace in *.* caseAki
2022-04-10Added simple DataSources to replace parts of DataLoaderAki
2022-04-10Switched to C types and memory mutation functions in ArchiveAki
2022-04-10Moved archives list from static part of impl to loader memberAki
2022-04-10Removed unused static pointer to loader instanceAki
2022-04-10Merge branch 'magic'Aki
2022-04-10Requested texture size is now managed by Video and Video SettingsAki
2022-04-09Magic now uses updated Print from UtilsAki
2022-04-09Removed dependency on Starshatter in some dialogs and mission gensAki
2022-04-08Streamlined error message for complex modelsAki
2022-04-08Changed line endings in resource file to match rest of repoAki
2022-04-08Fixed case of include for the sake of itAki
2022-04-07Increased maximum polys and vertices fourfoldAki
2022-04-07Magic now properly initializes new ClockAki
2022-04-07Added missing resource to Magic sourcesAki
2022-04-07Removed unsued and incomplete Primitives from Magic2Aki
2022-04-07Wrapped min max calls to avoid macro that should be disabledAki
2022-04-07Removed files that were originally skipped in vcxprojAki
2022-04-07Naively fixed include directories and link libraries for Magic2Aki
2022-04-07Switched parts of cmake tree for MSVCAki
2022-04-07Fixed inconsistent CloseErrLog return typeAki
2022-04-07Added void return type for = overloadAki
2022-04-07Changed file names for Parser to avoid conflict in MSVC environmentAki
2022-04-07Removed no longer used include for exitAki
2022-04-07Removed unused WebBrowser launcherAki
2022-04-07Moved server exclusive files to own moduleAki
2022-04-07Made Game accessors const and fixed minor formatting issuesAki