Age | Commit message (Expand) | Author |
2022-12-24 | feat: validate world saves | Rachel Powers |
2022-12-24 | feat: worldSave parsing and validation | Rachel Powers |
2022-12-24 | feat: add shaderpack validation | Rachel Powers |
2022-12-24 | feat: add a `ModUtils::validate` | Rachel Powers |
2022-12-24 | feat: add initial support for parseing datapacks | Rachel Powers |
2022-12-16 | fix: translate unknown mod provider | leo78913 |
2022-12-15 | fix(ResourceModel): use a single ConcurrentTask for parsing tasks | flow |
2022-12-15 | feat: add a provider column to the mods page | leo78913 |
2022-12-14 | Merge branch 'develop' into remove-updater | Sefa Eyeoglu |
2022-12-14 | Improve handling of destructive actions | TheKodeToad |
2022-12-11 | Not all libraries are from Mojang | Una |
2022-12-11 | Merge pull request #569 from Jan200101/PR/fix-mangohud | Sefa Eyeoglu |
2022-12-11 | Merge pull request #461 from flowln/fix_big_resource_pack_imgs | flow |
2022-12-11 | chore: replace naive mangohud preload with vklayer detection | Jan200101 |
2022-12-08 | fix: re-add LD_LIBARY_PATH to mangohud | Jan200101 |
2022-12-02 | Merge pull request #423 from TheKodeToad/addagent | flow |
2022-12-02 | Merge pull request #481 from ryanccn/import-resource-pack-dialog-uwu | flow |
2022-11-29 | Make requested changes | TheKodeToad |
2022-11-28 | fix: don't disable interaction on non-mod models when inst. is running | flow |
2022-11-27 | fix: check resource pack validity solely using pack format | Sefa Eyeoglu |
2022-11-23 | Button to add agent | TheKodeToad |
2022-11-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into... | Ryan Cao |
2022-11-21 | refactor: remove old updater | Sefa Eyeoglu |
2022-11-20 | fix: remove commented-out assertions | flow |
2022-11-20 | refactor: move RP/TP validation to their respective utils | flow |
2022-11-19 | Merge pull request #291 from TheKodeToad/betterjavalauncher | Sefa Eyeoglu |
2022-11-19 | fix instance IDs and resource pack imports | Ryan Cao |
2022-11-19 | fix: add resource pack format for 1.19.3 | Ryan Cao |
2022-11-19 | fix: check if packFormat is valid for resourcepack parsing | Ryan Cao |
2022-11-19 | fix resource packs and add support for texture packs | Ryan Cao |
2022-11-16 | refactor: use isEmpty instead of size for lists | Sefa Eyeoglu |
2022-11-16 | fix: serialize metadata extensions | Sefa Eyeoglu |
2022-11-16 | fix: remove unnecessary condition | Sefa Eyeoglu |
2022-11-15 | fix: use QPixmapCache only from the main thread | flow |
2022-11-15 | fix: don't retry to load RP images that can't fit in the cache | flow |
2022-11-14 | Merge pull request #428 from DioEgizio/fixes-to-CI | flow |
2022-11-14 | Pass index.parent() as parent parameter for rowCount | TheLastRar |
2022-11-14 | Use Q_UNUSED instead of [[maybe_unused]] in onParseFailed | TheLastRar |
2022-11-14 | Check parent in rowCount/columnCount/canFetchMore | TheLastRar |
2022-11-14 | Mark paramaters of dropMimeData as unused | TheLastRar |
2022-11-14 | Mark paramaters of onParseFailed as unused | TheLastRar |
2022-11-14 | Mark paramater runtimeContext as unused | TheLastRar |
2022-11-13 | fix: Fix the error that CodeQL caught | txtsd |
2022-11-10 | Merge pull request #397 from flowln/windows_mod_updater_fixes_maybe | Sefa Eyeoglu |
2022-11-08 | A lot more cleanup | TheKodeToad |
2022-11-08 | Remove arguments being passed twice | TheKodeToad |
2022-11-08 | Various tweaks to the Java component of the launcher | TheKodeToad |
2022-11-04 | refactor: move MMCStrings -> StringUtils | flow |
2022-11-04 | fix: use unicode variant for marking '.index' hidden | flow |
2022-11-04 | Merge pull request #374 from flowln/fix_lto | txtsd |