Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | Merge pull request #4461 from Jan200101/rpm | Petr Mrázek | |
Update rpm spec to support OpenSuse and conform to Fedora guidelines | |||
2022-01-28 | Update rpm spec to support OpenSuse and conform to Fedora guidelines | Jan200101 | |
2022-01-24 | Merge pull request #4447 from Stypox/patch-1 | Petr Mrázek | |
Fix error message | |||
2022-01-22 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2022-01-17 | Merge pull request #4428 from MandipJoshi/patch-1 | Petr Mrázek | |
Update README.md copyright date changed | |||
2022-01-17 | Update README.md | MandipJoshi | |
2022-01-16 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-16 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-16 | NOISSUE in java checker, ignore invalid lines altogether | Petr Mrázek | |
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now. | |||
2022-01-16 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-08 | GH-4125 fix it better | Petr Mrázek | |
2022-01-08 | NOISSUE update README for clarity | Petr Mrázek | |
2022-01-08 | GH-4125 workaround for java printing garbage to stdout on bedrock linux | Petr Mrázek | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-31 | NOISSUE fix some OS ifdefs | Petr Mrázek | |
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC | |||
2021-12-30 | Merge pull request #4394 from Janrupf/develop | Petr Mrázek | |
GH-4299 Fix Screenshot upload | |||
2021-12-30 | Merge pull request #4396 from Bildcraft1/develop | Petr Mrázek | |
BUILD.MD: Changed from "Install Xcode" to install Xcode Command-Line tools | |||
2021-12-30 | NOISSUE detect when user loses entitlements | Petr Mrázek | |
2021-12-29 | Update BUILD.md | WhiXard | |
2021-12-29 | GH-4299 Fix screenshot upload | Janrupf | |
2021-12-29 | GH-4299 Don't hard crash on when missing network | Janrupf | |
2021-12-28 | Restore getNativePath() to its original form. | Graeme Geldenhuys | |
2021-12-28 | Merge pull request #4392 from iGerman00/patch-1 | Petr Mrázek | |
BUILD.md - Clearer differences with binaries | |||
2021-12-28 | BUILD.md - Clearer differences with binaries | iGerman00 | |
Coming from personal inconvenience - I've tried to build this from source, and was faced with Microsoft accounts not working. Upon re-reading the READMEs, I didn't find a reason for it, so I resorted to messaging in the Discord, which, after some back and forth, allowed me to understand that additional private stuff is needed for it to work. The question could've been avoided entirely, in my opinion, if this was included in BUILD.md - the place where anyone intending to build from source will come for guidance. (Not) Secrets should've been linked clearly because it's a crucial piece of info for someone building from source, since normally. I'd expect the source code to fully reflect the pre-built binaries. | |||
2021-12-27 | Merge pull request #4379 from CreeperzEdge/develop | Petr Mrázek | |
Use correct title on Java check during setup | |||
2021-12-23 | Use correct title on Java check during setup | CreeperzEdge | |
2021-12-19 | NOISSUE do people not even build their PRs when they make them? | Petr Mrázek | |
2021-12-19 | NOISSUE fix up java dependency to 1.7 so builds work again | Petr Mrázek | |
'7' is not a thing | |||
2021-12-19 | Merge pull request #4295 from kb-1000/instanceview-unused-code | Petr Mrázek | |
NOISSUE Remove some unused code from InstanceView | |||
2021-12-19 | Merge pull request #4321 from davispuh/java | Petr Mrázek | |
Update Java version to 7+ | |||
2021-12-19 | Merge pull request #4330 from NewoIsTaken/develop | Petr Mrázek | |
GH-4000 Scan for Adoptium JREs | |||
2021-12-19 | Merge pull request #4354 from ISSOtm/patch-1 | Petr Mrázek | |
Indicate the data folder when related errors occur | |||
2021-12-19 | Merge pull request #4367 from jamierocks/license-headers-jm | Petr Mrázek | |
NOISSUE Add license headers to source files created by me | |||
2021-12-19 | Merge pull request #4364 from rfl890/patch-1 | Petr Mrázek | |
Change from Oracle JDK to AdoptOpenJDK | |||
2021-12-19 | Merge pull request #4373 from ImperatorStorm/update-man | Petr Mrázek | |
Fixed small oversight in README.md | |||
2021-12-19 | Fixed small oversight in README.md | ImperatorStorm | |
2021-12-19 | Update BUILD.md | rfl890 | |
2021-12-18 | NOISSUE Add license headers to source files created by me | Jamie Mansfield | |
2021-12-17 | Change from Oracle JDK to AdoptOpenJDK | rfl890 | |
The Oracle JDK 8 is now offered at a commercial license and requires an account to download. OpenJDK has no such license and is completely free to use. | |||
2021-12-15 | Indicate the data folder when related errors occur | Eldred Habert | |
This should help troubleshooting such errors when they occur | |||
2021-12-12 | NOISSE add a shortcut to the loaders mods to main window | Petr Mrázek | |
2021-12-12 | Restore the previously deleted line. | Graeme Geldenhuys | |
2021-12-12 | Fixes compilation error expanding from macro 'major'. | Graeme Geldenhuys | |
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
2021-12-11 | NOISSUE We are using es_UY as latin american spanish | Petr Mrázek | |
Make it actually say that in the UI. | |||
2021-12-10 | GH-4000 Scan for Adoptium JREs | NewoIsTaken | |
2021-12-10 | Merge pull request #4327 from NewoIsTaken/patch-1 | Petr Mrázek | |
NOISSUE Ignore Install Directory |