summaryrefslogtreecommitdiff
path: root/src/organizercore.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for multi-game downloadsSilarn2018-04-161-1/+1
|
* Updates to allow a full plugin data refresh in certain circumstancesSilarn2018-04-081-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-195/+213
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-213/+195
|
* Add warning when MO1 hook.dll is left in game folderEran Mizrahi2018-01-131-2/+3
|
* Prefer hiding the MO proxy when waiting for spawned processesEran Mizrahi2017-12-291-1/+1
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-4/+2
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-0/+1
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-0/+1
|
* Use single instance also for MO shortcutsEran Mizrahi2017-12-111-0/+4
|
* Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-101-1/+9
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-1/+1
|
* cycle crash dumpsEran Mizrahi2017-12-101-0/+2
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-1/+6
|
* Fixing overwrite problemsZachHaber2017-01-171-0/+2
| | | | | Changes the organizerproxy to pull from the settings rather than try and figure it out on its own.
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-7/+19
|\
| * Restore commented out codeThomas Tanner2016-06-261-0/+6
| |
| * Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-6/+9
| | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
| * Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-8/+21
| |
* | fixed creation of data paths after changing paths in settings and update of ↵Tannin2016-06-231-0/+4
| | | | | | | | profile list after change
* | usvfs log level can now be changed without a restartTannin2016-06-191-0/+2
| |
* | added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-7/+13
| | | | | | | | "overwrite"
* | merged master into new_vfs_libraryTannin2016-02-121-7/+21
| |
* | made instance-switching usableTannin2016-01-101-0/+2
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-2/+2
| | | | | | | | other fixes
* | support for adding directories to the vfs that will act as create target for ↵Tannin2015-12-181-2/+3
| | | | | | | | new files
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-8/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+2
| | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
| * Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-1/+2
| | | | | | | | | | | | | | | | 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
| * Bunch of const correctness changes. There shouldn't be any update of plugin ↵Thomas Tanner2015-11-251-1/+1
| | | | | | | | games once MO has started
| * Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-3/+0
| |
| * Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner ↵Thomas Tanner2015-11-221-2/+4
| | | | | | | | | | | | plugin. Also comment out the filemapping function because it's large and doesn't appear to be used anywhere
| * Removal of (get)BinaryNameThomas Tanner2015-11-211-1/+1
| |
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-0/+2
| | | | | | | | | | | | | | | | | | - 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
* | first work on interfacing with usvfsTannin2015-11-171-4/+10
|/
* added some (currently unused) functionality to dump the list of file mappingsTannin2015-08-091-0/+6
| | | | from real to virtual location
* - MO now validates session cookie on startupTannin2015-08-091-1/+1
| | | | | - It also retrieves account status - rewrote how MO decides when to log-in/when to give up on logging in
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-241-1/+1
|
* - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-0/+1
| | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* missing changes that belong into changeset 5eaf1e439403Tannin2015-04-121-1/+1
|
* if overwriting the ModOrganizer.ini file fails, another attempt to storeTannin2015-04-081-0/+4
| | | | settings is made, writing to the ini file directly.
* cleanupTannin2015-03-271-3/+3
|
* bugfix: sync-overwrite dialog didn't openTannin2015-03-211-2/+2
|
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-0/+5
|
* extended the game-plugin interfaceTannin2015-01-291-1/+0
|
* - bugfixesTannin2015-01-061-3/+15
| | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* MergeTannin2015-01-041-42/+45
|\
| * cleanup und bugfixes after refactoringTannin2014-11-281-44/+47
| |
* | - fixes after mergeTannin2015-01-041-3/+10
| |
* | re-integrated changes missing from the mergeTannin2015-01-031-1/+1
|/