summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
Commit message (Collapse)AuthorAgeLines
* GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek2015-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ázek2015-04-12-5/+5
|
* SCRATCH move things to the right placesPetr Mrázek2015-04-12-6/+1
|
* SCRATCH eliminate InstanceFactoryPetr Mrázek2015-04-12-1/+1
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-31/+9
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-27/+10
|
* Update copyright year (finally...)Jan Dalheimer2014-11-02-1/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-7/+15
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-2/+2
|
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-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ázek2014-06-20-3/+0
|
* Show texture/resource packs when appropriate.Petr Mrázek2014-06-09-0/+14
|
* Add and implement pages and page dialog.Petr Mrázek2014-06-09-3/+0
|
* Reorganize logic code.Petr Mrázek2014-06-09-1/+1
|
* Much change, very jarmod.Petr Mrázek2014-06-09-1/+1
|
* Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek2014-05-18-1/+1
|
* Merge branch 'develop' into feature_badgesJan Dalheimer2014-03-10-0/+2
|\ | | | | | | | | Conflicts: logic/OneSixInstance.cpp
| * Some pre/post related stuffJan Dalheimer2014-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 Dalheimer2014-03-10-4/+4
|/
* Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek2014-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 Dalheimer2014-02-17-0/+15
| | | | | | | | used for badges.
* | Copying of FTB instances working againJan Dalheimer2014-02-21-0/+2
| |
* | Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer2014-02-21-0/+2
|/
* Offline mode can be used even when online.Petr Mrázek2014-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ázek2014-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ázek2014-01-12-0/+3
|
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-0/+2
| | | | command line.
* Refactor icon lists heavilyPetr Mrázek2013-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 changePetr Mrázek2013-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 bugsPetr Mrázek2013-12-08-1/+1
|
* Finish preliminary offline supportPetr Mrázek2013-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 librariesPetr Mrázek2013-11-25-2/+1
| | | | Fixes problems with latest snapshot
* Merge branch 'feature_yggdrasil' into developPetr Mrázek2013-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 systemAndrew2013-11-20-3/+3
| | | | | | | | Also, account list now saves profile lists.
* | Prepare for rework of instance launch/updatePetr Mrázek2013-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ázek2013-10-10-46/+52
|
* Added file loggerPetr Mrázek2013-10-06-3/+3
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-1/+2
| | | | No fancy login token saving involved.
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-1/+1
|
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-2/+2
|
* Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek2013-08-26-0/+8
|
* Many improvementsPetr Mrázek2013-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 improvementsPetr Mrázek2013-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 supportPetr Mrázek2013-08-24-0/+19
|
* Sync, removal of webkit as a dependency, removal of the web windows.Petr Mrázek2013-08-20-1/+1
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+145
Also, implemented some basic modlist logic, to be wired up.