summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge with branch1.1Tannin2014-04-05147-14308/+16241
|\
| * - 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
| * Added tag releease v1.1.2 for changeset 4276e1188b42Tannin2014-02-260-0/+0
| |
| * Removed tag 1.1.2Tannin2014-02-260-0/+0
| |
| * Added tag 1.1.2 for changeset 4276e1188b42Tannin2014-02-260-0/+0
| |
| * - 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
| |
| * Added tag release v1.1.1 for changeset 73a1f1438658Tannin2014-02-020-0/+0
| |
| * - 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
| * Added tag release v1.1.0 for changeset 87c2eea95307Tannin2014-01-290-0/+0
| |
| * - bugfix: accessing profile without loading one when starting an app through ↵Tannin2014-01-271-1/+5
| | | | | | | | | | | | the commandline - bugfix: locked-dialog was disabled
| * - information from boss no longer gets lost as soon as the plugin list gets ↵Tannin2014-01-233-21/+36
| | | | | | | | | | | | refreshed - bugfix: modified boss dll missed one file on sorting
| * - boss integrationTannin2014-01-2324-226/+1179
| | | | | | | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
| * - when a download server returns a text file, it's assumed to be an error ↵Tannin2014-01-1812-48/+67
| | | | | | | | | | | | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly
| * - added an about dialogTannin2014-01-1614-805/+1087
| | | | | | | | - updated json library
| * - moved code for file previews to pluginsTannin2014-01-147-79/+34
| |
| * - implemented hook for NtQueryDirectoryFileTannin2014-01-137-13/+81
| | | | | | | | | | | | | | | | - saves list is now automatically updated on FS changes - optimization: data tree widget is no longer filled completely at once but one directory at a time - bugfix: pending downloads were not removed from list after a failed nxm request - bugfix: there was still a nmm.nexusmods.com link - bugfix: the text "alpha" in version strings wasn't interpreted correctly
| * - Mod Organizer can now display most image types (including dds) and txt ↵Tannin2014-01-0510-16/+408
| | | | | | | | | | | | files from the data tree, presenting a comparison of variants in case of overwritten files
| * download manager now removed orphaned meta filesTannin2014-01-041-3/+22
| |
| * MergeTannin2014-01-0419-177/+368
| |\
| | * using icons + splash from heavydudeTannin2014-01-042-0/+0
| | |
| | * - nxmhandler will now ask before registering itselfTannin2014-01-0417-177/+368
| | | | | | | | | | | | | | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically
| * | Added tag release v1.0.12 for changeset 440287834340Tannin2014-01-030-0/+0
| | |
| * | -removed compiled translations from the repositoryTannin2014-01-039-0/+0
| | |
| * | - hook dll now monitors all mod directories, not only overwriteTannin2014-01-0314-3733/+3944
| | | | | | | | | | | | | | | | | | - dialog for changing executables now warns if changes will be lost - main window is now locked before activating pre-start hooks - better responsiveness while main window is locked (or should be)
| * | Added tag release v1.0.11 for changeset 806fd77aa2deTannin2013-12-190-0/+0
| | |
| * | Added tag release v1.0.10 for changeset e72788d8ac35Tannin2013-12-190-0/+0
| | |
| * | - bugfix: crash on overwriting a mod (introduced after the previous release)Tannin2013-12-192-1/+4
| | | | | | | | | | | | - bugfix: ncc installer now brings the installer window to front (again? more reliably? not sure if it really worked before)
| * | - bugfix: archive.dll could cause a crash, attempting to close an archive ↵Tannin2013-12-195-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | that failed to open - bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message - bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too - bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url
| * | MergeTannin2013-12-141-15/+158
| |\ \ | | |/ | |/|
| | * - added more information to readmeTannin2013-12-141-15/+158
| | | | | | | | | | | | - 7zip source path is now configurable
| * | - plugin list now highlights plugins with attached ini filesTannin2013-12-148-19/+27
| | | | | | | | | | | | - bugfix: opening nexus through the globe icon used the nmm.nexusmods.com url