summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE dissolve util libraryPetr Mrázek2015-10-05-4/+4
|
* GH-1217 reset time played on zip pack importPetr Mrázek2015-09-22-1/+6
|
* GH-1217 add simple instance play time trackingPetr Mrázek2015-09-22-0/+23
| | | | Not reliable in the face of crashes... but what is?
* GH-1223 fix override settingsPetr Mrázek2015-09-04-8/+8
| | | | They now work more like passthrough settings, except not passing through set and reset
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-0/+15
|
* GH-992 GH-997 Do not rewrite values when loading FTB packsPetr Mrázek2015-05-25-0/+12
| | | | | name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values
* GH-991 implement wrapper commandsPetr Mrázek2015-05-24-0/+1
|
* GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek2015-05-23-3/+3
| | | | | This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
* NOISSUE do not propagate instance change events when nothing actually changedPetr Mrázek2015-05-02-0/+6
|
* GH-228 do not recurse into reparse points when deleting instancesPetr Mrázek2015-04-13-1/+1
|
* NOISSUE move everything.Petr Mrázek2015-04-12-5/+5
|
* NOISSUE fix overlap in instance settings registrationPetr Mrázek2015-04-12-19/+0
|
* SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek2015-04-12-1/+0
|
* SCRATCH move icons over to Env, instance proxy model to guiPetr Mrázek2015-04-12-2/+1
|
* SCRATCH eliminate InstanceFactoryPetr Mrázek2015-04-12-6/+3
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-23/+1
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-126/+57
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-9/+25
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-3/+3
|
* Redo the console window. Log is now a page. Console window has relevant pages.Petr Mrázek2014-06-30-0/+12
| | | | Dirty fix for screenshot thumbnail generation. Needs more QTimer.
* Instance settings moved to a page.Petr Mrázek2014-06-09-0/+2
|
* Reorganize logic code.Petr Mrázek2014-06-09-1/+1
|
* Fix java checker crash, some memory leaksPetr Mrázek2014-03-30-1/+1
|
* Merge branch 'develop' into feature_badgesJan Dalheimer2014-03-10-0/+5
|\ | | | | | | | | Conflicts: logic/OneSixInstance.cpp
| * Also reload the instance cfgJan Dalheimer2014-03-09-2/+1
| | | | | | | | | | While this should work, there don't seem to be any places where the signals are listened for, so changes probably will only be available when calling Setting::get TODO: Fix that ^
| * Some pre/post related stuffJan Dalheimer2014-03-09-0/+6
| | | | | | | | | | 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-5/+4
|/
* Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer2014-02-17-0/+23
| | | | used for badges.
* Improve Console window output.Orochimarufan2014-01-17-0/+1
| | | | | | | | | -> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
* Fix window title problem on OSX.Petr Mrázek2014-01-12-0/+5
|
* Replace old launcher part with a shiny new one. No more garbage on the ↵Petr Mrázek2014-01-12-0/+7
| | | | command line.
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-35/+23
| | | | Remove a bunch of obsolete/unused code.
* Refactor icon lists heavilyPetr Mrázek2013-12-31-0/+10
| | | | | | * Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
* Remove obsolete auto login option.Petr Mrázek2013-12-16-5/+0
|
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-1/+1
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-67/+73
|
* Added file loggerPetr Mrázek2013-10-06-1/+1
|
* 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/+3
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-0/+3
|
* Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek2013-08-26-0/+8
|
* Many improvementsPetr Mrázek2013-08-25-1/+10
| | | | | | | | | | | 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.
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-0/+54
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+181
Also, implemented some basic modlist logic, to be wired up.