Age | Commit message (Expand) | Author |
2022-09-20 | fix: comments and naming of texture pack stuff | Sefa Eyeoglu |
2022-09-20 | fix: tests | Sefa Eyeoglu |
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu |
2022-09-20 | Merge pull request #1150 from flowln/fix_crash_on_game_quit | txtsd |
2022-09-16 | fix: prevent container detaching in ResourceFolderModel | flow |
2022-09-16 | fix: prevent deletes by shared pointer accidental creation | flow |
2022-09-16 | fix: move newly allocated resources to the main thread | flow |
2022-09-16 | fix: memory leak when getting mods from the mods folder | flow |
2022-09-15 | fix: enable demo launch only on supported instances | flow |
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu |
2022-09-07 | Merge pull request #1105 from flowln/better_resource_packs | flow |
2022-09-05 | Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness | Sefa Eyeoglu |
2022-09-05 | Merge pull request #1034 from Scrumplex/detect-performance-features | Sefa Eyeoglu |
2022-09-05 | Revert "Move classpath definition into NewLaunch itself" | Sefa Eyeoglu |
2022-09-03 | fix: improve handling of unrecognized pack formats | flow |
2022-09-03 | fix: crash when adding resource packs directly in the folder | flow |
2022-09-03 | fix: race condition on ResourceFolderModel tests | flow |
2022-09-03 | feat: move resource pack images to QPixmapCache | flow |
2022-09-03 | feat(tests): add tests for resource pack parsing | flow |
2022-09-03 | refactor: move resource pack file parsing utilities to separate namespace | flow |
2022-09-03 | feat: add image from pack.png to resource packs | flow |
2022-09-03 | fix: filtering in regex search in resource packs | flow |
2022-09-03 | fix: sorting by pack format | flow |
2022-09-03 | feat: add basic resource pack parsing of pack.mcmeta | flow |
2022-09-03 | feat: add more resource pack info | flow |
2022-09-03 | feat: allow specifying factory for resources in BasicFolderLoadTask | flow |
2022-08-31 | Merge pull request #1067 from Scrumplex/classpath-epicness | flow |
2022-08-31 | Merge pull request #1080 from flowln/eternal_cache | flow |
2022-08-21 | fix: make FML libraries cache eternal | flow |
2022-08-21 | fix: make libraries cache eternal | flow |
2022-08-20 | fix: LGTM warnings | flow |
2022-08-20 | change: add enable/disable to resources | flow |
2022-08-20 | refactor+fix: add new tests for Resource models and fix issues | flow |
2022-08-20 | refactor: simplify Mod structure | flow |
2022-08-20 | fix(tests): add timeout on ModFolderModel's tests | flow |
2022-08-20 | fix: don't give shared pointer to obj. external to the model | flow |
2022-08-20 | refactor: adapt rest of the codebase to the new resource model | flow |
2022-08-20 | refactor: make Resource Pack model inherit from ResourceFolderModel | flow |
2022-08-20 | refactor: move more tied logic to model and move logic to the resources | flow |
2022-08-20 | refactor: move things around in the mod model | flow |
2022-08-20 | refactor: move general code from mod model to its own model | flow |
2022-08-20 | refactor: move general info from Mod to Resource | flow |
2022-08-20 | Merge pull request #878 from flowln/lazy_settings | Sefa Eyeoglu |
2022-08-20 | Merge pull request #1023 from flowln/better_shared_ptr | Sefa Eyeoglu |
2022-08-18 | refactor: move classpath definition into NewLaunch itself | Sefa Eyeoglu |
2022-08-11 | fix: only remove orphaned metadata on first opening | flow |
2022-08-08 | fix: don't apply GameMode/MangoHud, if they aren't supported | Sefa Eyeoglu |
2022-08-08 | refactor: don't include mangohud's library path | Sefa Eyeoglu |
2022-08-04 | refactor+fix: use QSharedPointer for shared_qobject_ptr | flow |
2022-08-02 | fix: remove orphaned metadata to avoid problems with auto-updating insts | flow |