aboutsummaryrefslogtreecommitdiff
path: root/logic/BaseInstance.h
AgeCommit message (Collapse)Author
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-04-28GH-1556 disable export for tracked FTB instancesPetr Mrázek
2016-02-27NOISSUE move files into paths that make more sensePetr Mrázek
2015-10-11NOISSUE make the compiler more evilPetr Mrázek
2015-09-22GH-1217 reset time played on zip pack importPetr Mrázek
2015-09-22GH-1217 add simple instance play time trackingPetr Mrázek
Not reliable in the face of crashes... but what is?
2015-09-05NOISSUE make shared logic library ... sharedPetr Mrázek
2015-08-19NOISSUE fix log-related legacy instance crash and show hidden log filesPetr Mrázek
2015-08-18GH-926 implement log cleaning functionalityPetr Mrázek
Also adds gzip compressed log support
2015-07-22GH-1053 move guessLevel to instancesPetr Mrázek
2015-07-21GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek
2015-07-10GH-1053 move launch related things and rename themPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-07-04GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
2015-05-23GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH move things to the right placesPetr Mrázek
2015-04-12SCRATCH eliminate InstanceFactoryPetr Mrázek
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2014-12-27NOISSUE Fix jar mods for OnesSixPetr Mrázek
2014-11-02Update copyright year (finally...)Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-06-30Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek
Dirty fix for screenshot thumbnail generation. Needs more QTimer.
2014-06-20No more disabling of actions in the instance toolbar. It makes no sense.Petr Mrázek
2014-06-09Show texture/resource packs when appropriate.Petr Mrázek
2014-06-09Add and implement pages and page dialog.Petr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-03-10Merge branch 'develop' into feature_badgesJan Dalheimer
Conflicts: logic/OneSixInstance.cpp
2014-03-10Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer
2014-03-09Some pre/post related stuffJan Dalheimer
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)
2014-02-24Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
2014-02-21Copying of FTB instances working againJan Dalheimer
2014-02-21Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer
2014-02-17Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer
used for badges.
2014-01-27Offline mode can be used even when online.Petr Mrázek
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.
2014-01-15Fix FTB.Petr Mrázek
Add support of private packs. Fix instance ID problems related to FTB instances.
2014-01-12Fix window title problem on OSX.Petr Mrázek
2014-01-12Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek
command line.
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
2013-12-15Improve group changing, update instance on version changePetr Mrázek
Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account.
2013-12-08Fix offline mode bugsPetr Mrázek
2013-12-08Finish preliminary offline supportPetr Mrázek
* 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.
2013-11-25Detect java bitness on launch, use appropriate librariesPetr Mrázek
Fixes problems with latest snapshot
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-24Prepare for rework of instance launch/updatePetr Mrázek
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.