Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -1/+6 |
| | ||||
* | No more disabling of actions in the instance toolbar. It makes no sense. | Petr Mrázek | 2014-06-20 | -1/+0 |
| | ||||
* | Show texture/resource packs when appropriate. | Petr Mrázek | 2014-06-09 | -2/+4 |
| | ||||
* | Page dialog for legacy instances. | Petr Mrázek | 2014-06-09 | -1/+1 |
| | ||||
* | Add and implement pages and page dialog. | Petr Mrázek | 2014-06-09 | -4/+9 |
| | ||||
* | Implement adding jar mods, break saving library order. | Petr Mrázek | 2014-06-09 | -3/+3 |
| | ||||
* | Reorganize logic code. | Petr Mrázek | 2014-06-09 | -2/+2 |
| | ||||
* | Much change, very jarmod. | Petr Mrázek | 2014-06-09 | -1/+4 |
| | ||||
* | Begin the transformation! | Petr Mrázek | 2014-06-09 | -3/+8 |
| | | | | Nuke all the things. | |||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -1/+1 |
| | ||||
* | Fix FTB-related issues0.3.1 | Petr Mrázek | 2014-03-31 | -0/+2 |
| | ||||
* | Fix many memory leaks. | Petr Mrázek | 2014-03-30 | -0/+1 |
| | ||||
* | Merge remote-tracking branch 'origin/feature_commands' into integration_butchery | Petr Mrázek | 2014-03-09 | -0/+2 |
|\ | ||||
| * | Some pre/post related stuff | Jan Dalheimer | 2014-03-09 | -0/+2 |
| | | | | | | | | | | 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) | |||
* | | Improve reporting of version file errors.x | Petr Mrázek | 2014-03-09 | -2/+6 |
| | | ||||
* | | Remove widgets from logic. | Petr Mrázek | 2014-03-02 | -1/+1 |
| | | ||||
* | | Reorganize the version-related code. | Petr Mrázek | 2014-03-01 | -4/+4 |
|/ | ||||
* | Copying of FTB instances working again | Jan Dalheimer | 2014-02-21 | -0/+1 |
| | ||||
* | Don't assume forge for FTB instances. Fix FTB related stuff. | Jan Dalheimer | 2014-02-21 | -0/+3 |
| | ||||
* | Use FTB's libraries/ and versions/ folders for non-copied instances | Jan Dalheimer | 2014-02-20 | -0/+3 |
| | ||||
* | Fix installing forge after liteloader and then removing liteloader. Also ↵ | Jan Dalheimer | 2014-02-02 | -2/+2 |
| | | | | formatting. | |||
* | Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | 2014-02-01 | -14/+13 |
|\ | | | | | | | | | | | | | | | into feature_derpstances Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp | |||
| * | Split parsing/applying. Better error logging. Fix crash. | Jan Dalheimer | 2014-01-27 | -3/+5 |
| | | ||||
| * | Change naming from Derp -> OneSix until the new instance type supports legacy | Jan Dalheimer | 2014-01-24 | -0/+75 |
| | | ||||
| * | Derpstances. Everything renamed. Launching does not yet work. | Jan Dalheimer | 2014-01-22 | -78/+0 |
| | | ||||
* | | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -3/+3 |
|/ | | | | | | 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. | |||
* | Merge branch 'feature_assets' into develop | Petr Mrázek | 2013-12-08 | -0/+2 |
|\ | ||||
| * | More work on new assets system. Works given a properly constructed assets ↵ | Sky | 2013-12-08 | -0/+2 |
| | | | | | | | | folder, no downloading yet | |||
* | | Fix offline mode bugs | Petr Mrázek | 2013-12-08 | -1/+1 |
| | | ||||
* | | Finish preliminary offline support | Petr Mrázek | 2013-12-08 | -1/+1 |
|/ | | | | | | | | | * 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. | |||
* | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | 2013-11-25 | -15/+14 |
| | | | | Fixes problems with latest snapshot | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -3/+4 |
|\ | | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
| * | Nuke and pave the old login system | Andrew | 2013-11-20 | -3/+3 |
| | | | | | | | | Also, account list now saves profile lists. | |||
* | | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -2/+2 |
|/ | | | | | | | | | | 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. | |||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -1/+18 |
| | ||||
* | Version changing removes any existing version json. | Petr Mrázek | 2013-10-10 | -19/+20 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -3/+3 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -2/+2 |
| | | | | No fancy login token saving involved. | |||
* | Things... and stuff... with 1.6 modding. Maybe. | Petr Mrázek | 2013-09-20 | -0/+4 |
| | ||||
* | Forge version list implementation. Needs integration and testing. | Petr Mrázek | 2013-09-16 | -0/+2 |
| | ||||
* | Basic 1.6 mod management (no jar mods) | Petr Mrázek | 2013-08-28 | -4/+14 |
| | ||||
* | All kinds of incremental improvements | Petr Mrázek | 2013-08-25 | -0/+5 |
| | | | | | | | | | 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 | |||
* | Legacy jar reassembly, base of proper custom jar support | Petr Mrázek | 2013-08-24 | -0/+3 |
| | ||||
* | Sync, removal of webkit as a dependency, removal of the web windows. | Petr Mrázek | 2013-08-20 | -1/+1 |
| | ||||
* | Move all the things (YES. Move them.) | Petr Mrázek | 2013-08-17 | -0/+34 |
Also, implemented some basic modlist logic, to be wired up. |