| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added the path of the managed game in the settings menu under the path tab, ↵ | Al12rs | 2018-06-22 | 1 | -1/+2 |
| | | | | | it's read only for now as allowing the user to change it would probably require a lot more work. | ||||
| * | Coalesce plugins with the same name in the settings dialogue (as they ↵ | AnyOldName3 | 2018-05-02 | 1 | -0/+4 |
| | | | | | already share setting values) | ||||
| * | Update the NMM version | Silarn | 2018-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add all supported games to the nxmhandler config | Silarn | 2018-05-01 | 1 | -1/+5 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -619/+746 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -746/+619 |
| | | |||||
| * | Revert "Fixed nexus link handling to use gameNexusName() instead of ↵ | Al12rs | 2018-01-27 | 1 | -1/+1 |
| | | | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c. | ||||
| * | Fixed nexus link handling to use gameNexusName() instead of gameShortName(). | matzman666 | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Don't log username and password | Eran Mizrahi | 2017-12-27 | 1 | -1/+1 |
| | | |||||
| * | print settings loading and changes to log for diagnostic purposes | Eran Mizrahi | 2017-12-27 | 1 | -0/+21 |
| | | |||||
| * | Move crash dumps to instance-dependant data folder | Eran Mizrahi | 2017-12-12 | 1 | -0/+12 |
| | | |||||
| * | generate dumps using new diagnostics settings | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | new diagnostics settings dialog tab | Eran Mizrahi | 2017-12-10 | 1 | -6/+31 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2016-06-30 | 1 | -11/+25 |
| |\ | |||||
| | * | Some include-what-you-use suggested changes | Thomas Tanner | 2016-06-27 | 1 | -4/+23 |
| | | | |||||
| | * | Moved QuestionBoxMemory clearance from settings into QuestionBoxMemory | Thomas Tanner | 2016-06-26 | 1 | -7/+2 |
| | | | |||||
| | * | Removing the 'get' in all function names and making FO4 plugin build | Thomas Tanner | 2016-01-24 | 1 | -1/+1 |
| | | | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer | ||||
| * | | fixed creation of data paths after changing paths in settings and update of ↵ | Tannin | 2016-06-23 | 1 | -2/+8 |
| | | | | | | | | | profile list after change | ||||
| * | | bugfix: changing from local language to english doesn't stick | Tannin | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | fixed handling of base dir in settings dialog (and fixed the tab order in ↵ | Tannin | 2016-05-27 | 1 | -24/+9 |
| | | | | | | | | | the settings dialog) | ||||
| * | | cleanup | Tannin | 2016-05-19 | 1 | -58/+0 |
| | | | |||||
| * | | more configuration options | Tannin | 2016-03-02 | 1 | -20/+107 |
| | | | | | | | | | | | | | - overwrite path configurable - one can now set a base directory for all configurable paths - user can now opt in/out of receiving pre-release updates (not functional yet) | ||||
| * | | made instance-switching usable | Tannin | 2016-01-10 | 1 | -115/+159 |
| | | | | | | | | | | | 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 ↵ | Tannin | 2015-12-28 | 1 | -1/+0 |
| |\| | | | | | | | into new_vfs_library | ||||
| | * | Facepalm moments - realised gameinfo init call is no longer needed. Removed ↵ | Thomas Tanner | 2015-12-06 | 1 | -1/+0 |
| | | | | | | | | | all references | ||||
| * | | removed get-prefix from many getters. removed const from managed_game variable. | Tannin | 2015-12-28 | 1 | -1/+1 |
| |/ | | | | other fixes | ||||
| * | Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵ | TanninOne | 2015-12-06 | 1 | -1/+1 |
| |\ | | | | | | | ThosRTanner-master | ||||
| | * | Added support for include-what-you-use in a very simplistic fashion to the ↵ | Thomas Tanner | 2015-10-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way. | ||||
| * | | Renamed getNexusName to getGameShortName as previously because it hopefully ↵ | Thomas Tanner | 2015-11-26 | 1 | -1/+1 |
| | | | | | | | | | isn't too nexus related. | ||||
| * | | 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 | ||||
| * | | Removes all uses of GameInfo::getShortName, replaced by ↵ | Thomas Tanner | 2015-11-24 | 1 | -9/+5 |
| |/ | | | | IPluginGame::getNexustName | ||||
| * | and now I find out I don't need to do it at all | Tom Tanner | 2015-06-23 | 1 | -2/+2 |
| | | |||||
| * | Finish refactoring all the tab code into classes | Tom Tanner | 2015-06-21 | 1 | -64/+62 |
| | | |||||
| * | More refactoring, slightly easier to use classes | Tom Tanner | 2015-06-21 | 1 | -77/+49 |
| | | |||||
| * | Factor out general, nexis, plugins tab code into individual classes | Tom Tanner | 2015-06-20 | 1 | -174/+249 |
| | | | | | Add some code and page to control what is/isn't significant in overwrite | ||||
| * | small stuff | Tannin | 2015-05-26 | 1 | -6/+6 |
| | | |||||
| * | slight cleanup regarding steam log-in settings | Tannin | 2015-05-12 | 1 | -7/+4 |
| | | |||||
| * | Merge | Tannin | 2015-05-12 | 1 | -0/+39 |
| |\ | |||||
| | * | Merge from master | Tom Tanner | 2015-05-10 | 1 | -0/+39 |
| | |\ | |||||
| | | * | Add in a tab to allow saving of steam username and password. | Tom Tanner | 2015-05-09 | 1 | -0/+39 |
| | | | | |||||
| * | | | - language list in settings no longer contains english twice | Tannin | 2015-05-10 | 1 | -3/+12 |
| |/ / | | | | | | | - language names in settings are now in the native language | ||||
| * / | download directory, cache directory and mod directory are now only stored in the | Tannin | 2015-04-08 | 1 | -7/+18 |
| |/ | | | | ini file when they differ from the default. this should make moving MO easier | ||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -0/+12 |
| |\ | |||||
| | * | - download servers that haven't been available for over a month are now ↵ | Tannin | 2015-01-07 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15) | ||||
| * | | - bugfixes | Tannin | 2015-01-06 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | - 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 | -7/+7 |
| |\ \ | |||||
| | * | | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -13/+14 |
| | | | | |||||
| | * | | - archive library can now query for password during extraction (seems to be ↵ | Tannin | 2014-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary for rars) - process blacklist is now taken from a file if there is one, not hardcoded - removed workaround for the papyrus compiler - updated loot client to work with the actual api - loot client now links with loot32.dll at runtime - loot client now produces its output in a (json-)file which includes all plugin messages and dirty flags - fomod installer now tries to parse the xml with several encodings - fomod installer will now display a diagnostics warning if the jpg imageformat isn't supported - base preview plugin now tries to be a bit smarter about resizing images to fit the screen - bugfix: fomod installer no longer tries to open an image even after detecting its invalid - bugfix: potential null-pointer dereferentiation in getprivateprofile... hooks - bugfix: potential null-pointer dereferentiation in download manager - bugfix: internal origin name showed up in one more place - bugfix: ToString function produced strings that were one (zero-termination-)character too long | ||||
| | * | | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
