summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.h
Commit message (Collapse)AuthorAgeLines
* NOISSUE split GUI stuff from logic libraryPetr Mrázek2016-04-30-243/+0
|
* GH-1556 disable export for tracked FTB instancesPetr Mrázek2016-04-28-0/+1
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-1/+1
|
* NOISSUE make the compiler more evilPetr Mrázek2015-10-11-1/+1
|
* GH-1217 reset time played on zip pack importPetr Mrázek2015-09-22-1/+2
|
* GH-1217 add simple instance play time trackingPetr Mrázek2015-09-22-0/+4
| | | | Not reliable in the face of crashes... but what is?
* NOISSUE make shared logic library ... sharedPetr Mrázek2015-09-05-1/+3
|
* NOISSUE fix log-related legacy instance crash and show hidden log filesPetr Mrázek2015-08-19-0/+5
|
* GH-926 implement log cleaning functionalityPetr Mrázek2015-08-18-1/+6
| | | | Also adds gzip compressed log support
* GH-1053 move guessLevel to instancesPetr Mrázek2015-07-22-0/+7
|
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-0/+14
|
* GH-1053 move launch related things and rename themPetr Mrázek2015-07-10-2/+2
|
* GH-1034 do jar modding separate from updatePetr Mrázek2015-07-10-5/+13
|
* GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek2015-07-04-1/+1
|
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-2/+2
|
* 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.