aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-12-09Merge branch 'feature_updater' into developAndrew
2013-12-08Merge branch 'feature_assets' into developPetr Mrázek
2013-12-08Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵Petr Mrázek
into develop
2013-12-08Finish preliminary offline supportPetr Mrázek
* ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
2013-12-08Work on new assets system. Working legacy assets importer, disabled assets ↵Sky
downloading for now
2013-12-06fix revertrobotbrainify
2013-12-06revertrobotbrainify
2013-12-06work on pasting instance logsrobotbrainify
blame clang for formatting changes
2013-12-05Implement DownloadUpdateTaskAndrew
Installing updates is not implemented yet. That's next.
2013-12-04Rework the update checking systemAndrew
2013-12-02Unit testingJan Dalheimer
2013-12-02Renew the updater branchPetr Mrázek
Now with some actual consensus on what the updater will do!
2013-12-01Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew
2013-12-01Rework MultiMC's versioning systemAndrew
2013-12-01Exclude more debug libs (on OSX), debug builds include debug libs.Petr Mrázek
2013-12-01Fix (hopefully) library dependency resolution.Petr Mrázek
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
2013-12-01Fix login and startup logging issuesPetr Mrázek
Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.
2013-11-29Fix OS X packaging problemAnthony Parrott
GLOB_RECURSE was pointing at the wrong directory - it needed to point at the directories that had the dylib files in them to fix them so they didn’t point at the local installed version of Qt
2013-11-28Nuke dead codeAndrew
2013-11-28Rework the password dialogAndrew
It's now used as a general purpose "account edit dialog". It'll be used for entering usernames, passwords, or both.
2013-11-28Verify access tokens before launching MinecraftAndrew
Kind of an important thing to do... Heh...
2013-11-27Allow setting no default accountAndrew
This allows the user to select an account to use every time they launch an instance.
2013-11-27Move "manage accounts" to right, use player skin when availableSky
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
2013-11-18Implement account list and account list dialogAndrew
2013-11-17Use the forge mirrors for downloading forge librariesPetr Mrázek
Let's hope we never, ever see a forge download error again.
2013-11-14Add test authentication task.Andrew
It doesn't actually do anything with the server's reply yet.
2013-11-13Add abstract base class for Yggdrasil tasks.Andrew
2013-11-11Added data structures for Mojang Account.Andrew
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-11-03Add instance copying, fix instance creation (with identical names)Petr Mrázek
2013-11-03Added NagUtils, nag people about trying to override JVM memory optionsSky
2013-10-29Add selectable message box helper, use it, make login GUI error label selectableSky
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
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