| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | Updates to allow a full plugin data refresh in certain circumstances | Silarn | 2018-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -195/+213 | |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | |||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -213/+195 | |
| | | ||||||
| * | Add warning when MO1 hook.dll is left in game folder | Eran Mizrahi | 2018-01-13 | 1 | -2/+3 | |
| | | ||||||
| * | Prefer hiding the MO proxy when waiting for spawned processes | Eran Mizrahi | 2017-12-29 | 1 | -1/+1 | |
| | | ||||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -4/+2 | |
| | | ||||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -0/+1 | |
| | | ||||||
| * | Wait for injected processes on MO close | Eran Mizrahi | 2017-12-13 | 1 | -0/+1 | |
| | | ||||||
| * | Use single instance also for MO shortcuts | Eran Mizrahi | 2017-12-11 | 1 | -0/+4 | |
| | | ||||||
| * | Run shortcuts using moshortcut:// to avoid command line problems | Eran Mizrahi | 2017-12-10 | 1 | -1/+9 | |
| | | ||||||
| * | Wait for processes run using command line shortcuts | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | cycle crash dumps | Eran Mizrahi | 2017-12-10 | 1 | -0/+2 | |
| | | ||||||
| * | generate dumps using new diagnostics settings | Eran Mizrahi | 2017-12-10 | 1 | -1/+6 | |
| | | ||||||
| * | Fixing overwrite problems | ZachHaber | 2017-01-17 | 1 | -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_library | Tannin | 2016-06-30 | 1 | -7/+19 | |
| |\ | ||||||
| | * | Restore commented out code | Thomas Tanner | 2016-06-26 | 1 | -0/+6 | |
| | | | ||||||
| | * | Some refactoring of the spawn code and to make waitForApplication get the ↵ | Thomas Tanner | 2016-06-25 | 1 | -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 plugin | Thomas Tanner | 2015-12-19 | 1 | -8/+21 | |
| | | | ||||||
| * | | fixed creation of data paths after changing paths in settings and update of ↵ | Tannin | 2016-06-23 | 1 | -0/+4 | |
| | | | | | | | | | profile list after change | |||||
| * | | usvfs log level can now be changed without a restart | Tannin | 2016-06-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | added option to use a mod as the target to create now files instead of ↵ | Tannin | 2016-05-07 | 1 | -7/+13 | |
| | | | | | | | | | "overwrite" | |||||
| * | | merged master into new_vfs_library | Tannin | 2016-02-12 | 1 | -7/+21 | |
| | | | ||||||
| * | | made instance-switching usable | Tannin | 2016-01-10 | 1 | -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. | Tannin | 2015-12-28 | 1 | -2/+2 | |
| | | | | | | | | | other fixes | |||||
| * | | support for adding directories to the vfs that will act as create target for ↵ | Tannin | 2015-12-18 | 1 | -2/+3 | |
| | | | | | | | | | new files | |||||
| * | | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -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 GameInfo | Thomas Tanner | 2015-11-28 | 1 | -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::getNexusManagementUrl | Thomas Tanner | 2015-11-25 | 1 | -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 Tanner | 2015-11-25 | 1 | -1/+1 | |
| | | | | | | | | | games once MO has started | |||||
| | * | Final eradication of igameinfo and adding python wrappers for IPluginGame | Thomas Tanner | 2015-11-22 | 1 | -3/+0 | |
| | | | ||||||
| | * | Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner ↵ | Thomas Tanner | 2015-11-22 | 1 | -2/+4 | |
| | | | | | | | | | | | | | plugin. Also comment out the filemapping function because it's large and doesn't appear to be used anywhere | |||||
| | * | Removal of (get)BinaryName | Thomas Tanner | 2015-11-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | - no longer displaying "not logged in". This was too confusing for some | Tannin | 2015-12-07 | 1 | -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 usvfs | Tannin | 2015-11-17 | 1 | -4/+10 | |
| |/ | ||||||
| * | added some (currently unused) functionality to dump the list of file mappings | Tannin | 2015-08-09 | 1 | -0/+6 | |
| | | | | | from real to virtual location | |||||
| * | - MO now validates session cookie on startup | Tannin | 2015-08-09 | 1 | -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. | Tannin | 2015-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | - operations not possible during directory refresh can now be delayed unit after | Tannin | 2015-04-12 | 1 | -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 5eaf1e439403 | Tannin | 2015-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | if overwriting the ModOrganizer.ini file fails, another attempt to store | Tannin | 2015-04-08 | 1 | -0/+4 | |
| | | | | | settings is made, writing to the ini file directly. | |||||
| * | cleanup | Tannin | 2015-03-27 | 1 | -3/+3 | |
| | | ||||||
| * | bugfix: sync-overwrite dialog didn't open | Tannin | 2015-03-21 | 1 | -2/+2 | |
| | | ||||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -0/+5 | |
| | | ||||||
| * | extended the game-plugin interface | Tannin | 2015-01-29 | 1 | -1/+0 | |
| | | ||||||
| * | - bugfixes | Tannin | 2015-01-06 | 1 | -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 | |||||
| * | Merge | Tannin | 2015-01-04 | 1 | -42/+45 | |
| |\ | ||||||
| | * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -44/+47 | |
| | | | ||||||
| * | | - fixes after merge | Tannin | 2015-01-04 | 1 | -3/+10 | |
| | | | ||||||
| * | | re-integrated changes missing from the merge | Tannin | 2015-01-03 | 1 | -1/+1 | |
| |/ | ||||||
