summaryrefslogtreecommitdiffstats
path: root/depends
Commit message (Collapse)AuthorAgeLines
* GH-1365 rework java version parsing and sortingPetr Mrázek2016-01-02-2/+6
|
* GH-1365 Revert "GH-1365 use the first part of the java version number as the ↵Petr Mrázek2015-12-30-8/+2
| | | | | | major version - native extraction" This reverts commit b437988d7b06c1e43928f6e285469cb6451c2c85.
* GH-1365 use the first part of the java version number as the major version - ↵Petr Mrázek2015-12-28-2/+8
| | | | native extraction
* GH-1320 do not fail when launcher part can't change sys_pathsPetr Mrázek2015-12-03-2/+3
|
* NOISSUE make the compiler more evilPetr Mrázek2015-10-11-6/+5
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-1543/+0
|
* GH-1262 fix relative paths for java binariesPetr Mrázek2015-09-30-1/+31
|
* NOISSUE clean up some old cmake messesPetr Mrázek2015-09-28-164/+78
|
* GH-1238 re-integrate nbt libraryPetr Mrázek2015-09-23-5618/+0
|
* GH-1232 try to export the primitive tag template instantiations explicitlyPetr Mrázek2015-09-10-0/+7
|
* Revert "GH-1232 attempt to fix reading NBT longs on OSX"Petr Mrázek2015-09-10-14/+8
| | | | This reverts commit 877fc94f507785e6a982b5f7ad86490f9a7821bb.
* GH-1232 attempt to fix reading NBT longs on OSXPetr Mrázek2015-09-10-8/+14
| | | | EXPORT ALL THE THINGS
* GH-1227: World import using drag and drop - zip files and foldersPetr Mrázek2015-09-09-7/+20
|
* GH-1047 build fixesPetr Mrázek2015-09-06-2/+3
|
* GH-1047 parse world files and integrate MCEdit with world pagePetr Mrázek2015-09-06-0/+5610
|
* NOISSUE fix librainbow some morePetr Mrázek2015-08-21-3/+2
|
* NOISSUE fix librainbowMrazek, Petr2015-08-20-6/+11
|
* GH-1197 add console log color adaptationPetr Mrázek2015-08-19-0/+567
| | | | rainbow library was part of KDE - KGuiAddons
* Revert "NOISSUE redo the launcher part"Petr Mrázek2015-08-14-113/+335
| | | | This reverts commit c1f7dda8fe412263ccd82fbf3d56687bd291c73c.
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-1/+1
|
* GH-1052 switch over to C++14 everywherePetr Mrázek2015-06-06-1/+1
|
* NOISSUE redo the launcher partAlex2015-06-02-335/+113
|
* GH-1016 print mods, jar mods and core mods on startPetr Mrázek2015-05-31-21/+39
| | | | Needs some work - jar mods just have the uuid name
* NOISSUE replace derpy merkdown thing with hoedownPetr Mrázek2015-05-16-0/+5854
|
* NOISSUE launcher part should exit when MultiMC 'hangs up'Petr Mrázek2015-05-02-0/+5
|
* Revert "NOISSUE Cleanup onesix launcher"Petr Mrázek2015-04-25-90/+61
| | | | This reverts commit 07bebddac960bdee82c0a48a6925a49555f661ac.
* NOISSUE Cleanup onesix launcherrobotbrain2015-04-19-61/+90
|
* GH-228 do not recurse into reparse points when deleting instancesPetr Mrázek2015-04-13-0/+67
|
* GH-228 do not follow symlinks during instance copy on unixPetr Mrázek2015-04-13-11/+31
| | | | Windows will need a more complex solution.
* SCRATCH move some cmake bitsPetr Mrázek2015-04-12-0/+7
|
* NOISSUE move everything.Petr Mrázek2015-04-12-3/+0
|
* GH-881 Include a top-level directory in exported instancesPetr Mrázek2015-04-12-0/+4
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-24/+67
|
* NOISSUE fix bad export in iconfixPetr Mrázek2015-03-16-1/+1
|
* GH-796 Icon theme loading workaroundPetr Mrázek2015-03-01-0/+1225
| | | | Replacing the Qt machinery with other Qt machinery under our control
* GH-366: Plain and simple modpack export/import/downloadJan Dalheimer2015-02-19-8019/+0
| | | | Also removed the in-source QuaZIP in favour of upstream version
* Change copyright dates to 2015Greenphlem2015-02-06-10/+10
|
* NOISSUE No more symlinks for LWJGL.Petr Mrázek2014-11-29-49/+16
|
* Do not do symlink hackery for java < 80.4.4Petr Mrázek2014-11-16-0/+10
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-3/+3
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-7/+7
|
* Fix Java 8 issues with LWJGL native libs on OSX?Petr Mrázek2014-11-01-4/+61
|
* More sync from quickmodsPetr Mrázek2014-09-06-0/+261
| | | | Also a small VersionSelectDialog refactor
* Sync from quickmodsPetr Mrázek2014-09-06-121/+84
|
* Print the Minecraft window size on launch.Petr Mrázek2014-08-13-2/+7
|
* Merge branch 'Loetkolben-pr_feature_warnProblematicInstPath' into developJan Dalheimer2014-07-30-0/+12
|\ | | | | | | Closes #400
| * Show a warning if the instance path contains a '!'Loetkolben2014-07-30-0/+12
| | | | | | | | The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
* | Show a warning in the log if a library is missingp-schneider2014-07-19-1/+9
|/
* Fix liteloader, some cleanups.Petr Mrázek2014-07-06-2/+0
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-959/+0
|