Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-05 | feat(RD): add resource pack downloader | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-05 | Merge pull request #823 from BalkanMadman/linux-java | Sefa Eyeoglu | |
Fix https://github.com/PrismLauncher/PrismLauncher/issues/790 | |||
2023-02-05 | Merge pull request #825 from Ryex/cmd_env_native_sep | Sefa Eyeoglu | |
fix https://github.com/PrismLauncher/PrismLauncher/issues/824 | |||
2023-02-05 | Merge pull request #751 from Edgars-Cirulis/develop | Sefa Eyeoglu | |
2023-02-04 | ensure command env vars use native path seperators | Rachel Powers | |
fix #824 Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-02-04 | Java installations detection fix for Linux | BalkanMadman | |
Signed-off-by: BalkanMadman <zurabid2016@gmail.com> | |||
2023-02-04 | Merge pull request #802 from KosmX/develop | Sefa Eyeoglu | |
2023-02-04 | Merge pull request #803 from TheLastRar/msys2-ccache | flow | |
2023-02-03 | Merge pull request #815 from Scrumplex/fix-funny | Sefa Eyeoglu | |
2023-02-03 | fix: fix component uid regex | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-02-02 | Merge pull request #804 from flowln/improve_big_concurrent_task_test | flow | |
2023-02-02 | Merge pull request #810 from ↵ | flow | |
flowln/error_on_bad_file_paths_as_we_should_catquake | |||
2023-02-02 | fix: give error when components have bad uids | flow | |
This allows other code to reject proceeding when the UID is bad, which is generally a good idea. :p Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-02 | fix(Inst.Import): don't allow bad file path in mrpack import | flow | |
This checks the URL of the path of the file to be downloaded, ensuring that it always contains the root .minecraft target folder, following the warning in the mrpack documentation. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-01 | commit requested change, make the lock static | KosmX | |
Signed-off-by: KosmX <kosmx.mc@gmail.com> | |||
2023-02-01 | CI: Always update windows ccache | TheLastRar | |
Also change name to avoid pulling the stale cache Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | CI: Move mingw restore cache before setup ccache | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | CI: Log ccache stats for msys2 | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-02-01 | fix(tests): improve the reliability of the Task's stack test | flow | |
This actually takes into account the amount of stuff put into the stack in each iteration, and thus avoids having to change the stack size of the thread, and using ad-hoc values for the other stuff. It also reduces the time the test takes to run. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-02-01 | thread-safe logger | KosmX | |
Signed-off-by: KosmX <kosmx.mc@gmail.com> | |||
2023-01-30 | Merge pull request #798 from PrismLauncher/renovate/actions-cache-3.x | flow | |
2023-01-30 | chore(deps): update actions/cache action to v3.2.4 | renovate[bot] | |
2023-01-29 | Merge pull request #795 from leo78913/mainwindow-fixes | flow | |
closes https://github.com/PrismLauncher/PrismLauncher/issues/792 | |||
2023-01-28 | Fix: fix some regressions in the main window | leo78913 | |
this removes the update action from the help button and fixes the add to path action not showing on macos Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-27 | Merge pull request #724 from leo78913/dot-ui-mainwindow | flow | |
Closes https://github.com/PrismLauncher/PrismLauncher/issues/594 Closes https://github.com/PrismLauncher/PrismLauncher/issues/69 Closes https://github.com/PrismLauncher/PrismLauncher/issues/473 | |||
2023-01-27 | better fix for WideBar::insertSeparator | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-27 | Remove unused BarEntry variable | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-27 | Update launcher/ui/MainWindow.ui | leo78913 | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-27 | Update launcher/ui/MainWindow.ui | leo78913 | |
Co-authored-by: flow <flowlnlnln@gmail.com> Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-26 | refactor: clean up some MainWindow stuff | leo78913 | |
this makes the accounts button and menubar item share the same QMenu and also refactors some code Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-01-26 | Merge pull request #787 from flowln/make_shared_ptrs_explicit | flow | |
2023-01-25 | refactor: make shared_qobject_ptr ctor explicit | flow | |
This turns issues like creating two shared ptrs from a single raw ptr from popping up at runtime, instead making them a compile error. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-25 | Merge pull request #779 from TheLastRar/zlib-undo-rename | flow | |
2023-01-25 | Merge pull request #784 from flowln/fix_resource_folder_double_smart_ptrs | Sefa Eyeoglu | |
2023-01-25 | Merge pull request #458 from Scrumplex/remove-updater | Sefa Eyeoglu | |
2023-01-24 | fix(Tasks): don't try to start more tasks than necessary | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-24 | fix(ResourceFolder): don't create two smart ptrs for the same raw ptr | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-24 | Merge pull request #781 from Ryex/patch-1 | flow | |
2023-01-24 | Update launcher/Application.cpp | Rachel Powers | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-24 | Merge pull request #783 from DioEgizio/update-cmark-fix-cve | flow | |
2023-01-24 | fix: update cmark to fix a CVE | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2023-01-24 | Merge branch 'develop' into remove-updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-01-24 | remove NDEBUG check per Scrumplex's orders | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-23 | fix: let jars be found from inside build dir for debug builds | Rachel Powers | |
debug bug builds run form inside the build dir before they are bundled can't find the jars Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-01-23 | Merge pull request #675 from flowln/generalize_mod_model | Sefa Eyeoglu | |
2023-01-23 | Merge pull request #758 from flowln/fix_process_events_backstab | Sefa Eyeoglu | |
2023-01-23 | fix: Undo zlibs file rename when using bundled zlib | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> | |||
2023-01-23 | fix(license): add/fix my copyright/license headers | flow | |
*sobbing in messy legal stuff i know nothing about* Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-23 | Merge pull request #772 from TheLastRar/zlib-fallback-bundled-fix | Sefa Eyeoglu | |
Fix: zlib fallback not working | |||
2023-01-22 | fix: zlib fallback | TheLastRar | |
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com> |