Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-19 | fix: use size in bytes to sort by world size | Sefa Eyeoglu | |
2022-04-15 | Merge pull request #185 from Scrumplex/quilt | Sefa Eyeoglu | |
Quilt support | |||
2022-04-14 | refactor: cleanup ModLoaderType | Sefa Eyeoglu | |
2022-04-14 | fix: support Quilt from Minecraft 1.14 onwards | Sefa Eyeoglu | |
2022-04-14 | fix: remove unused code | Sefa Eyeoglu | |
2022-04-09 | refactor: switch Quilt mappings to hashed MojMap | Sefa Eyeoglu | |
2022-04-07 | fix: check for Quilt as Fabric-compatible loader | Sefa Eyeoglu | |
2022-04-07 | fix: restrict quilt-mappings versions to MC version | Sefa Eyeoglu | |
2022-04-07 | NOISSUE prevent -version being passed to the JRE | Petr Mrázek | |
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit. | |||
2022-04-07 | feat: initial Quilt support | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #380 from flowln/task-progress | Sefa Eyeoglu | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-04-01 | feat: Use a single progress dialog when doing multiple tasks | flow | |
This puts all mod downloading tasks inside a SequentialTask, which is, for more than one task, a multi step task. This is handled by the ProgressDialog by showing both the global progress of tasks executed, and the individual progress of each of them. | |||
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-24 | feat: block launch if Java is incompatible | Sefa Eyeoglu | |
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement. | |||
2022-03-20 | fix: retranslate CustomCommands | Sefa Eyeoglu | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-03-20 | fix: disable "Install Forge" button when needed | Sefa Eyeoglu | |
2022-03-20 | fix: disable "Download mods" button when needed | Sefa Eyeoglu | |
Fixes #271 | |||
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
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-02-25 | merge upstream and resolve conflicts | flow | |
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask. | |||
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-10 | Remove drama from readme and remove mmc discord link | Lenny McLennington | |
2022-02-03 | Merge branch 'feature/download_mods' of git://github.com/timoreo22/PolyMC ↵ | swirl | |
into feature/download_mods | |||
2022-02-02 | Merge remote-tracking branch 'upstream/develop' into develop | swirl | |
2022-01-30 | Merge pull request #4300 from Ghosty141/feature/screenshot_copy | Petr Mrázek | |
GH-4044 Implemented copy screenshots to the clipboard | |||
2022-01-28 | Fix button being present in other pages | timoreo | |
2022-01-28 | Merge branch 'PolyMC:develop' into feature/download_mods | timoreo22 | |
2022-01-24 | Fixed spacing | timoreo | |
2022-01-19 | PasteUpload task changed to use 0x0.st's protocol | Lenny McLennington | |
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code. | |||
2022-01-18 | Various fixes | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Start of mod downloading | timoreo | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-29 | GH-4299 Fix screenshot upload | Janrupf | |
2021-12-06 | NOISSUE remove the hardcoded blocking of Forge installs | Petr Mrázek | |
Doesn't make it work, but makes it theoretically possible. | |||
2021-12-03 | NOISSUE Copy Image is not shown if the selection is > 1 | Ghosty | |
2021-12-03 | NOISSUE Added Copy File(s) feature for the screenshot page | Ghosty | |
- Ctrl+C now copies the file instead of the image data - Renamed Copy to Copy Image | |||
2021-12-03 | NOISSUE Implemented copy screenshots to the clipboard | Ghosty | |
- Added context-menu entry - Ctrl+C keybind works as well - If multiple screenshots are selected, only the first one gets copied | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |