Age | Commit message (Expand) | Author |
2022-09-24 | fix: fallback for languages without a native name | Sefa Eyeoglu |
2022-09-24 | Replaced tomlc99 with tomlplusplus | Trial97 |
2022-09-23 | fix: use placeholder icon when the project has no icon in MR | flow |
2022-09-23 | feat: change project item delegate for modrinth modpacks | flow |
2022-09-23 | fix: remove manual icon resize in ModModel | flow |
2022-09-23 | fix: set icon sizes correctly in ProjectItemDelegate | flow |
2022-09-21 | feat: also format resource/texture pack names | Sefa Eyeoglu |
2022-09-21 | feat: support more formatting codes | Sefa Eyeoglu |
2022-09-20 | fix: don't change groups when updating an instance | flow |
2022-09-20 | feat: add dialog to ask whether to chaneg instance's name | flow |
2022-09-20 | fix: show warning in case there's no old index when updating | flow |
2022-09-20 | refactor: setAbortStatus -> setAbortable | flow |
2022-09-20 | fix: don't load specific settings for managed pack info | flow |
2022-09-20 | fix: move file deletion to the end of the instance update | flow |
2022-09-20 | fix: some abort-related issues | flow |
2022-09-20 | feat(ui): improve info dialog before updating an instance | flow |
2022-09-20 | fix(ui): hook up abort status signal in ProgressDialog | flow |
2022-09-20 | fix: hook up setAbortStatus in instance import tasks | flow |
2022-09-20 | feat: add canAbort() status change in Task | flow |
2022-09-20 | fix: simplify abort handling and add missing emits | flow |
2022-09-20 | fix: correctly set managed pack fields in CF pack | flow |
2022-09-20 | feat: add override awareness to CF modpack updating | flow |
2022-09-20 | fix: correctly set all managed pack fields in Modrinth pack | flow |
2022-09-20 | feat: add override handling in modrinth pack update | flow |
2022-09-20 | feat: add override helper functions | flow |
2022-09-20 | refactor: change the way instance names are handled | flow |
2022-09-20 | refactor: clean up InstanceImportTask a bit | flow |
2022-09-20 | feat: add curseforge modpack updating | flow |
2022-09-20 | refactor: move creation of CF file download task to a separate function | flow |
2022-09-20 | refactor: move flame modpack import to separate file | flow |
2022-09-20 | refactor: add `throw_on_blocked` arg to Flame file parse | flow |
2022-09-20 | feat: add 'getFiles' by fileIds route in Flame API | flow |
2022-09-20 | feat: add early modrinth pack updating | flow |
2022-09-20 | refactor: move modrinth modpack import to separate file | flow |
2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow |
2022-09-20 | chore: add helper function for copying managed pack data between insts. | flow |
2022-09-20 | fix: add more legacy architectures | Sefa Eyeoglu |
2022-09-20 | refactor: drop 64-bit check | Sefa Eyeoglu |
2022-09-20 | feat: support multiarch system classifiers | Sefa Eyeoglu |
2022-09-20 | refactor: introduce RuntimeContext | Sefa Eyeoglu |
2022-09-20 | fix: register JavaRealArchitecture for MinecraftInstance | Sefa Eyeoglu |
2022-09-20 | fix: ensure all resource folders exist | Sefa Eyeoglu |
2022-09-20 | fix: actually render color codes for texture packs | Sefa Eyeoglu |
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-20 | Merge pull request #1142 from flowln/better_fs | txtsd |
2022-09-16 | fix: prevent container detaching in ResourceFolderModel | flow |
2022-09-16 | fix: prevent deletes by shared pointer accidental creation | flow |