Age | Commit message (Expand) | Author |
2022-03-18 | fix silly mistakes and merge upstream | flow |
2022-03-14 | Merge pull request #265 from Scrumplex/fix-javacheck-appimage | Sefa Eyeoglu |
2022-03-14 | tidy: Fix clang-tidy issues on files changed in this PR | flow |
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith |
2022-03-13 | add translation string | flow |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow |
2022-03-13 | fix: define jars path relative to application root | Sefa Eyeoglu |
2022-03-11 | fix missing translation strings | flow |
2022-03-11 | Merge pull request #242 from deadmeu/develop | Ezekiel Smith |
2022-03-08 | add matrix button | dada513 |
2022-03-08 | Fix missing space in "No Accounts" message | deadmeu |
2022-03-07 | fix: delete semicolons at the end of .cpp file's functions | flow |
2022-03-07 | refactor: move things around so that related things are close together | flow |
2022-03-07 | refactor: move more common code to base class | flow |
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 |
2022-03-08 | Merge pull request #232 from Scrumplex/fix-help-links | Ezekiel Smith |
2022-03-08 | Merge pull request #230 from Scrumplex/fix-iconthemes | Ezekiel Smith |
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 |
2022-03-06 | refactor: use only a single unique_ptr for the api | flow |
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 | fix: reorganize icon themes | Sefa Eyeoglu |
2022-03-03 | fix extra spacing in resource packs and shader packs, and move button up | flow |
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 |
2022-03-02 | refactor: extract common code in mod pages and model | flow |
2022-03-02 | refactor: Use a single indexed pack for mods | flow |
2022-03-01 | Merge pull request #205 from timoreo22/fix-version-select | timoreo22 |
2022-03-02 | Merge pull request #163 from txtsd/windows_data_dir | Ezekiel Smith |
2022-02-27 | fix: Do not loop when its not a fabric mod on Flame version validation | flow |
2022-02-27 | fix: Always tell Flame API which modloader we are using | flow |
2022-02-27 | Apply suggestions from code review | txtsd |
2022-02-27 | Cleanly free NetJob in flame modpack | timoreo |
2022-02-27 | Fixed wrong version info | timoreo |
2022-02-26 | Merge pull request #201 from Scrumplex/fix-instancetype-reregistration | Sefa Eyeoglu |
2022-02-26 | fix: load instances no matter their instance type | 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 |
2022-02-26 | Merge pull request #192 from Scrumplex/refactor-remove-legacy-instances | Ezekiel Smith |
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 |