Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-18 | Merge pull request #33 from DioEgizio/remove-useless-actions | Sefa Eyeoglu | |
2022-10-18 | Merge pull request #29 from Scrumplex/feat-clear-metadata | Sefa Eyeoglu | |
2022-10-18 | feat: remove redundant actions from instance toolbar and redundant "instance"s | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-18 | fix: use display name in code | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-18 | refactor: initial rebrand | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-12 | fix: don't include opted out versions with the 'Any' filter on the MD | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-11 | Update launcher/ui/MainWindow.cpp | Tayou | |
make " Offline" string for profilers translatable Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tayou <31988415+TayouVR@users.noreply.github.com> | |||
2022-10-10 | Merge Launch Buttons | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-10-10 | feat: add clear metadata action | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-08 | Merge pull request #1033 from Scrumplex/multi-arch-support | Sefa Eyeoglu | |
2022-10-08 | Merge pull request #1185 from DioEgizio/fix-tooltip | flow | |
Fix outdated 'Disable mod metadata' button's warning message. | |||
2022-10-08 | Improve default light and dark themes (#1174) | Trisave | |
2022-10-08 | fix: mod updating isn't upcoming anymore :p | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-10-08 | Merge pull request #1163 from flowln/fix_list_icons | Sefa Eyeoglu | |
2022-10-08 | Merge pull request #1154 from Scrumplex/epic-formatting-codes | Sefa Eyeoglu | |
2022-09-30 | fix: add missing includes to fix Qt 6.4 build | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-26 | Merge pull request #894 from flowln/update_from_external_source | flow | |
epic PR | |||
2022-09-26 | huge nit: added const refs, everywhere | timoreo | |
Signed-off-by: timoreo <contact@timoreo.fr> | |||
2022-09-24 | Allow double clicking to mark for dowload | ErogigGit | |
Signed-off-by: Erogig <erogigabyte@gmail.com> | |||
2022-09-23 | fix: use placeholder icon when the project has no icon in MR | flow | |
Projects with no icon return a null icon URL in Modrinth's API. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-23 | feat: change project item delegate for modrinth modpacks | flow | |
more info! \ ^-^/ Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-23 | fix: remove manual icon resize in ModModel | flow | |
THis fixes a FIXME, now that we fixed the issue :o Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-23 | fix: set icon sizes correctly in ProjectItemDelegate | flow | |
no more dumb hacks with icons!! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-21 | feat: also format resource/texture pack names | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-21 | feat: support more formatting codes | Sefa Eyeoglu | |
also fix some crashes Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | fix(ui): hook up abort status signal in ProgressDialog | flow | |
Now we have a visual indication on when tasks are abortable! Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | fix: simplify abort handling and add missing emits | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-20 | refactor: change the way instance names are handled | flow | |
While working on pack updating, instance naming always gets in the way, since we need both way of respecting the user's name choice, and a standarized way of getting the original pack name / version. This tries to circunvent such problems by abstracting away the naming schema into it's own struct, holding both the original name / version, and the user-defined name, so that everyone can be happy and world peace can be achieved! (at least that's what i'd hope :c). 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 | refactor: introduce RuntimeContext | 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 | feat: add texture pack parsing | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
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 | 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-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-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-04 | make the about dialog smaller | DioEgizio | |
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-09-03 | fix: removing mods with their metadata as well | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: move resource pack images to QPixmapCache | flow | |
This takes care of evicting entries when the cache gets too big for us, so we can add new entries without much worries. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add resource icon to InfoFrame | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: modify InfoFrame and ResourcePackPage to show ResourcePack info | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> |