Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | refactor: move more common code to base class | flow | |
Also removes unused imports and organize the ModModel header | |||
2022-03-07 | refactor: de-duplicate common code in network mod APIs | flow | |
2022-03-07 | refactor: move NetJob away from ModModel to ModAPI | flow | |
This is done so that 1. ModAPI behaves more like an actual API instead of just a helper, and 2. Allows for more easily creating other mod providers that may or may not use network tasks (foreshadowing lol) | |||
2022-03-06 | refactor: use Enum instead of raw int for ModLoaderType | flow | |
2022-03-06 | clarify some method names and comments | flow | |
2022-03-06 | merge upstream | flow | |
2022-03-06 | refactor: move "get versions" task from page to model | flow | |
This seems more reasonable | |||
2022-03-06 | refactor: use only a single unique_ptr for the api | flow | |
2022-03-05 | Merge pull request #221 from flowln/install_button | Sefa Eyeoglu | |
2022-03-03 | fix extra spacing in resource packs and shader packs, and move button up | flow | |
hopefully now its finally ok | |||
2022-03-03 | hack: hide 'Download Mods' button when not in the mods tab | flow | |
2022-03-03 | change 'Install Mods' -> 'Download Mods' and change position | flow | |
2022-03-03 | fix windows compilation | flow | |
2022-03-02 | refactor: move url creation for mods to modplatform/ | flow | |
Moves all things related to creating the URLs of the mod platforms that go to network tasks to a single place, so that: 1. Maintaining and fixing eventual issues is more straightforward. 2. Makes it possible to factor out more common code between the different modplatform pages | |||
2022-03-02 | refactor: extract common code in mod pages and model | flow | |
This creates a hierarchy in which ModPage and ModModel are the parents of every mod provider, providing the basic functionality common to all of them. It also imposes a unique .ui file (they were already equal before, just duplicated basically) on all mod providers. | |||
2022-03-02 | refactor: Use a single indexed pack for mods | flow | |
Since there's little difference between them, let's remove duplication and merge them. | |||
2022-03-02 | Merge pull request #216 from txtsd/ignore_paths | Ezekiel Smith | |
Don't build when updating non-code | |||
2022-03-02 | Ignore certain paths for CI | txtsd | |
2022-03-01 | Merge pull request #214 from PolyMC/ZekeSmith-newReadme | timoreo22 | |
Modify readme to use website | |||
2022-03-01 | Merge pull request #205 from timoreo22/fix-version-select | timoreo22 | |
Fixed wrong version info | |||
2022-03-01 | Update and link latest build to actions | Ezekiel Smith | |
2022-03-02 | Merge pull request #163 from txtsd/windows_data_dir | Ezekiel Smith | |
Replace build layouts with Launcher_PORTABLE cmake flag | |||
2022-03-01 | Modify readme to use website | Ezekiel Smith | |
2022-02-28 | Merge pull request #207 from flowln/curseforge_api | Sefa Eyeoglu | |
2022-02-27 | fix: Do not loop when its not a fabric mod on Flame version validation | flow | |
Since there's no validation for forge mods since the start, we were just looping with no porpuse in this situation. | |||
2022-02-27 | Update FMLLIBS_BASE_URL | Lenny McLennington | |
Updated FMLLIBS_BASE_URL to https://files.polymc.org/fmllibs/ Fixes #208 | |||
2022-02-27 | fix: Always tell Flame API which modloader we are using | flow | |
Fixes #206 partially. Although we don't list mods that have no compatibility with the mod loader we are using, mods that have support for both loaders still show up, and the versions for both the loaders are still shown. Also simplifies a little the logic in FlameModIndex::loadIndexedPackVersions | |||
2022-02-27 | Apply suggestions from code review | txtsd | |
Co-authored-by: LennyMcLennington <lenny@sneed.church> | |||
2022-02-27 | Cleanly free NetJob in flame modpack | timoreo | |
2022-02-27 | Fixed wrong version info | timoreo | |
2022-02-27 | Merge pull request #203 from glowiak/patch-4 | dada513 | |
2022-02-26 | Merge pull request #201 from Scrumplex/fix-instancetype-reregistration | Sefa Eyeoglu | |
2022-02-26 | Notify about needed AppBSD version | glowiak | |
2022-02-26 | Merge pull request #195 from babbaj/nix-refactor | timoreo22 | |
nix: Use POLYMC_JAVA_PATHS | |||
2022-02-26 | Merge pull request #193 from flowln/develop | timoreo22 | |
Allow for downloading multiple mods at once | |||
2022-02-26 | fix: load instances no matter their instance type | Sefa Eyeoglu | |
2022-02-25 | nix: Use POLYMC_JAVA_PATHS | Babbaj | |
2022-02-25 | Merge pull request #199 from Scrumplex/fix-translations | Sefa Eyeoglu | |
2022-02-25 | merge upstream and resolve conflicts | flow | |
2022-02-26 | Merge pull request #183 from timoreo22/fix-versions-segfault | Ezekiel Smith | |
Fixed segfault in mod download | |||
2022-02-26 | Merge pull request #192 from Scrumplex/refactor-remove-legacy-instances | Ezekiel Smith | |
Drop legacy instances | |||
2022-02-25 | fix(i18n): update translations URL | Sefa Eyeoglu | |
2022-02-23 | fix: improve readability and set ok button as disabled by default | flow | |
2022-02-23 | fix(ui): add translation func to text in the confirm dialog | flow | |
2022-02-23 | Merge branch 'PolyMC:develop' into develop | flow | |
2022-02-23 | fix: use legacy data path if it exists | Sefa Eyeoglu | |
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-23 | Merge pull request #158 from txtsd/actions | timoreo22 | |
CI: Release builds and workflow | |||
2022-02-22 | Use System Qt for generic Linux build | txtsd | |