Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | fix: use absolute path when installing icons | flow | |
2022-05-26 | Merge pull request #642 from ryanccn/metaserver-show-default | flow | |
Show default metaserver in settings | |||
2022-05-26 | Merge pull request #618 from DioEgizio/patch-6 | flow | |
fix appimage not having imageformats | |||
2022-05-26 | fix: prefer stricter modpack formats during import | Sefa Eyeoglu | |
Flame modpacks use "manifest.json" as their only characteristic for identification. Some modpacks might have other files called "manifest.json", which is why we should prefer modpack formats that have a stricter structure. | |||
2022-05-26 | Merge pull request #645 from PolyMC/revert-609-feature/fix-blocked-modpacks | Sefa Eyeoglu | |
2022-05-26 | better new icon | Ryan Cao | |
2022-05-25 | revert: remove CurseForge workaround for packs too | Sefa Eyeoglu | |
Partial revert. Handles missing download URLs. | |||
2022-05-25 | Merge pull request #630 from jamierocks/h-atl-depends | Sefa Eyeoglu | |
2022-05-25 | fix | Ryan Cao | |
2022-05-25 | fix indent width | Ryan Cao | |
2022-05-25 | show default metaserver | Ryan Cao | |
2022-05-24 | fix: better handle corner case | flow | |
2022-05-24 | Merge pull request #637 from byquanton/patch-1 | Sefa Eyeoglu | |
2022-05-24 | Update org.polymc.PolyMC.metainfo.xml.in | byquanton | |
Should fix Flatpak/Flathub build | |||
2022-05-24 | clean up .clang-format | Ryan Cao | |
2022-05-24 | Merge pull request #631 from kthchew/fix/quazip-warn | Sefa Eyeoglu | |
2022-05-23 | Silence CMake QuaZip not found warnings | Kenneth Chew | |
These are expected most of the time, and thus just noise. | |||
2022-05-23 | ATLauncher: Delete files from configs if they conflict with a mod | Jamie Mansfield | |
2022-05-23 | ATLauncher: Handle extra arguments depends | Jamie Mansfield | |
2022-05-23 | ATLauncher: Handle main class depends | Jamie Mansfield | |
2022-05-23 | Add desktop shortcut to Windows installer | Kenneth Chew | |
2022-05-23 | use light bigsur icon | Ryan Cao | |
2022-05-23 | make JVM args `PlainTextEdit` | Ryan Cao | |
2022-05-23 | Merge pull request #621 from Scrumplex/remove-curseforge-workarounds | Sefa Eyeoglu | |
2022-05-23 | Merge pull request #622 from Scrumplex/chore-bump-1.3.0 | txtsd | |
Bump version to 1.3.0 | |||
2022-05-23 | add a .clang-format | Ryan Cao | |
2022-05-22 | Merge pull request #605 from jamierocks/h-atl-improv | flow | |
ATLauncher: Various work to improve the platform support | |||
2022-05-22 | chore: bump version | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #620 from Scrumplex/update-cxxflags | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #425 from dada513/dynamic_meta | Sefa Eyeoglu | |
2022-05-22 | revert: remove CurseForge workaround | Sefa Eyeoglu | |
We have been asked by CurseForge to remove this workaround as it violates their terms of service. This is just a partial revert, as the UI changes were otherwise unrelated. This reverts commit 92e8aaf36f72b7527322add169b253d0698939d0, reversing changes made to 88a93945d4c9a11bf53016133335d359b819585e. | |||
2022-05-22 | fix: more generous optimizations for debug builds | Sefa Eyeoglu | |
2022-05-22 | feat: add trailing slash to meta URL if it is missing | Sefa Eyeoglu | |
2022-05-22 | fix: improve spacing in APIPage | Sefa Eyeoglu | |
2022-05-22 | Make Metaserver changable in settings | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-05-22 | Revert "fix: temporarily ignore stringop-overflow warning" | Sefa Eyeoglu | |
This reverts commit 90007e2d9d4f63cfc9dc73888af34a17657b5102. | |||
2022-05-22 | refactor: use -O2 for release and -O1 for debug builds | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #554 from PolyMC/more_paste_services | Sefa Eyeoglu | |
2022-05-22 | Merge branch 'PolyMC:develop' into patch-6 | DioEgizio | |
2022-05-22 | Merge pull request #616 from Scrumplex/fix-windows-crap | timoreo22 | |
fix: temporarily ignore stringop-overflow warning | |||
2022-05-22 | Merge pull request #577 from PolyMC/fix/toolbar_🦀_fix | Sefa Eyeoglu | |
2022-05-22 | fix appimage not having imageformats | DioEgizio | |
fixes stuff like the iris icon | |||
2022-05-22 | fix: temporarily ignore stringop-overflow warning | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #597 from Scrumplex/refactor-modloader-modapi | Sefa Eyeoglu | |
2022-05-22 | Merge pull request #614 from txtsd/ccache_release_fix | txtsd | |
Avoid invoking ccache on Release builds | |||
2022-05-22 | Merge pull request #576 from kthchew/feature/win-installer | timoreo22 | |
Create Windows installer | |||
2022-05-22 | fix(workflow): Avoid invoking ccache on Release builds | txtsd | |
2022-05-21 | Merge pull request #612 from DioEgizio/update-cf-logo-real | Ezekiel Smith | |
change cf icon to a more fancy one | |||
2022-05-21 | Make if statement condition more readable | LennyMcLennington | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-21 | Add migration wizard, fix migration from custom paste instance | Lenny McLennington | |
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard. |