| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
logic/OneSixInstance.cpp
|
| |
| |
| |
| |
| | |
Reload the onesix version config after the commands (addresses https://www.pivotaltracker.com/story/show/60360652)
Add a few more variables and also substitute them in the command (fixes https://www.pivotaltracker.com/story/show/66994828)
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
logic/OneSixInstance.cpp
logic/OneSixVersionBuilder.cpp
Some fixage. Yay for conflicts.
|
| |
| |
| |
| | |
used for badges.
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Allow the user to pick a player name for offline mode.
Big auth refactor. Now using session objects instead of the accounts themselves.
Sessions only last for one instance start and hold all the auth and player data.
|
|
|
|
|
| |
Add support of private packs.
Fix instance ID problems related to FTB instances.
|
| |
|
|
|
|
| |
command line.
|
|
|
|
|
|
| |
* Icon list now uses a filesystem watcher for updates
* Icon folder is user-customizable
* All the little details. ALL OF THEM.
|
|
|
|
|
| |
Gives a list of existing groups to choose from.
Instances are updated as long as there is at least one valid account.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Fixes problems with latest snapshot
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gui/MainWindow.cpp
logic/OneSixInstance.h
Fix missing session id functionality for legacy and old onesix.
|
| |
| |
| |
| | |
Also, account list now saves profile lists.
|
|/
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
No fancy login token saving involved.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Redone the instance action toolbar:
* Removed all the dead actions
* Change icon and Rename are now morphed into a header
* Added button for opening the config folder
Implemented support for loose files and folders as legacy jar mods
Added texture pack support
|
| |
|
| |
|
|
Also, implemented some basic modlist logic, to be wired up.
|