Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE move everything. | Petr Mrázek | 2015-04-12 | -5/+5 |
| | ||||
* | SCRATCH move things to the right places | Petr Mrázek | 2015-04-12 | -6/+1 |
| | ||||
* | SCRATCH eliminate InstanceFactory | Petr Mrázek | 2015-04-12 | -1/+1 |
| | ||||
* | NOISSUE Refactors and moving of things | Petr Mrázek | 2015-04-02 | -31/+9 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | NOISSUE Fix jar mods for OnesSix | Petr Mrázek | 2014-12-27 | -27/+10 |
| | ||||
* | Update copyright year (finally...) | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Sync from quickmods | Petr Mrázek | 2014-09-06 | -7/+15 |
| | ||||
* | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | 2014-07-01 | -2/+2 |
| | ||||
* | Redo the console window. Log is now a page. Console window has relevant pages. | Petr Mrázek | 2014-06-30 | -0/+3 |
| | | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer. | |||
* | No more disabling of actions in the instance toolbar. It makes no sense. | Petr Mrázek | 2014-06-20 | -3/+0 |
| | ||||
* | Show texture/resource packs when appropriate. | Petr Mrázek | 2014-06-09 | -0/+14 |
| | ||||
* | Add and implement pages and page dialog. | Petr Mrázek | 2014-06-09 | -3/+0 |
| | ||||
* | Reorganize logic code. | Petr Mrázek | 2014-06-09 | -1/+1 |
| | ||||
* | Much change, very jarmod. | Petr Mrázek | 2014-06-09 | -1/+1 |
| | ||||
* | Screenshot upload dialog(s) now have the console window as parent. | Petr Mrázek | 2014-05-18 | -1/+1 |
| | ||||
* | Merge branch 'develop' into feature_badges | Jan Dalheimer | 2014-03-10 | -0/+2 |
|\ | | | | | | | | | Conflicts: logic/OneSixInstance.cpp | |||
| * | 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) | |||
* | | Instance badges. Some easter eggs and one for broken so far. | Jan Dalheimer | 2014-03-10 | -4/+4 |
|/ | ||||
* | Merge branch 'fix_json_version' into integration_json_and_tools | Petr Mrázek | 2014-02-24 | -0/+15 |
|\ | | | | | | | | | | | | | | | Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts. | |||
| * | Instance flags. Currently used for marking instances as broken. Can later be ↵ | Jan Dalheimer | 2014-02-17 | -0/+15 |
| | | | | | | | | used for badges. | |||
* | | Copying of FTB instances working again | Jan Dalheimer | 2014-02-21 | -0/+2 |
| | | ||||
* | | Don't assume forge for FTB instances. Fix FTB related stuff. | Jan Dalheimer | 2014-02-21 | -0/+2 |
|/ | ||||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -2/+2 |
| | | | | | | 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. | |||
* | Fix FTB. | Petr Mrázek | 2014-01-15 | -1/+1 |
| | | | | | Add support of private packs. Fix instance ID problems related to FTB instances. | |||
* | Fix window title problem on OSX. | Petr Mrázek | 2014-01-12 | -0/+3 |
| | ||||
* | Replace old launcher part with a shiny new one. No more garbage on the ↵ | Petr Mrázek | 2014-01-12 | -0/+2 |
| | | | | command line. | |||
* | Refactor icon lists heavily | Petr Mrázek | 2013-12-31 | -0/+3 |
| | | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM. | |||
* | Improve group changing, update instance on version change | Petr Mrázek | 2013-12-15 | -1/+1 |
| | | | | | Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account. | |||
* | 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 | -2/+1 |
| | | | | Fixes problems with latest snapshot | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -3/+3 |
|\ | | | | | | | | | | | | | | | 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. | |||
* | Version changing removes any existing version json. | Petr Mrázek | 2013-10-10 | -46/+52 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -3/+3 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -1/+2 |
| | | | | No fancy login token saving involved. | |||
* | Working 1.6 modding (currently only forge) | Petr Mrázek | 2013-09-22 | -1/+1 |
| | ||||
* | Forge version list implementation. Needs integration and testing. | Petr Mrázek | 2013-09-16 | -2/+2 |
| | ||||
* | Nuke the old instance model, LONG LIVE THE NEW ONE | Petr Mrázek | 2013-08-26 | -0/+8 |
| | ||||
* | Many improvements | Petr Mrázek | 2013-08-25 | -2/+8 |
| | | | | | | | | | | | 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. | |||
* | All kinds of incremental improvements | Petr Mrázek | 2013-08-25 | -0/+8 |
| | | | | | | | | | 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/+19 |
| | ||||
* | 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/+145 |
Also, implemented some basic modlist logic, to be wired up. |