aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-11NOISSUE read local libraries only from the local locationPetr Mrázek
This removes the fallback to global `libraries` folder for `local` libraries.
2018-11-04NOISSUE take forge xz download url base from the metadata filePetr Mrázek
Instead of hardcoding it.
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE fix 404 with liteloader https urlChris Lane
2018-11-02NOISSUE use https more widelyChris Lane
2018-11-02NOISSUE use https for downloading assetsPetr Mrázek
2018-11-01NOISSUE fix more rhel 7.6 problems?Petr Mrázek
2018-11-01iNOISSUE fix build issue with pack200 on rhel 7.6Petr Mrázek
2018-11-01GH-2382 fix exact version filter not being exact...Petr Mrázek
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-10-31GH-2412: collect dead processes on linux properlyPetr Mrázek
Issues were caused by use of `popen()` with no `pclose()` counterpart...
2018-10-31GH-2232 add gif icon support (not animated)Petr Mrázek
2018-10-31add game and minecraft keywordsNoah
2018-10-31add minecraft keywordNoah
2018-10-31NOISSUE make LaunchStep::bind privatePetr Mrázek
Static analysis was complaining about it.
2018-09-10NOISSUE stop mentioning the translations server in READMEPetr Mrázek
2018-08-02NOISSUE fix build on linux?Petr Mrázek
2018-08-02NOISSUE get rid of remaining tabsPetr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-08-01NOISSUE gate new mods page behind cheat codePetr Mrázek
2018-07-31NOISSUE fix crash bug caused by urge to maker code prettyPetr Mrázek
Also added a note so this doesn't happen again...
2018-07-31NOISSUE set groups for instances by not setting groups for instancesPetr Mrázek
So simple. Better in every way.
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-28NOISSUE pretty multi-line formatting...Petr Mrázek
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-28SCRATCH things and stuff, related to grou savingPetr Mrázek
2018-07-28GH-2355 Do not allow instances to be created with whitespace prefix or suffixPetr Mrázek
2018-07-28NOISSUE fix build on macOS?Petr Mrázek
2018-07-27GH-2352 Add Minecraft folder button for instances, rearrange buttons by ↵Petr Mrázek
importance
2018-07-22NOISSUE hide the new mods pagePetr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
It should list mods in various locations...
2018-07-15SCRATCH second mods page, placeholderPetr Mrázek
2018-07-06NOISSUE fix unitialized data warning on Arch LinuxPetr Mrázek
2018-06-30NOISSUE add cancel button to the new instance dialogPetr Mrázek
2018-06-30NOISSUE remove refresh button from servers pagePetr Mrázek
2018-06-30NOISSUE fix saving the servers.dat file when it doesn't exist yetPetr Mrázek
2018-06-28NOISSUE more warningsPetr Mrázek
2018-06-28NOISSUE fix a bug with mutexes on Windows, more warningsPetr Mrázek
2018-06-28NOISSUE fix some warnings so builds can go furtherPetr Mrázek
2018-06-28NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic`Petr Mrázek
2018-06-28NOISSUE do not keep downloads in memory, add (some) missing virtual dtorsPetr Mrázek
2018-06-05NOISSUE sync up quazip merge commitPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-05-20GH-2277 fix even more exception catches by valuePetr Mrázek
2018-05-19Catch C++ exceptions by const referenceCharles Milette
Fixes #2277
2018-05-17GH-2268 update the deb package to not depend on latest jrePetr Mrázek
* `openjdk-8-jre` is now recommended * the package now depends on `desktop-file-utils` * the desktop icon has been updated to the current one
2018-04-23GH-2252 make URL drop signal use a queued connection instead of direct callPetr Mrázek
Hopefully this will fix the issues with stuck applications on Windows.
2018-04-23GH-2053 basics of the servers.dat managementPetr Mrázek
2018-04-08NOISSUE update changelog for 0.6.2Petr Mrázek