summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-2523-18683/+12518
| | | | | | | | | | | automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
* MergeTannin2014-06-235-8/+12
|\
| * - bugfix: networkaccessmanager of browser dialog wasn't destroyed correctly. ↵Tannin2014-06-211-1/+1
| | | | | | | | As a result the cookie jar doesn't get saved
| * - changed the url used to login on nexus (the previous page was disabled)Tannin2014-06-214-7/+11
| | | | | | | | - bugfix: download manager might have tried to read from a closed connection
* | - adjusted mod load order in hook.dll to match the one from the UITannin2014-06-233-12/+14
| | | | | | | | - bugfix: fnis checker took files in archives into consideration for hashing
* | - download read buffer is now limited to 1MB. Might prevent out-of-memory ↵Tannin2014-06-172-7/+4
|/ | | | | | errors during download - bugfix: plugins are now disabled when deactivating a mod before the files are removed from the vfs
* MergeTannin2014-06-161-1/+1
|\
| * bugfix: the warning dialog upon changing the mod directory didn't have an ↵Tannin2014-06-141-1/+1
| | | | | | | | effect, the process couldn't be canceled
* | - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-1616-241/+327
| | | | | | | | | | | | | | | | | | | | - deleted mods are now moved to the recycle bin instead of being deleted permanently - reduced modinfo dialog for foreign mods - foreign mods are now displayed with a pseudo-category - added a signal when a plugin is moved - bugfix: refreshing of directory structure for mods with bsas didn't work correctly when enabling a mod and on changing display of foreign mods - bugfix: one mod in the list was assigned the same priority on the directory structure as the data directory - bugfix: conflicts tab in the mod info dialog offered the hide option for files in bsas
* | - loot client now only updates the masterlist once per MO sessionTannin2014-06-0825-64/+230
|/ | | | | | | | | | - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser
* - plugin-list now displays loot messagesTannin2014-06-024-20/+70
|
* - removed needless modlist-rewriteTannin2014-05-311-4/+4
|
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-3120-265/+622
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* MergeTannin2014-05-283-35/+9
|\
| * small bugfixesTannin2014-05-285-233/+199
| |
* | - files in bsas are now only displayed in the data tab if they are managed by moTannin2014-05-2521-175/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | - number of problems detected by MO is now displayed as a badge on the icon - rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning - bsa extraction is now handled in a plugin - added a way for plugins to react to mod installation - re-enabled the automatic fix for asset order problems - bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible - bugfix: MO tried to resume downloads when it didn't have and download urls - bugfix: downloads couldn't be paused if the download was already broken on the network layer - bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up - bugfix: in-place file replacement was re-broken
* | - NCC will now report an error if a script tries to extract a non-existent ↵Tannin2014-05-152-4/+2
| | | | | | | | | | | | | | | | | | file instead of creating an empty output file - ncc installer plugin now uses a more reliable method to force the installer window to the foreground - missing version on TESV.exe will no longer be reported as an error - bugfix: loot client didn't read list of active mods - bugfix: invalid free call in error reporting function
* | - mod list context menu split into two menus (one for whole list, one for ↵Tannin2014-05-1320-512/+870
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selected mods) - added option to combine category filters using "or" - added context menu option for deselecting category filters - slightly changed ui on the category filters - added a sample plugin for cpp that can be built without building the rest of MO - simple installer can now be configured to run without any user interaction - extended interface for python plugins - iorganizer implementation moved out of the main window - nexus requests from plugins will now be identified in the user agent - bugfix: shortcuts created from MO used the wrong working directory - bugfix: deactivation of bsas didn't stick - bugfix: file hiding mechanism wasn't active - bugfix: executables linked on the toolbar couldn't be removed if the executable was removed first - bugfix: the endorsement-filter couldn't be combined with other filters - bugfix: python interface to repository bridge was broken
* | - very effective optimization to findfirstfile-callsTannin2014-05-0511-50/+68
| | | | | | | | | | | | | | | | - several configuration files are now only saved to disk if the content actually changed. This should also get rid of a problem where plugins.txt was re-written immediately after starting the game (causing a conflict with the game) - reduced "noise" from hook.dll - removed some debugging messages
* | - bugfix: endless loop in detection of mod order problemsTannin2014-05-041-1/+0
| |
* | - main window now has a small view displaying log messagesTannin2014-05-0417-985/+1203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - mod list will now be highlighted when grouping is active is active - download tooltip now supports bbcode markup in the description - bbcode translator will now translate some named colors - algorithm for detection of mod order problems is now more sophisticated - exposed more functionality to python plugins - updated to qt 4.8.6 dlls - bugfix: plugin list wasn't - bugfix: state changes in mod list wasn't always reported - bugfix: loot client will now create necessary directory - bugfix: NCC sometimes used wrong source path for extracting - bugfix: removed noisy debug message
* | - download tooltip now also includes the file descriptionTannin2014-05-013-3/+6
| | | | | | | | - will now display an error message when the ini file can't be updated (in addition to what windows says)
* | - bugfix: newly installed files could be added hiddenTannin2014-04-252-3/+4
| | | | | | | | - bugfix: registered bsas in data aren't ordered correctly
* | - updated installerTannin2014-04-244-11/+14
| | | | | | | | - prettified a few log messages
* | - added an option to show meta info on downloads instead of filenamesTannin2014-04-2317-83/+223
| | | | | | | | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55
* | - loot client no longer stalls the process while waiting for masterlist updateTannin2014-04-164-20/+25
| | | | | | | | | | | | - configurator now gives better warning messages when encountering an invalid ini file - bugfix: crash on cleanup up browser dialog - bugfix: GetCurrentDirectory returned wrong string length
* | - loot integration now displays the reportTannin2014-04-059-57/+85
| | | | | | | | | | - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly
* | Merge with branch1.1Tannin2014-04-05145-14286/+16066
|\ \
| * | - added buttons to backup and restore the modlist and pluginlistTannin2014-04-0519-455/+486
| | | | | | | | | | | | - replaced boss integration with loot
| * | - bugfix: the add/remove categories function could fail when a ↵Tannin2014-03-262-50/+22
| | | | | | | | | | | | filter/grouping on categories was active
| * | - improved NCC compatibilityTannin2014-03-263-9/+15
| | | | | | | | | | | | | | | | | | | | | - crude support for multi-volume archives - updated imageformats plugins - nxmhandler now puts the exe to the top of the list when registering an MO instance, even if it is already in the list - bugfix: WritePrivateProfileString hook attempted to access lpKeyName even when it is null
| * | MergeTannin2014-03-186-2/+52
| |\|
| | * MergeTannin2014-03-166-2/+52
| | |\
| | | * some fixes towards qt5 compatibilityTannin2014-03-166-2/+52
| | | |
| * | | - force-enabled game esms no longer break keyboard-navigation in plugin listTannin2014-03-183-10/+34
| | | |
| * | | - bugfix: if resuming a download failed with the server sending a textual ↵Tannin2014-03-183-2/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | error message, MO tried to display the whole file inside the error message - bugfix: resuming a download didn't trigger a nexus-login when necessary - bugfix: integrated fomod installer only used the first block of data inside a description
| * | - unpacking bsas during installation no longer overwrites loose files (since ↵Tannin2014-03-131-1/+2
| | | | | | | | | | | | | | | | | | the loose files would have taken precedence)
| * | - "CreateDirectory" will no longer create directories in original data directoryTannin2014-03-133-12/+15
| |/ | | | | | | | | | | | | | | - bain installer will now be less picky about the archives supported - updated NCC to be compatible with more recent NMM code base - hack in NCC to allow it to install arbitrary sized files even in 32-bit builds - updated the python27.dll to one that links to msvcr100.dll to get rid of the dependency of msvcr90.dll - bugfix: dll search order wasn't set to allow plugins to load the correct qt dlls
| * - MO will now be elevated if neededTannin2014-02-231-0/+64
| |
| * - slightly overworked display of icon delegatesTannin2014-02-234-14/+44
| | | | | | | | - updated installer
| * - made the indicator for drag&drop more visibleTannin2014-02-225-57/+104
| | | | | | | | | | - message boxes can now be made to not (re-)activate the window - executable names for starting from the command line are now case-insensitive
| * - bugfix: on-demand loading of data tree broke filtering on conflicting filesTannin2014-02-181-11/+14
| |
| * - ini file changes that would have to overwrite ini tweaks are now stored in ↵Tannin2014-02-178-78/+85
| | | | | | | | | | | | | | | | | | a separate file and actually get used. - a warning message advices users to clean out that separate file - slightly improved default main window layout - bugfix: newly created ini tweaks were added to the list with incorrect properties
| * - a few hooks will now somewhat handle file names starting with \\?\Tannin2014-02-1214-1973/+2111
| | | | | | | | | | | | | | | | | | | | | | - mod meta information is now (also) saved by a timer to reduce the likelyhood of a data loss in case of a crash - mod meta files are now written to a temporary file and then renamed to real name to reduce chance of breaking the file - updated minimum compatible nmm version to 0.47.0 - bugfix: defaults for newestVersion, version and installationFile when creating an empty mod were integers instead of strings - bugfix: "Plugins" and "Archives" weren't translatable
| * - archives.txt is now written using the "safe"-write mechanismTannin2014-02-0712-5108/+6512
| | | | | | | | | | | | | | | | | | - added the whole boss fork to the repository - bugfix: boss db is now always re-initialised because otherwise there might have been differing results between runs - bugfix: locked load order was ignored by integrated boss - bugfix: archive list wasn't written back on all changes that affected it - bugfix: CreateFile-hook didn't reroute files created with OPEN_ALWAYS to overwrite directory - bugfix: NtQueryDirectoryFile-hook didn't return the correct status code when searching for a file that doesn't exist
| * - tabs in the mod info dialog can now be moved around by the userTannin2014-02-044-8/+76
| |
| * - main window is now actually disabled while integrated boss is runningTannin2014-02-021-0/+2
| | | | | | | | - bugfix: integrated boss sorting couldn't recognize plugins specified via regular expression
| * - bugfix: upon moving files between mods, an attempt was made to access originsTannin2014-02-023-18/+57
| | | | | | | | | | | | for both, even if one (or both) mods weren't active - bugfix: plugin-list should now deal with nested "layoutAboutToBeChanged" calls gracefully. May be the reason of a bug.
| * - bugfix: elevation dialog didn't offer a "yes" optionTannin2014-01-292-8/+9
| | | | | | | | | | - bugfix: python plugins crashed the application when trying to create a nexus bridge - bugfix: python plugins couldn't register for failed requests correctly
| * - bugfix: dds preview or transparent textures looked oddTannin2014-01-293-4/+14
| | | | | | | | - bugfix: lazy loaded data tree deleted the placeholder