Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-03-14 | Merge pull request #240 from PolyMC/ZekeSmith-move-to-wiki | Ezekiel Smith | |
Update Readme to link development building to the website wiki. also fix forking and licensing. | |||
2022-03-13 | Update README.md | Ezekiel Smith | |
2022-03-13 | fix: simplify header SVG using SVGO | Sefa Eyeoglu | |
2022-03-13 | chore: switch logo font to Josefin Sans | Sefa Eyeoglu | |
2022-03-13 | fix: define jars path relative to application root | Sefa Eyeoglu | |
Fixes #117 | |||
2022-03-13 | Merge pull request #254 from Scrumplex/fix-update-metainfo | Ezekiel Smith | |
Update metainfo URLs | |||
2022-03-12 | fix(metainfo): update URLs | Sefa Eyeoglu | |
2022-03-12 | Merge pull request #235 from Scrumplex/chore-bump-1.1.0 | LennyMcLennington | |
Bump to 1.1.0 | |||
2022-03-12 | Merge pull request #251 from flowln/fix_tr | dada513 | |
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
2022-03-11 | Merge pull request #241 from PolyMC/ZekeSmith-move-to-wiki-1 | dada513 | |
2022-03-11 | fix: typos | Sefa Eyeoglu | |
2022-03-11 | Merge pull request #242 from deadmeu/develop | Ezekiel Smith | |
Fix missing space in "No Accounts" message | |||
2022-03-10 | Merge pull request #243 from dada513/mx_button | dada513 | |
2022-03-10 | Merge pull request #247 from txtsd/actions_fix | Ezekiel Smith | |
Fix Ubuntu system Qt failure | |||
2022-03-10 | Fix Ubuntu system Qt failure | txtsd | |
2022-03-08 | add matrix button | dada513 | |
2022-03-08 | Fix missing space in "No Accounts" message | deadmeu | |
2022-03-08 | Update BUILD.md | Ezekiel Smith | |
2022-03-08 | Update README.md | Ezekiel Smith | |
2022-03-07 | fix: delete semicolons at the end of .cpp file's functions | flow | |
my lsp is weird sometimes | |||
2022-03-07 | refactor: move things around so that related things are close together | flow | |
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-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-08 | Merge pull request #232 from Scrumplex/fix-help-links | Ezekiel Smith | |
Switch to polymc.org wiki | |||
2022-03-08 | Merge pull request #230 from Scrumplex/fix-iconthemes | Ezekiel Smith | |
Reorganize icon themes | |||
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-06 | chore: bump to 1.1.0 | Sefa Eyeoglu | |
2022-03-06 | fix: update news links to point to polymc.org | Sefa Eyeoglu | |
2022-03-06 | refactor: move help URL into buildconfig | Sefa Eyeoglu | |
2022-03-05 | fix: switch to polymc.org wiki | Sefa Eyeoglu | |
2022-03-05 | Merge pull request #221 from flowln/install_button | Sefa Eyeoglu | |
2022-03-05 | fix: reorganize icon themes | Sefa 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-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 |