summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* GH-3189 update the nbt libraryPetr Mrázek2020-06-07-0/+0
|
* NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek2020-06-07-31/+16
| | | | | This makes the lazy loading of the paginated search results actually work.
* Merge pull request #3169 from kb-1000/fix-accessibility-2Petr Mrázek2020-05-30-0/+2
|\ | | | | Allow compiling MultiMC using Qt builds without accessibility again
| * Allow compiling MultiMC using Qt builds without accessibility againkb10002020-05-30-0/+2
|/
* Merge pull request #2864 from Hubcapp/patch-1Petr Mrázek2020-05-29-1/+1
|\ | | | | Update BUILD.md
| * Update BUILD.mdHubcapp2019-09-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the `git clone` command provided doesn't work and gives this error on Debian ``` $ git clone --recursive git@github.com:MultiMC/MultiMC5.git src Cloning into 'src'... The authenticity of host 'github.com (192.30.253.113)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` I am suggesting an alternative command to provide to users in BUILD.md instead.
* | Merge pull request #3127 from OverMighty/developPetr Mrázek2020-05-29-6/+7
|\ \ | | | | | | fix: add support for args with spaces to MultiMC::messageReceived()
| * | fix: add support for args with spaces to MultiMC::messageReceived()OverMighty2020-05-04-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Previously, when the main instance of MultiMC would receive an `import` or `launch` message from another instance, it would split the message on each space, and only read the first word of the argument (zip path/URL or instance ID). This commit fixes that problem by sectioning the message string instead.
| * | chore: pull changes from upstreamOverMighty2020-05-04-20/+848
| |\ \
| * | | feat: allow telling the main process to import a zipOverMighty2020-02-09-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit enhances the IPC message system and adds a new IPC command in order to allow secondary MultiMC processes that were started by executing MultiMC with the `--import` command-line option to tell the main MutliMC process to open the "Import from zip" dialog window and prefill the URL field with the specified URL.
| * | | style: follow upstream code styleOverMighty2020-02-09-3/+3
| | | |
| * | | feat: add --import command-line optionOverMighty2020-02-05-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
* | | | Merge pull request #3165 from kvverti/wsl-messagesPetr Mrázek2020-05-29-3/+3
|\ \ \ \ | | | | | | | | | | Clarify WSL error messages
| * | | | Clarify WSL error messagesThalia Nero2020-05-28-3/+3
|/ / / /
* | | | Fix.Petr Mrázek2020-05-28-2/+1
| | | |
* | | | NOISSUE prevent evil from winningPetr Mrázek2020-05-28-1/+32
| | | |
* | | | Remove some old forge hacksPetr Mrázek2020-05-19-10528/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it.
* | | | GH-2802 remove extra remapping of indexes in VersionPage modelPetr Mrázek2020-05-17-1/+1
| | | |
* | | | GH-3131 fix not working with proxy ports > 32767Petr Mrázek2020-05-17-1/+1
| |/ / |/| |
* | | NOISSUE expose twitch pack url, description and author listPetr Mrázek2020-04-29-0/+50
| | |
* | | Merge branch 'develop' of https://github.com/Moresteck/MultiMC5 into developPetr Mrázek2020-04-29-1/+1
|\ \ \
| * | | NOISSUE Fixed online saving in early Classic versionsMoresteck2020-04-19-1/+1
| | | |
* | | | NOISSUE fix compiling of api/logic/Version.cppJohn C. Allwein2020-04-19-1/+1
|/ / / | | | | | | | | | -Wrange-loop-construct triggers this error in clang
* | | Merge pull request #3046 from Ghalid/mac-build-instructionsPetr Mrázek2020-04-11-1/+1
|\ \ \ | | | | | | | | Fix macOS build instructions so that git submodule commands succeed
| * | | NOISSUE change directory before running git submodule commands in mac ↵Ghalid2020-03-22-1/+1
| | | | | | | | | | | | | | | | instructions
* | | | NOISSUE Add pagination support to twitch pack searchPetr Mrázek2020-04-01-13/+85
| | | | | | | | | | | | | | | | | | | | Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
* | | | NOISSUE fix buildPetr Mrázek2020-04-01-1/+1
| | | |
* | | | NOISSUE Bare-bones twitch pack browserPetr Mrázek2020-04-01-1/+595
| | | |
* | | | Bump dev version to 0.6.12Petr Mrázek2020-03-29-1/+1
| | | |
* | | | NOISSUE update version number, changelog and credits in about dialog0.6.11Petr Mrázek2020-03-29-3/+21
| | | |
* | | | GH-2544 enable Forge install button for >= 1.13Petr Mrázek2020-03-28-1/+1
| | | |
* | | | GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek2020-03-27-12/+56
| | | | | | | | | | | | | | | | | | | | This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
* | | | NOISSUE no means no, #20.6.10Petr Mrázek2020-03-26-5/+5
| | | |
* | | | NOISSUE no means no.0.6.9Petr Mrázek2020-03-26-0/+4
|/ / /
* | | Merge pull request #2979 from Brottweiler/desktop-entry-tweakPetr Mrázek2020-02-25-1/+1
|\ \ \ | | | | | | | | Tweak GenericName for Linux desktop entry
| * | | GH-2979 Tweak GenericNameBrottweiler2020-02-24-1/+1
| |/ /
* | | NOISSUE Nice.Petr Mrázek2020-02-24-1/+1
| | |
* | | GH-2988 add --import command-line optionOverMighty2020-02-24-7/+49
| | | | | | | | | | | | | | | | | | | | | | | | When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
* | | NOISSUE fix some changelog wording0.6.8Petr Mrázek2020-02-09-1/+1
| | |
* | | Update changelog and set version to 0.6.8Petr Mrázek2020-02-08-7/+53
|/ /
* | GH-2769 add an option to not copy play time when copying instancesPetr Mrázek2020-01-09-4/+45
| |
* | GH-2832 add .minecraft and libraries buttons to version pagePetr Mrázek2020-01-09-0/+34
| |
* | GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek2020-01-08-0/+24
| |
* | GH-2839 remove username wording from login and account dialogsPetr Mrázek2020-01-08-4/+3
| |
* | GH-2853 fix collapsing state being sticky in group viewPetr Mrázek2020-01-08-0/+4
| | | | | | | | | | Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups.
* | NOISSUE add wget as a dependency for deb packagePetr Mrázek2020-01-08-2/+2
| |
* | NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek2020-01-08-6/+10
| |
* | GH-2880 make services status widget open a valid pagePetr Mrázek2020-01-07-1/+1
| | | | | | | | https://help.mojang.com/ no longer has API status
* | NOISSUE Attempt to add build status and test teamcity build reportingPetr Mrázek2019-11-27-0/+33
| |
* | Remove travis-ci and github actions leftoversPetr Mrázek2019-11-26-70/+0
| |