summaryrefslogtreecommitdiffstats
path: root/logic/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-354/+0
|
* NOISSUE Add a skeleton of the wonko systemJan Dalheimer2016-04-30-0/+21
|
* NOISSUE finalize support for new mojang version formatPetr Mrázek2016-03-27-3/+0
|
* NOISSUE clean up forge installerPetr Mrázek2016-03-26-1/+0
|
* NOISSUE continue version file format refactorsPetr Mrázek2016-03-26-1/+0
|
* NOISSUE make new Mojang version format pass through MultiMC structuresPetr Mrázek2016-03-07-4/+5
| | | | Not yet used effectively, but it is read and written properly
* NOISSUE even more version file refactorsPetr Mrázek2016-02-28-1/+0
| | | | There is no end to them in sight
* NOISSUE move version file reading and writing to dedicated namespacesPetr Mrázek2016-02-27-0/+4
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-51/+51
|
* NOISSUE remove OneSixLibraryPetr Mrázek2016-02-26-2/+0
|
* GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek2016-01-05-0/+4
| | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
* GH-1365 rework java version parsing and sortingPetr Mrázek2016-01-02-4/+8
|
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-1/+9
|
* NOISSUE clean up some old cmake messesPetr Mrázek2015-09-28-26/+8
|
* GH-1072 split resource system to UI and logic partsPetr Mrázek2015-09-26-4/+0
|
* GH-1238 re-integrate nbt libraryPetr Mrázek2015-09-23-0/+4
|
* GH-1047 parse world files and integrate MCEdit with world pagePetr Mrázek2015-09-06-1/+1
|
* GH-1047 World management for instances. Removal only currently.Alex2015-09-06-0/+4
|
* NOISSUE make shared logic library ... sharedPetr Mrázek2015-09-05-1/+5
|
* GH-926 implement log cleaning functionalityPetr Mrázek2015-08-18-1/+27
| | | | Also adds gzip compressed log support
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-2/+2
|
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-3/+19
|
* GH-1053 move launch related things and rename themPetr Mrázek2015-07-10-6/+8
|
* SCRATCH squash MinecraftLauncher into BaseLauncherPetr Mrázek2015-06-30-2/+0
| | | | | needs to be split differently needs to be squashed together with the logic from MainWindow
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-4/+8
|
* NOISSUE Comment and bugfix the Resource systemJan Dalheimer2015-06-06-0/+1
|
* NOISSUE remove StandardTaskPetr Mrázek2015-06-06-2/+0
|
* NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer2015-06-06-4/+26
|
* GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek2015-05-04-0/+2
|
* NOISSUE fix build issuesPetr Mrázek2015-05-02-1/+1
| | | | Hopefully all
* NOISSUE eliminate ProgressProviderPetr Mrázek2015-04-26-1/+0
|
* GH-885 export dialog for filtering exported filesPetr Mrázek2015-04-19-0/+5
| | | | Includes implementation of a separator based prefix tree and some related bits
* NOISSUE refactor and rearrange zip file utilsPetr Mrázek2015-04-13-2/+2
|
* NOISSUE get rid of the obsolete version builderPetr Mrázek2015-04-12-2/+0
|
* NOISSUE Add NullInstance for instances that can't be loadedPetr Mrázek2015-04-12-0/+1
|
* NOISSUE move everything.Petr Mrázek2015-04-12-0/+258
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-24/+0
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+24
Also, implemented some basic modlist logic, to be wired up.