Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | fix: move time record overrides to BaseInstance | flow | |
This is needed so that we can show time stats in the UI without having to load all type-specific settings, which would make all the previous changes useless :c This is apparently done with console settings too, so I don't think there's a problem doing this too :> Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-06 | feat: lazy-load MinecraftInstance settings | flow | |
Makes the startup go fast! vrum Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-06 | change: put settings initialization in a separate function | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu | |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu | |
Add Performance related settings | |||
2022-07-06 | Add Performance related settings | Jan200101 | |
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | fix: initialize accountIsOnline to fix build | Sefa Eyeoglu | |
CMAKE_BUILD_TYPE=Release makes the build fail otherwise. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | Merge pull request #855 from Gingeh/account-list | Sefa Eyeoglu | |
2022-07-02 | Merge pull request #864 from ivanpu/uncensored-offline | flow | |
Don't censor "offline" word when that's the access token | |||
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-07-03 | Merge pull request #831 from flowln/abort_connections | Ezekiel Smith | |
Add missing connections to the abort signal in some tasks | |||
2022-07-03 | Merge pull request #818 from flowln/tiny_mod_icons | Ezekiel Smith | |
Always scale mod icons to the right size | |||
2022-07-03 | Merge pull request #860 from kthchew/fix/status-version | Ezekiel Smith | |
Show MC version of instance in status bar | |||
2022-07-02 | don't censor offline access token | Ivan Puntiy | |
2022-07-01 | Merge pull request #786 from flowln/concurrent_tasks_slimmed | timoreo | |
2022-07-01 | Merge pull request #845 from flowln/news_in_launcher | timoreo | |
2022-07-01 | fix: update NewLaunch package name | Sefa Eyeoglu | |
2022-07-01 | feat: use ConcurrentTask for mod downloads | flow | |
Way faster :) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-01 | feat: add ConcurrentTask | flow | |
This tasks (or rather, meta-task) has the ability to run several other sub tasks concurrently. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-01 | Merge pull request #652 from flowln/mod_page | Sefa Eyeoglu | |
2022-06-30 | Remove redundant type name from status bar | Kenneth Chew | |
The type name is always "Minecraft", so it showed "Minecraft X.X.X (Minecraft)" | |||
2022-06-30 | Fix Minecraft version not appearing in status bar | Kenneth Chew | |
2022-07-01 | Merge branch 'PolyMC:develop' into account-list | Gingeh | |
2022-06-30 | Change Online status to Ready | Gingeh | |
2022-06-30 | change: better regex for removing 'The' when sorting mods | flow | |
Teh :| Co-authored-by: timoreo22 <timo.oreo34@gmail.com> | |||
2022-06-30 | Merge pull request #826 from kthchew/fix/kill-menubar | Sefa Eyeoglu | |
2022-06-30 | Merge pull request #837 from DioEgizio/fix-sort-mr | timoreo22 | |
2022-06-30 | Disable the refresh button for offline accounts | Gingeh | |
2022-06-30 | add tr() to offline account name | Gingeh | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-29 | Move account checkboxes to the profile column (oops) | Gingeh | |
2022-06-29 | Rename profile column to username and update the tooltip | Gingeh | |
2022-06-29 | Disable skin buttons for offline accounts | Gingeh | |
2022-06-29 | Make the profile and account name columns use all available space | Gingeh | |
2022-06-29 | Move the profile name column to the left | Gingeh | |
2022-06-29 | Don't show account name for offline accounts | Gingeh | |
2022-06-27 | Merge pull request #827 from kthchew/fix/menubar-separator | Ezekiel Smith | |
Workaround Qt bug to fix menu bar separators on macOS | |||
2022-06-27 | Merge pull request #811 from jn64/fix/window-title | Ezekiel Smith | |
Fix duplicate name in window title | |||
2022-06-26 | fix: use `clicked` instead of `pressed` signal for button clicks | flow | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-25 | feat: add news reader dialog | flow | |
Makes it easier to read about new blog posts! Yay :D | |||
2022-06-25 | fix: use right name for the content of a News entry | flow | |
2022-06-24 | fix(modrinth): fix sorting | DioEgizio | |
2022-06-23 | Update launcher/ui/pages/modplatform/flame/FlamePage.ui | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-23 | chore(flame): reword warning | DioEgizio | |
2022-06-22 | fix: add missing connections to the abort signal | flow | |
Beginning with efa3fbff39bf0dabebdf1c6330090ee320895a4d, we separated the failing and the aborting signals, as they can mean different things in certain contexts. Still, some places are not yet changed to reflect this modification. This can cause aborting of progress dialogs to not work, instead making the application hang in an unusable satte. This goes through some places where it's not hooked up yet, fixing their behaviour in those kinds of situation. | |||
2022-06-22 | fix: remove old reference to launchermeta | Sefa Eyeoglu | |
2022-06-22 | Workaround Qt bug to fix menu bar separators on macOS | Kenneth Chew | |
2022-06-21 | Disable launch actions in menu bar when last instance is deleted | Kenneth Chew | |
This caused a crash when the action was selected! | |||
2022-06-21 | Separate the kill and launch instance actions | Kenneth Chew | |
2022-06-22 | Merge pull request #812 from jn64/fix/about-labels | Ezekiel Smith | |
Make version labels in About dialog selectable |