aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11fix missing translation stringsflow
my mistake, sorry! ToT
2022-03-11Merge pull request #241 from PolyMC/ZekeSmith-move-to-wiki-1dada513
2022-03-11fix: typosSefa Eyeoglu
2022-03-11Merge pull request #242 from deadmeu/developEzekiel Smith
Fix missing space in "No Accounts" message
2022-03-10Merge pull request #243 from dada513/mx_buttondada513
2022-03-10Merge pull request #247 from txtsd/actions_fixEzekiel Smith
Fix Ubuntu system Qt failure
2022-03-10Fix Ubuntu system Qt failuretxtsd
2022-03-08add matrix buttondada513
2022-03-08Fix missing space in "No Accounts" messagedeadmeu
2022-03-08Update BUILD.mdEzekiel Smith
2022-03-08Update README.mdEzekiel Smith
2022-03-07fix: delete semicolons at the end of .cpp file's functionsflow
my lsp is weird sometimes
2022-03-07refactor: move things around so that related things are close togetherflow
This also adds some comments around ModModel.cpp and ModPage.cpp to add some ease of reading the code. Also move some things from headers to cpp files.
2022-03-07refactor: move more common code to base classflow
Also removes unused imports and organize the ModModel header
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-07refactor: move NetJob away from ModModel to ModAPIflow
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-08Merge pull request #232 from Scrumplex/fix-help-linksEzekiel Smith
Switch to polymc.org wiki
2022-03-08Merge pull request #230 from Scrumplex/fix-iconthemesEzekiel Smith
Reorganize icon themes
2022-03-06refactor: use Enum instead of raw int for ModLoaderTypeflow
2022-03-06clarify some method names and commentsflow
2022-03-06merge upstreamflow
2022-03-06refactor: move "get versions" task from page to modelflow
This seems more reasonable
2022-03-06refactor: use only a single unique_ptr for the apiflow
2022-03-06chore: bump to 1.1.0Sefa Eyeoglu
2022-03-06fix: update news links to point to polymc.orgSefa Eyeoglu
2022-03-06refactor: move help URL into buildconfigSefa Eyeoglu
2022-03-05fix: switch to polymc.org wikiSefa Eyeoglu
2022-03-05Merge pull request #221 from flowln/install_buttonSefa Eyeoglu
2022-03-05fix: reorganize icon themesSefa Eyeoglu
Rename MultiMC to Legacy Simple (Colored) is now the first icon theme Custom is now the last icon theme, which also fixes a loading issue when Legacy was selected Fix loading of Legacy theme
2022-03-03fix extra spacing in resource packs and shader packs, and move button upflow
hopefully now its finally ok
2022-03-03hack: hide 'Download Mods' button when not in the mods tabflow
2022-03-03change 'Install Mods' -> 'Download Mods' and change positionflow
2022-03-03fix windows compilationflow
2022-03-02refactor: 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-02refactor: extract common code in mod pages and modelflow
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-02refactor: Use a single indexed pack for modsflow
Since there's little difference between them, let's remove duplication and merge them.
2022-03-02Merge pull request #216 from txtsd/ignore_pathsEzekiel Smith
Don't build when updating non-code
2022-03-02Ignore certain paths for CItxtsd
2022-03-01Merge pull request #214 from PolyMC/ZekeSmith-newReadmetimoreo22
Modify readme to use website
2022-03-01Merge pull request #205 from timoreo22/fix-version-selecttimoreo22
Fixed wrong version info
2022-03-01Update and link latest build to actionsEzekiel Smith
2022-03-02Merge pull request #163 from txtsd/windows_data_dirEzekiel Smith
Replace build layouts with Launcher_PORTABLE cmake flag
2022-03-01Modify readme to use websiteEzekiel Smith
2022-02-28Merge pull request #207 from flowln/curseforge_apiSefa Eyeoglu
2022-02-27fix: Do not loop when its not a fabric mod on Flame version validationflow
Since there's no validation for forge mods since the start, we were just looping with no porpuse in this situation.
2022-02-27Update FMLLIBS_BASE_URLLenny McLennington
Updated FMLLIBS_BASE_URL to https://files.polymc.org/fmllibs/ Fixes #208
2022-02-27fix: Always tell Flame API which modloader we are usingflow
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-27Apply suggestions from code reviewtxtsd
Co-authored-by: LennyMcLennington <lenny@sneed.church>
2022-02-27Cleanly free NetJob in flame modpacktimoreo
2022-02-27Fixed wrong version infotimoreo