summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | not updated correctly
* | added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-13/+72
| | | | | | | | "overwrite"
* | 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
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵Tannin2015-12-281-3/+28
|\ \ | | | | | | | | | into new_vfs_library
| * | 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
|/ / | | | | | | other fixes
* | support for adding directories to the vfs that will act as create target for ↵Tannin2015-12-181-5/+13
| | | | | | | | new files
* | removed close-mo featureTannin2015-12-181-48/+36
| |
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-33/+39
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-13/+5
| | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
| * Renamed getNexusName to getGameShortName as previously because it hopefully ↵Thomas Tanner2015-11-261-2/+2
| | | | | | | | isn't too nexus related.
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-0/+1
| | | | | | | | of gameinfo.h includes
| * Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-4/+22
| | | | | | | | | | | | | | | | also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
| * Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-1/+1
| | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber
| * Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-2/+3
| |
| * Removes all uses of GameInfo::getShortName, replaced by ↵Thomas Tanner2015-11-241-0/+1
| | | | | | | | IPluginGame::getNexustName
| * Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵Thomas Tanner2015-11-231-4/+4
| | | | | | | | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
| * Removed 'requiresSteam' which is only used in one place and might or might ↵Thomas Tanner2015-11-231-1/+4
| | | | | | | | not be game related
| * 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 ↵Thomas Tanner2015-11-221-1/+2
| | | | | | | | | | | | plugin. Also comment out the filemapping function because it's large and doesn't appear to be used anywhere
| * Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-2/+1
| | | | | | | | Pedantic note: This doesn't help the possibility of supporting multiple executables greatly, we'd have to have a lot of register-for-change events.
| * Removal of (get)BinaryNameThomas Tanner2015-11-211-6/+2
| |
| * Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-0/+1
| | | | | | | | qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-6/+34
| | | | | | | | | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* | added interface for file mapping pluginsTannin2015-11-231-1/+9
| |
* | first work on interfacing with usvfsTannin2015-11-171-27/+33
|/
* code cleanupTannin2015-08-311-4/+2
|
* Fix nasty message when starting MO for first timeTom Tanner2015-08-221-5/+7
|
* Clean up of fixes for custom executable windowTom Tanner2015-08-131-6/+5
|
* MergeTom Tanner2015-08-131-5/+6
|\
| * Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-7/+7
| |
| * Fix up merge messTom Tanner2015-08-111-9/+10
| |
* | some fixes after reverting changes in c361167b9b75Tannin2015-08-121-9/+10
|/
* MergeTom Tanner2015-08-091-10/+10
|\
| * More work on the executables listTom Tanner2015-08-051-10/+10
| | | | | | | | | | | | Apart from an off by one in the popup list which had crept back in, reworked the underlying code even more, which now seems to get the list behaving in a predictable way.
* | added some (currently unused) functionality to dump the list of file mappingsTannin2015-08-091-0/+40
| | | | | | | | from real to virtual location
* | - MO now validates session cookie on startupTannin2015-08-091-18/+33
|/ | | | | - It also retrieves account status - rewrote how MO decides when to log-in/when to give up on logging in
* - changed the way flags on executables are stored in memoryTannin2015-08-021-9/+7
| | | | - some coding style fixes
* MergeTannin2015-08-021-5/+13
|\
| * Reworked executable lists to not use 3 bools in addExecutableTom Tanner2015-07-181-7/+13
| | | | | | | | Think it's more readable
| * Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-1/+3
| | | | | | | | | | Also fixes 'x' for toolbar not disappearing when it should Issue 701