Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE make the compiler more evil | Petr Mrázek | 2015-10-11 | -1/+1 |
| | ||||
* | GH-1217 reset time played on zip pack import | Petr Mrázek | 2015-09-22 | -1/+2 |
| | ||||
* | GH-1217 add simple instance play time tracking | Petr Mrázek | 2015-09-22 | -0/+4 |
| | | | | Not reliable in the face of crashes... but what is? | |||
* | NOISSUE make shared logic library ... shared | Petr Mrázek | 2015-09-05 | -1/+3 |
| | ||||
* | NOISSUE fix log-related legacy instance crash and show hidden log files | Petr Mrázek | 2015-08-19 | -0/+5 |
| | ||||
* | GH-926 implement log cleaning functionality | Petr Mrázek | 2015-08-18 | -1/+6 |
| | | | | Also adds gzip compressed log support | |||
* | GH-1053 move guessLevel to instances | Petr Mrázek | 2015-07-22 | -0/+7 |
| | ||||
* | GH-1053 explode launch task into many small steps, each a Task | Petr Mrázek | 2015-07-21 | -0/+14 |
| | ||||
* | GH-1053 move launch related things and rename them | Petr Mrázek | 2015-07-10 | -2/+2 |
| | ||||
* | GH-1034 do jar modding separate from update | Petr Mrázek | 2015-07-10 | -5/+13 |
| | ||||
* | GH-1053 move instance update into the launch task (BaseLauncher) | Petr Mrázek | 2015-07-04 | -1/+1 |
| | ||||
* | GH-1053 base process and launch refactor, part 1 | Petr Mrázek | 2015-06-30 | -2/+2 |
| | ||||
* | GH-992 Add a transaction/locking mechanism to settings objects | Petr Mrázek | 2015-05-23 | -1/+1 |
| | | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later. | |||
* | 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 |
| |