Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-20 | refactor: move flame modpack import to separate file | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: add `throw_on_blocked` arg to Flame file parse | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | feat: add 'getFiles' by fileIds route in Flame API | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | feat: add early modrinth pack updating | flow | |
Still some FIXMEs and TODOs to consider, but the general thing is here! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: move modrinth modpack import to separate file | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: add instance creation abstraction and move vanilla | flow | |
This is so that 1. Code is more cleanly separated, and 2. Allows to more easily add instance updating :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | chore: add helper function for copying managed pack data between insts. | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | fix: add more legacy architectures | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | refactor: drop 64-bit check | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: support multiarch system classifiers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | refactor: introduce RuntimeContext | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: register JavaRealArchitecture for MinecraftInstance | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: ensure all resource folders exist | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: actually render color codes for texture packs | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: comments and naming of texture pack stuff | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix: tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | feat: add texture pack parsing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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 | |
and use const accessors whenever we can! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-16 | fix: prevent deletes by shared pointer accidental creation | flow | |
This fixes the launcher crashing when opening the game :iea: Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-16 | fix: move newly allocated resources to the main thread | flow | |
This avoids them getting deleted when the worker thread exits, due to thread affinity on the created thread. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-16 | fix: memory leak when getting mods from the mods folder | flow | |
friendly reminder to always delete your news. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | fix: enable demo launch only on supported instances | flow | |
e.g. >= 1.3.1 instances Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | fix: show 'demo' instead of 'offline' in log when in demo mode | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | change: move demo action to "Play offline" menu | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-15 | Add 'Ctrl+Alt+O' Shortcut to launch demo instance. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-09-15 | Added Launch Demo button. | jopejoe1 | |
Signed-off-by: jopejoe1 <johannes@joens.email> | |||
2022-09-14 | Merge pull request #982 from DavidoTek/windarkmode2 | Sefa Eyeoglu | |
2022-09-12 | fix: use std::wstring for Windows filenames | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | chore: make DirNameFromString add normal duplicate identifier | flow | |
Wrap the number in parenthesis to be similar to other software. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: remove Win32 'crap' in FileSystem | flow | |
We should use std::filesystem symlink and hardlink functions instead. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for overrides | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for path deletion | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | refactor: use std::filesystem for file copy | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-12 | Merge pull request #1133 from Scrumplex/refactor-tests | flow | |
Move tests to a separate folder, to fix issues and improve maintenance | |||
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-10 | fix: emit signals when aborting NetJob | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | fix: start at least one task in ConcurrentTask | flow | |
This allows us to emit all the necessary stuff when we're finished in the case of starting a task with no subtasks. In particular, this caused the mod updater to not work properly :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #997 from flowln/fix_major_version_filter | flow | |
2022-09-07 | Merge pull request #1105 from flowln/better_resource_packs | flow | |
Add basic resource pack parsing and fix issues | |||
2022-09-07 | refactor: create mod pages and filter widget by factory methods | flow | |
This takes most expensive operations out of the constructors. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | fix: use more robust method of finding matches for major version | flow | |
This uses the proper version list to find all MC versions matching the major number (_don't say anything about SemVer_ :gun:). Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-07 | Merge pull request #939 from flowln/mod_downloader_improve | flow | |
Some more UI / UX improvements to the mod downloader! | |||
2022-09-07 | Merge pull request #966 from flowln/refactor_tasks | flow | |
Reduce code duplication in tasks, fix some bugs and add some tests | |||
2022-09-06 | Fixed up a warning | timoreo | |
Signed-off-by: timoreo <contact@timoreo.fr> | |||
2022-09-05 | Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness | Sefa Eyeoglu | |
2022-09-05 | Merge pull request #1107 from DioEgizio/smaller-about | 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 | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> |