Age | Commit message (Expand) | Author |
2022-11-27 | fix: check resource pack validity solely using pack format | Sefa Eyeoglu |
2022-11-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into... | Ryan Cao |
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-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 |
2022-11-01 | fix: don't use forward-declared Ptr types in meta/ | flow |
2022-10-31 | oop | Ryan Cao |
2022-10-31 | Update VerifyJavaInstall.cpp | Ryan Cao |
2022-10-30 | fix: more user friendly Java warning text | Ryan Cao |
2022-10-19 | Rename | Samisafool |
2022-10-18 | fix: use display name in code | Sefa Eyeoglu |
2022-10-08 | Merge pull request #1033 from Scrumplex/multi-arch-support | Sefa Eyeoglu |
2022-10-08 | chore: add missing license headers | Sefa Eyeoglu |
2022-09-30 | Merge pull request #1162 from Trial97/feature/Replace-toml-library | Sefa Eyeoglu |
2022-09-26 | huge nit: added const refs, everywhere | timoreo |
2022-09-25 | Update launcher/minecraft/mod/tasks/LocalModParseTask.cpp | Alexandru Ionut Tripon |
2022-09-24 | Replaced tomlc99 with tomlplusplus | Trial97 |
2022-09-20 | refactor: change the way instance names are handled | flow |
2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow |
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: 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 |