aa61bbe9e4
Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
...
Conflicts:
CMakeLists.txt
gui/MainWindow.cpp
2013-12-10 07:22:22 +01:00
3f5c46a1c4
Finish assets update for 1.7.3
2013-12-10 07:12:52 +01:00
7f52bed9e3
Merge branch 'feature_updater' into develop
2013-12-09 12:04:05 -06:00
8db2e5db81
Merge branch 'feature_assets' into develop
2013-12-08 22:19:58 +01:00
d68f49ffc0
Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 into develop
2013-12-08 17:39:32 +01:00
0cb8ff40b2
Finish preliminary offline support
...
* 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-08 17:34:45 +01:00
6d438b2ef3
Work on new assets system. Working legacy assets importer, disabled assets downloading for now
2013-12-08 02:58:44 +00:00
c6f0d9ce93
fix revert
2013-12-06 17:37:12 -05:00
c614fe1cef
revert
2013-12-06 17:36:22 -05:00
5ad95134dc
work on pasting instance logs
...
blame clang for formatting changes
2013-12-06 16:24:55 -05:00
48ec8e67b8
Implement DownloadUpdateTask
...
Installing updates is not implemented yet. That's next.
2013-12-05 13:52:55 -06:00
bf94aaea75
Rework the update checking system
2013-12-04 12:34:12 -06:00
0a6399b52c
Unit testing
2013-12-02 11:09:56 +01:00
6aa9bd0f77
Renew the updater branch
...
Now with some actual consensus on what the updater will do!
2013-12-02 00:55:24 +01:00
613699b362
Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop
2013-12-01 14:28:47 -06:00
2427ad6871
Rework MultiMC's versioning system
2013-12-01 14:27:36 -06:00
75c4d97b90
Exclude more debug libs (on OSX), debug builds include debug libs.
2013-12-01 17:33:40 +01:00
f56eff04ef
Fix (hopefully) library dependency resolution.
...
Installing libs is now enabled, hardcoded.
Enable -Wall for all builds.
Fix many warnings and latent bugs.
2013-12-01 16:34:51 +01:00
f27a6c39ea
Fix login and startup logging issues
...
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-12-01 02:00:42 +01:00
6518296e99
Fix OS X packaging problem
...
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-29 02:31:30 -05:00
0395474a0c
Nuke dead code
2013-11-28 22:05:58 -06:00
f3a9dde52e
Rework the password dialog
...
It's now used as a general purpose "account edit dialog". It'll be used
for entering usernames, passwords, or both.
2013-11-28 21:40:40 -06:00
bfc9e1e5d5
Verify access tokens before launching Minecraft
...
Kind of an important thing to do... Heh...
2013-11-28 20:45:52 -06:00
a4c5f0135e
Allow setting no default account
...
This allows the user to select an account to use every time they launch
an instance.
2013-11-27 16:14:18 -06:00
7d7579d7f0
Move "manage accounts" to right, use player skin when available
2013-11-27 16:56:15 +00:00
82225a21e1
Merge branch 'feature_yggdrasil' into develop
...
Conflicts:
gui/MainWindow.cpp
logic/OneSixInstance.h
Fix missing session id functionality for legacy and old onesix.
2013-11-24 18:41:35 +01:00
ca297fca79
Prepare for rework of instance launch/update
...
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-24 06:36:16 +01:00
cdca530139
Implement account list and account list dialog
2013-11-18 12:05:35 -06:00
210629e274
Use the forge mirrors for downloading forge libraries
...
Let's hope we never, ever see a forge download error again.
2013-11-17 11:44:18 +01:00
9cfd5ae465
Add test authentication task.
...
It doesn't actually do anything with the server's reply yet.
2013-11-14 12:17:38 -06:00
d84b1a91f4
Add abstract base class for Yggdrasil tasks.
2013-11-13 14:12:31 -06:00
962639aa6d
Added data structures for Mojang Account.
2013-11-11 12:59:59 -06:00
bb7e8985f6
Reformat and (slightly) decruft all the things.
2013-11-04 02:53:05 +01:00
4466929074
Add instance copying, fix instance creation (with identical names)
2013-11-03 21:28:04 +01:00
bade253a1a
Added NagUtils, nag people about trying to override JVM memory options
2013-11-03 15:20:26 +00:00
b0ef429786
Add selectable message box helper, use it, make login GUI error label selectable
2013-10-29 12:40:09 +00:00
9233477295
S3 bucket listing support and network code refactors.
...
* 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-26 19:55:48 +02:00
78882ff6b1
Fix MainWindow Icon; Fix WM_CLASS issue; now links QX11Extras and libxcb on linux
2013-10-18 18:43:19 +02:00
40a2456646
Huge Java detection refactor, version dialogs on first run (no JavaPath set) and "auto detect" button
2013-10-14 03:00:06 +01:00
f2291ef161
Move mod info frame and handler to MCModInfoFrame, use on all instances
2013-10-08 21:45:48 +01:00
b5816f976e
Merge branch 'develop' of github.com:Drayshak/MultiMC5 into develop
2013-10-06 01:15:43 +01:00
7aeea14a02
Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into develop
2013-10-06 01:13:20 +01:00
d48aae7a16
Fix Linux CMake issues arising from Windows workaround
2013-10-06 01:09:21 +01:00
f83119ce7e
Added file logger
2013-10-06 01:13:40 +02:00
1dee4bb60d
Add naive Windows Java detection - JavaUtils for finding it on other systems (incomplete)
2013-10-05 01:08:13 +01:00
48bd3add29
Added a make target that prints the version name.
2013-10-01 17:01:41 -05:00
1ed822d6e8
Made run script instal as executable.
...
Also fixed a small bug with the run script.
2013-10-01 16:30:30 -05:00
02a7d147ef
Add run script to install.
...
Also renamed "translations_target" to "translations". The old name was
dumb and annoying.
2013-10-01 16:13:21 -05:00
22bdf67bf7
Merge branch 'master' into develop
...
This pulls in some changes I made to the CMakeLists file earlier.
2013-10-01 03:31:20 -05:00
c05a39147a
Implemented xz and pack200 unpackers required for proper forge installation.
...
Merge branch 'feature_forge_unpackers' into develop
Conflicts:
CMakeLists.txt
2013-09-30 03:29:12 +02:00