summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* multiple fixes to waitForProcessCompletion.LePresidente2017-10-311-41/+46
* Fixes the handle leak in the OrganizerCore::waitForProcessCompletionLePresidente2017-10-281-49/+50
* Basic ESL updatesJeremy Rimpo2017-10-201-2/+16
* Fixing overwrite problemsZachHaber2017-01-171-0/+10
* Fixes the error code 5/6 issuesBrian Munro2017-01-111-3/+3
* Reverted ChangeBrian Munro2016-12-211-1/+1
* Update organizercore.cppBrian Munro2016-12-211-1/+1
* Migrate to version numbers with buildnumber.LePresidente2016-12-211-0/+1
* Reverted use of MOBase::isOneOf was causing the lock to fail.LePresidente2016-12-201-2/+2
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-157/+103
|\
| * Restore commented out codeThomas Tanner2016-06-261-1/+41
| * Extra question box functionalityThomas Tanner2016-06-251-1/+1
| * Some refactoring of the spawn code and to make waitForApplication get the rig...Thomas Tanner2016-06-251-102/+55
| * Merge branch 'master' into issue/418Thomas Tanner2016-01-241-4/+4
| |\
| | * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-4/+4
| * | Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-6/+29
| |/
* | fixed creation of data paths after changing paths in settings and update of p...Tannin2016-06-231-2/+33
* | usvfs log level can now be changed without a restartTannin2016-06-191-0/+5
* | bugfix: unnecessary repeat of delayed operationsTannin2016-06-051-0/+1
* | minor cleanupTannin2016-06-011-2/+3
* | fixed: after running an external application the plugin list was potentially ...Tannin2016-05-151-12/+13
* | added option to use a mod as the target to create now files instead of "overw...Tannin2016-05-071-13/+72
* | cleanupTannin2016-05-071-7/+5
* | now using github for self updaterTannin2016-05-061-8/+0
* | merged master into new_vfs_libraryTannin2016-02-121-6/+30
* | fixed display of process name in unlock-widgetTannin2016-02-091-21/+40
* | fixed cleanup on restartTannin2016-02-091-1/+1
* | code formatting (clang_format)Tannin2016-02-091-255/+412
* | made instance-switching usableTannin2016-01-101-12/+10
* | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer i...Tannin2015-12-281-3/+28
|\ \
| * | executables installed as mods are now run through a proxy (not working yet)TanninOne2015-12-281-3/+28
* | | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-5/+5
|/ /
* | support for adding directories to the vfs that will act as create target for ...Tannin2015-12-181-5/+13
* | removed close-mo featureTannin2015-12-181-48/+36
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-33/+39
|\|
| * Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-13/+5
| * Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-2/+2
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-0/+1
| * Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-4/+22
| * Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-1/+1
| * Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-2/+3
| * Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-0/+1
| * Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-4/+4
| * Removed 'requiresSteam' which is only used in one place and might or might no...Thomas Tanner2015-11-231-1/+4
| * Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-9/+1
| * Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plu...Thomas Tanner2015-11-221-1/+2
| * Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-2/+1
| * Removal of (get)BinaryNameThomas Tanner2015-11-211-6/+2
| * Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-0/+1
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-6/+34