aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-10-18Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on ↵Orochimarufan
linux
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-08Move mod info frame and handler to MCModInfoFrame, use on all instancesSky
2013-10-06Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky
2013-10-06Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky
2013-10-06Fix Linux CMake issues arising from Windows workaroundSky
2013-10-06Added file loggerPetr Mrázek
2013-10-05Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky
(incomplete)
2013-10-01Added a make target that prints the version name.Andrew
2013-10-01Made run script instal as executable.Andrew
Also fixed a small bug with the run script.
2013-10-01Add run script to install.Andrew
Also renamed "translations_target" to "translations". The old name was dumb and annoying.
2013-10-01Merge branch 'master' into developAndrew
This pulls in some changes I made to the CMakeLists file earlier.
2013-09-30Implemented xz and pack200 unpackers required for proper forge installation.Petr Mrázek
Merge branch 'feature_forge_unpackers' into develop Conflicts: CMakeLists.txt
2013-09-30Add tweaks to make things build on windowsPetr Mrázek
2013-09-30``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek
2013-09-28Replace lzma with xz. Tweaks to fix debug builds.Petr Mrázek
2013-09-28Fix stuff up some morePetr Mrázek
2013-09-28Merge branch 'develop' of https://github.com/hyperfang8/MultiMC5 into developPetr Mrázek
2013-09-28no unstable stuff. disable it.Petr Mrázek
2013-09-28Disable pack200 and Enable MultiMCLauncher dephyperfang8
I disable pack200 in cmake because it fails to compile. I also renable MultiMCLauncher dep because resource file requires it.
2013-09-26Attempt fix for cmake warning spam on WindowsSky
2013-09-26Compression algo dependencies, still need hackery...Petr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-19Fixed CMakeLists install target on Linux.Andrew
2013-09-18Implement legacy forge button!Petr Mrázek
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-09-11Split OneSixVersion into parts.Petr Mrázek
2013-09-08Changed CMakeList.txt to support translationsStiepen22
2013-09-08Use HttpMetaCache to minimize network use.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek
2013-09-06Untested ETag cache class.Petr Mrázek
Yep.
2013-09-05Eh, Derp.Petr Mrázek
2013-09-02Speed up the downloads. Massively.Petr Mrázek
2013-08-28Basic 1.6 mod management (no jar mods)Petr Mrázek
2013-08-26Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek
2013-08-26Do not assume clang on OSX.Petr Mrázek
2013-08-26OS compatibility and generic cleanup.Petr Mrázek
Removed bspatch/patchlib Now builds and runs on Windows
2013-08-25Many improvementsPetr Mrázek
PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
2013-08-20Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek
2013-08-18Drag and Drop, mod management.Petr Mrázek
2013-08-17Move all the things (YES. Move them.)Petr Mrázek
Also, implemented some basic modlist logic, to be wired up.
2013-08-11Implement icon picker, bring back raster icons.Petr Mrázek
2013-07-29Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek
2013-07-27Merge remote-tracking branch 'upstream/master'TakSuyu
Conflicts: gui/mainwindow.cpp
2013-07-27Renamed some files to support naming schemeTakSuyu
changed modeditwindow -> legacymodeditdialog added modeditdialog mapped slots for modeditdialog
2013-07-14Broke instance loading(?), also attempted to make Toolbar grayed out when no ↵Stiepen
instance is selected. For debug purposes it is initially not grayed out
2013-06-30Add queued downloader, some super-minor UI tweaks in stuff that's not even ↵Petr Mrázek
visible yet.
2013-05-17Implemented LWJGL version lists.Andrew
The LWJGL list actually doesn't use tasks for loading. Instead, it takes advantage of the QNetworkAccessManager's asynchronous requests. This is a system that I may look to implement for other version lists and things such as the Minecraft version list and possibly even instance mod lists. Loading things this way means that code that wants to load a list can simply call the load list function, rather than having to get a task from the list and execute the task. Unfortunately, it also means we can't have task progress dialogs for loading lists, but it shouldn't really be too difficult to write one that works with this system. At some point in the future, I'll probably end up putting all the code for this method of loading lists into a base class and then update the other lists to support it.
2013-05-03Removed old plugin system and implemented some version list stuff.Andrew