Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | NOISSUE use https more widely | Chris Lane | |
2018-08-02 | NOISSUE get rid of remaining tabs | Petr Mrázek | |
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-07-06 | NOISSUE fix unitialized data warning on Arch Linux | Petr Mrázek | |
2018-06-28 | NOISSUE fix all sorts of warnings, enable `Werror` and `pedantic` | Petr Mrázek | |
2018-04-08 | NOISSUE bump release version to 0.6.2 | Petr Mrázek | |
2018-03-13 | NOISSUE pre-fill analytics ID and paste.ee API key for all new builds | Petr Mrázek | |
This means custom builds now get the option of using analytics and log upload without users having to fill in IDs. | |||
2018-02-11 | NOISSUE update copyright dates | Petr Mrázek | |
2018-01-29 | NOISSUE change version to 0.6.1 and update the changelog | Petr Mrázek | |
2018-01-28 | NOISSUE use a variable for binary build definitions | Petr Mrázek | |
2018-01-27 | NOISSUE fix the macOS bundle utilities problem | Petr Mrázek | |
2018-01-27 | NOISSUE move bundle utilities magic back to the application folder | Petr Mrázek | |
This may fix macOS issues? | |||
2018-01-27 | NOISSUE rearrange build system | Petr Mrázek | |
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780 | |||
2017-09-27 | NOISSUE use classparser for importing Legacy instances with undecided ↵ | Petr Mrázek | |
Minecraft versions | |||
2017-05-08 | NOISSUE all Qt5 libraries are REQUIRED | Petr Mrázek | |
2017-05-06 | GH-1876 Fork and update quazip | Petr Mrázek | |
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway | |||
2017-04-07 | NOISSUE remove unused wonkoclient | Petr Mrázek | |
2017-01-01 | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | |
2016-12-28 | GH-1379 rename shared libraries to avoid collisions with system libraries | Petr Mrázek | |
It was unlikely, now it's impossible. | |||
2016-11-20 | NOISSUE import google analytics from third party | Petr Mrázek | |
See: https://github.com/HSAnet/qt-google-analytics Sadly, the API and its internals are not acceptable and it needs changes upstream likely wouldn't allow. | |||
2016-10-30 | NOISSUE refactor window management and launch, make MultiMC a single ↵ | Petr Mrázek | |
instance application. | |||
2016-05-01 | NOISSUE revert to dumping all build artifacts to the root | Petr Mrázek | |
This fixes unit tests on Windows... Windows has no mechanism to set library lookup path. | |||
2016-05-01 | NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵ | Petr Mrázek | |
more dead tests. | |||
2016-05-01 | NOISSUE re/move some dead code and unused build system parts | Petr Mrázek | |
2016-05-01 | NOISSUE reorganize and document libraries | Petr Mrázek | |
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2016-04-30 | NOISSUE tiny skeleton for a CLI wonko client | Petr Mrázek | |
2016-03-26 | NOISSUE revert attempt to use normal binary output locations | Petr Mrázek | |
2016-03-26 | NOISSUE continue version file format refactors | Petr Mrázek | |
2016-03-26 | NOISSUE Fix building when embedded in another project | Alexia | |
2016-02-19 | GH-1410 use libc++ on OSX | Petr Mrázek | |
2016-01-09 | GH-1397 add discord icon to MultiMC toolbar | Petr Mrázek | |
2016-01-06 | NOISSUE Add more qt versions to travis | Jan Dalheimer | |
5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely. | |||
2015-10-11 | NOISSUE maybe less evil... | Petr Mrázek | |
2015-10-11 | NOISSUE make the compiler more evil | Petr Mrázek | |
2015-10-05 | NOISSUE dissolve util library | Petr Mrázek | |
2015-09-28 | NOISSUE more cmake tweakery | Petr Mrázek | |
2015-09-28 | NOISSUE clean up some old cmake messes | Petr Mrázek | |
2015-09-26 | NOISSUE attempt to fix NBT lib options not applying | Petr Mrázek | |
2015-09-23 | GH-1238 re-integrate nbt library | Petr Mrázek | |
2015-09-06 | GH-1047 parse world files and integrate MCEdit with world page | Petr Mrázek | |
2015-09-05 | NOISSUE make shared logic library ... shared | Petr Mrázek | |
2015-08-19 | GH-1197 add console log color adaptation | Petr Mrázek | |
rainbow library was part of KDE - KGuiAddons | |||
2015-06-07 | GH-1060 remove updater code | Petr Mrázek | |
2015-06-06 | GH-1052 switch over to C++14 everywhere | Petr Mrázek | |
2015-05-26 | NOISSUE use -fPIC builds when the system Qt is derpy | Petr Mrázek | |
2015-05-16 | NOISSUE replace derpy merkdown thing with hoedown | Petr Mrázek | |
2015-05-02 | NOISSUE fix build issues | Petr Mrázek | |
Hopefully all | |||
2015-04-12 | SCRATCH small cmake tweaks | Petr Mrázek | |
2015-04-12 | SCRATCH move some cmake bits | Petr Mrázek | |