summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* GH-338, GH-513, GH-700 Unify edit instance with console windowPetr Mrázek2016-08-07-347/+606
| | | | | | | * The resulting instance window can be closed at any point. * Main window is kept open and running instances are marked with a badge. * Multiple instances can now run from the same MultiMC - it's even more **multi** now. * MultiMC can be entirely closed, keeping Minecraft(s) running.
* NOISSUE allow user to sort mod list by clicking on column headersPetr Mrázek2016-08-05-1/+3
|
* GH-589 GH-842 GH-901 GH-1117 allow mass-enabling/disabling of modsPetr Mrázek2016-08-04-1/+31
|
* GH-1273 allow extended selection in mod listsPetr Mrázek2016-08-04-14/+3
|
* GH-1635 add filter bar to mod list pagesPetr Mrázek2016-08-04-26/+82
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-0/+4
| | | | Just running the Java process and giving it params on the command line
* GH-1586 Windows: attach to the parent process console if there is any, so ↵Petr Mrázek2016-06-10-0/+43
| | | | command line output gets printed there
* NOISSUE refactor *Download into more, smaller piecesPetr Mrázek2016-06-05-22/+19
| | | | | | * Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.
* GH-575 clean up ModList - remove all legacy and obsolete partsPetr Mrázek2016-05-15-4/+0
|
* GH-575 separate legacy jar mod list from mod listPetr Mrázek2016-05-15-3/+3
|
* GH-767 Basic skin uploadAlexia2016-05-15-2/+212
|
* GH-1560 trim whitespace from instance name on renamePetr Mrázek2016-05-04-0/+1
|
* GH-1560 trim whitespace from instance names when creating instancesPetr Mrázek2016-05-04-2/+2
|
* NOISSUE do not scan extra folders for librariesMrazek, Petr2016-05-03-1/+1
|
* GH-1559 Fix FTB iconsPetr Mrázek2016-05-03-2/+3
| | | | | This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
* NOISSUE add nbt lib to bundle utilities search pathPetr Mrázek2016-05-01-1/+1
|
* NOISSUE tell bundle utilities about more places where libraries hidePetr Mrázek2016-05-01-1/+1
| | | | It was super effective.
* NOISSUE re/move some dead code and unused build system partsPetr Mrázek2016-05-01-175/+0
|
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-22/+40
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-6/+692
|
* NOISSUE nuke builtin Minecraft versionsPetr Mrázek2016-04-30-727/+0
| | | | Use upstream Mojang versions.
* GH-1556 disable export for tracked FTB instancesPetr Mrázek2016-04-28-0/+1
|
* GH-1556 do not crash when instance has no update task while creating an instancePetr Mrázek2016-04-27-1/+11
|
* GH-1404 allow deleting groups and creating instances in groups directly ↵Petr Mrázek2016-04-11-14/+86
| | | | using context menu
* NOISSUE add line wrapping checkbox to log pagePetr Mrázek2016-04-10-0/+24
|
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-4/+4
|
* NOISSUE Use patch problems and problem levels instead of exceptions for ↵Petr Mrázek2016-03-26-1/+8
| | | | minecraft profiles.
* NOISSUE stop referring to the minecraft profile as 'version'Petr Mrázek2016-03-26-23/+23
|
* NOISSUE continue version file format refactorsPetr Mrázek2016-03-26-89/+14
|
* NOISSUE Remove tr(...) where unnecessary.Loetkolben2016-03-23-11/+11
|
* GH-1521 When json editor is custom, actually pass the filename to itPetr Mrázek2016-03-17-1/+1
|
* NOISSUE: Change text to also refer to later java versionsSpencer Burris2016-03-16-1/+1
|
* NOISSUE: Add note about Java 8 settings permgen automaticallySpencer Burris2016-03-15-14/+21
|
* NOISSUE bump version number and update changelog for next releasePetr Mrázek2016-02-29-1/+1
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-32/+30
|
* GH-1453 report version file problems in the version pagePetr Mrázek2016-02-21-5/+121
|
* Merge branch 'patch-1' of git://github.com/iarspider/MultiMC5 into developPetr Mrázek2016-02-03-1/+1
|\
| * NOISSUE Do not ask to overwrite existing file twice when exporting instancesiarspider2016-01-20-1/+1
| |
* | NOISSUE bump release numberPetr Mrázek2016-02-03-1/+1
| |
* | GH-1422 bump version to 0.4.10 and update changelog0.4.10Petr Mrázek2016-01-22-1/+1
| |
* | GH-1422 remove bearer plugins again.Petr Mrázek2016-01-21-14/+0
| |
* | NOISSUE bump version number to 0.4.90.4.9Petr Mrázek2016-01-21-1/+1
|/
* GH-1362 Put timestamps into the log when it is copied or uploadedPetr Mrázek2016-01-20-4/+17
|
* GH-1408 add bearer pluginsPetr Mrázek2016-01-20-0/+14
| | | | This should fix wifi issues on Windows
* GH-1402 add a hack for updater to respect renamed binary on WindowsPetr Mrázek2016-01-12-0/+7
|
* GH-1280 modpack import: make the progress dialog say what is being downloadedPetr Mrázek2016-01-12-0/+1
|
* NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek2016-01-12-2/+53
|
* GH-1397 add discord icon to MultiMC toolbarPetr Mrázek2016-01-09-0/+125
|
* GH-1390 improve linux runner script morePetr Mrázek2016-01-05-1/+1
| | | | * use `-q` while calling dnf to avoid garbage in output
* GH-1390 improve linux runner scriptPetr Mrázek2016-01-05-12/+18
| | | | | * include fedora dnf package manager * output of the missing dependency lookup is now passed through `sort -u`