summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-0529-108/+295
| | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* diagnosis plugin now warns when nitpick is installedTannin2013-09-301-0/+1
|
* - download progress is now visible in task barTannin2013-09-289-40/+66
| | | | | | | | | - esp-tooltip now lists all masters, highlighting the missing ones - python plugin will now report a problem if the path contains a semicolon - leak detection now (somewaht) works around the fact that we don't always get a stack trace - bugfix: mod meta-file is now reliably created if it was missing - bugfix: parser for nxm-links didn't handle numbers in the mod name - bugfix: small memory leak
* - plugin tooltip now only lists the masters that aren't enabled (if any)Tannin2013-09-262-7/+6
|
* - bugfix: esp parsing could crash for broken/unrecognized espsTannin2013-09-231-0/+4
| | | | - bugfix: esp parser didn't handle oblivion esps correctly
* - removed some obsolete codeTannin2013-09-222-3/+19
| | | | | - MO will no longer start an application while the directory structure is being refreshed because MO may need to access profile files afterwards - bugfix: the overwrite info-dialog was not destroyed and could thus keep a lock on files thus preventing those files from being moved/deleted
* - esp reader now handles invalid files more gracefullyTannin2013-09-2129-452/+456
| | | | | | | | | | | | | | | | | - files moved will now also be treated as "deleted" in the old location so a newly created file with that same name is not created in overwrite - introduced a mechanism by which MO can recognize if it crashed before when attempting to load a plugin. That plugin can be blacklisted so it doesn't get loaded again - plugins can now programaticaly change their settings - plugins can now store data persistently without exposing that data as settings - requesting an unset-setting from a plugin is no longer treated as a bug - clarified warning message for when files are in overwrite directory - the proxyPython plugin will now discover if python initialization crashed MO on a previous session and give the user a chance to fix it or disable the plugin - bugfix: GetModuleFileName modified the buffer past the zero termination. While this doesn't violate the API documentation it is different from the regular windows implementation - bugfix: proxy plugins couldn't access the parent widget - bugfix: when moving a file from overwrite to a mod the in-memory file structure wasn't updated - bugfix: name input dialog for profiles allowed names that weren't valid directory names - bugfix: profile dialog wasn't able to delete profiles if the name started or ended in whitespaces - bugfix: The name-cells for plugin settings could be changed (without effect) - removed a few obsolete files from the repository
* - bugfix: testing for missing masters at the wrong time seems to have caused ↵Tannin2013-09-166-43/+72
| | | | | | | | | | crashes - bugfix: mod list is now written to a temporary file first. Only on success is the original file overwritten - bugfix: moving a mod priority to just above the overwrite could cause a crash or error message - bugfix: versions with a release candidate number weren't sorted correctly (woops) - bugfix: staging script didn't include archive.dll and dlls.manifest - installation time on overwrite no longer updates constantly
* - bugfix: when installing mods through the nmm importer if no other mods ↵Tannin2013-09-123-1/+11
| | | | | | | | were previously installed the correct installation directory was never set - bugfix: the nmm importer didn't "sanitize" mod names and potentially tried to create invalid directories - bugfix: 0.99.x packages didn't contain qt plugins to handle certain image formats
* - when installing mods from outside the download directory the absolute path ↵Tannin2013-09-1116-123/+208
| | | | | | | | | | | | | is now stored - added a context menu to the toolbar buttons so tool icons can be removed directly - initweaks modinfo tab is now always available and allows new ini tweaks to be created - fake esms are now treated as masters (as they should) - MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters - bugfix: path returned by getfullpathname was sometimes not correctly terminated - bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator - bugfix: change of current directory sometimes used a fake directory without need - bugfix: icons in shortcut menu were not alwayscorrectly updated
* updated versionsTannin2013-09-051-2/+2
|
* - bugfix: automatically removes a file from old NCC release that was ↵Tannin2013-09-051-10/+1
| | | | | | | | interfering with the current version - bugfix: fomod installer didn't find fomod files in nested folder - bugfix: python proxy will now not even try to initialize python if python_dir contains no python. This is necessary because the python interpreter crashes the application if the path is invalid
* - bugfix: "overwrite" is no longer a localizable string, at least for now, ↵Tannin2013-09-023-4/+4
| | | | because some pieces of code rely on the name
* - bugfix: division-by-zero error in the newly introduced server-speed ↵Tannin2013-09-023-3/+11
| | | | | | | calculation - bugfix: temp files extracted during fomod installation were not cleaned up. This still doesn't remove directories - bugfix: fomod installer didn't find the installer xmls because they are in a subdirectory since release 0.99.4
* - separated python proxy into two dlls. One is a wrapper without externalTannin2013-09-011-1/+2
| | | | | | dependencies that fulfills the plugin interface. The other contains the actual python functionality. This way the outer dll can always be loaded and report issues. - The build process embeds the second dll into the first, this way only one dll has to be shipped
* - added a new column for not-yet-endorsed modsTannin2013-09-017-8/+40
| | | | | | | | - set categories menu no longer closes when the mouse cursor leaves the menu - MO will no longer change the endorsement flag if an update doesn't contain it - the column selection for the mod list can now only be accessed by mouse, hotkeys open the context menu of the mod - now displaying a progress dialog during login. For unknown reasons MO hangs during that time
* - mod list can now be sorted by install timeTannin2013-08-3124-3172/+3500
| | | | | - the sorting of download archives wasn't actually by index instead of file time - bugfix: some of the plugins crashed if they failed to create a mod
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-3013-51/+163
| | | | | | | | | | | | | to display an average speed on the settings menu - added a python27.dll compiled with vc100. This can now be bundled without introducing more dependencies - bugfix: extracting now stops after an error - bugfix: the way hook.dll caused CREATE_ALWAYS/CREATE_NEW to always write into overwrite could lead to the file being created when the call should have failed (because the file existed and was protected) - bugfix: GetPrivateProfileString does NOT properly report files as missing. This means that the ini-query optimization could optimize away requests that should work - bugfix: fomod installer couldn't display images because they were unpacked to the wrong temporary location - bugfix: When disabling local saves and choosing to delete the saves nothing happened - bugfix: the python plugin couldn't find the pyqt libraries
* - position of splitter in main window is now saved and restoredTannin2013-08-257-93/+101
| | | | | | | | - confirmation dialog before enabling/disabling all plugins - bugfix: GetPrivateProfileString-hook potentially accessed buffer that is allowed to be NULL - bugfix: attempt to extract an archive crashed MO in 0.99.2 - bugfix: archive list wasn't saved correctly in 0.99.2 - bugfix: plugins.txt was incorrectly interpreted as utf-8
* - column sizing is now changeable by the user yet still automatically ↵Tannin2013-08-242-26/+84
| | | | resizes fit content on first start
* MergeTannin2013-08-2420-7458/+12823
|\
| * - added code for c++ based boss dummyTannin2013-08-242-0/+4623
| | | | | | | | - fixed staging scripts
| * - turned boss dummy into a c++ project (unmanaged exports with c# is a pain)Tannin2013-08-2418-7458/+8200
| | | | | | | | | | - updated NCC to current NMM codebase - updated translation files
* | - download size is now displayedTannin2013-08-2413-88/+184
| | | | | | | | | | | | - multiple esps/mods can now be enabled/disabled at once using space - bugfix: fomod installer didn't compile because of changes to condition checking - bugfix: broken inverse virtual name resolution in case of non-default mod directory
* | MergeTannin2013-08-179-227/+413
|\|
| * - plugins that failed to load are now reported as problemsTannin2013-08-174-140/+198
| | | | | | | | | | - some wording fixes in the tutorial - updated proxyPython to a modified interface
| * - bugfix: nameprefix-flag incorrectly interpreted on oblivion-style bsasTannin2013-08-158-87/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: optimization for missing inis fixed - bugfix: fixmods didn't search for esps in overwrite - bugfix: configurator didn't work for fallout new vegas because of a missing cast - bugfix: configurator attempted parameter formatting on ini files instead of using the raw data - bugfix: searching for a path in the directory structure could cause a crash when not using the directory output - optimization to findfirstfile for cases where a single file is searched - display of bsas changed. hopefully it is more understandable now - cache for the test whether a mod is in conflict. Should speed ab scrolling in mod list - mod list has now an additional column for the installation time - nmm importer no longer cancels in cases where a data file references an undeclared mod. - integrated improved settings.json for the configurator contributed by "delta534"
* | - bugfix: download manager will now properly pause all downloads on exiting ↵Tannin2013-08-174-7/+56
|/ | | | | | | the application - bugfix: resumed downloads now get their automatic-retry-count reset - fiddled with condition tests in fomod (not sure if it works right now)
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-1720-92/+337
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* - basic diagnosis plugin now catches an issue where the users fontconfig.txt ↵Tannin2013-07-143-55/+27
| | | | | | | refers missing files - plugins can now resolve relative file names on the virtual directory (no enumeration yet) - bugfix: dummy plugins were not initialized
* - added the ability to connect to the internet through a proxyTannin2013-07-136-37/+88
| | | | | - integrated fomod installer now supports the or-operator for page conditions - integrated fomod installer now caches condition results to speed up tests
* - minor fixes to ncc build filesTannin2013-07-131-0/+18
| | | | - MO will now use system-wide proxy if one is configured
* - some fixes to the refreshing behaviourTannin2013-07-137-22/+31
| | | | | | - "fix" buttons in problems dialog are now actually functional - python proxy now has diagnosis functionality to warn user if correct proxy version is not available - python proxy now has a configurable python path
* bugfix: nxmhandler in headless calls didn't save changesTannin2013-07-053-53/+9
|
* - nxmhandler now has a ui to modify the proxy-handlerTannin2013-06-292-15/+5
| | | | | | - mo now registers itself with nxmhandler when launching the browser - pdbs are now generated for plugins - reverted configurator to pyqt4
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-2922-248/+532
| | | | | | | | | | | | and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp
* - some fixes for qt5 compatibilityTannin2013-06-2040-1676/+1356
| | | | | | | | | | | | | | | | | | | | | - hook.dll no longer creates a dump and uninstalls it if an exception is reported that doesn't originate from it - NCC used read-only transactions again because otherwise solid archives become unusably slow. - removed the integrated nexus browser - the mod description and motd are now rendered in QTextBrowser. This (and the above) eliminates the dependency on qtwebkit - removed the direct file download for mod files - reduced CPU usage during downloads by invalidating only one column of the download list. This widget still needs to be replaced - added the complete filename as an option for the modname - applications that require elevation can now be started by invoking an elevated secondary ModOrganizer instance - MO will now register nexus file servers and provides a settings dialog to pick preferred servers. (This preference is not used yet) - worked around 1-2 bugs in QSortFilterProxy - handling of nxm links is now done by an external application. This allows the registration of different applications depending on the game - integrated fomod installer now displays the screenshot in a scalable view - bugfix: integrated fomod installer didn't name output files correctly if the name differs from the source name - bugfix: a successful login to nexus was (sometimes?) not correctly detected as a success - bugfix: top-level entries in QtGroupingProxy were sometimes incorrectly displayed as groups - bugfix: GetPrivateProfile... optimization could cause null-pointer indirection - bugfix: GetCurrentWorkingDirectory caused buffer overflow in case of pre-flighting (buffer size 0) - bugfix: configurator plugin now also uses qt5 (it's currently broken though)
* - completed Qt5 compatibilityTannin2013-06-1521-374/+276
| | | | | | | - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog
* - mod list no longer loses selection whenever categories context menu gets ↵Tannin2013-06-088-23/+65
| | | | hidden
* MergeTannin2013-06-072-21/+4
|\
| * - bugfix: archive file wasn't closed after installationTannin2013-06-062-21/+4
| | | | | | | | | | - bugfix: batch installer was treated as handler for "manual" installations - bugfix: dropped include of unused sip interface
* | - locking/unlocking esps can now be done for the whole selectionTannin2013-06-074-21/+62
| | | | | | | | | | - bugfix: MO crashed if the locked index file is borked. This shouldn't happen anymore so I'm not sure how that file breaks to begin with
* | MergeTannin2013-06-0517-93/+173
|\|
| * - install plugins now get a chance to update name, version and modid of modsTannin2013-06-054-31/+29
| | | | | | | | | | | | | | - NCC now makes name, version and modid from the info.xml file available to the installer - integrated fomod installer also uses version and modid from the info.xml - mods can now be renamed during installation - configurator plugin now highlights changed keys and saves changes
| * - added hook for ansi version of SHFileOperation, this function may not be ↵Tannin2013-05-282-1/+14
| | | | | | | | routed to the unicode version in every windows variant
| * - bugfixes in hookdll related to path-reroutingTannin2013-05-287-23/+44
| | | | | | | | | | - bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken
| * MergeTannin2013-05-257-25/+65
| |\
| * | - bugfix: mod priority ordering could become incorrectTannin2013-05-257-25/+61
| | | | | | | | | | | | | | | - bugfix: when grouping is enabled, newly installed mods broke grouping - bugfix: syncing overwrite didn't clean up emptied directory
| * | - bugfix: installation using custom installer always created mod directoryTannin2013-05-233-17/+29
| | | | | | | | | | | | - batch installer now displays progress during mod installation
* | | - skyrim-specific optimization to accelerate startupTannin2013-06-051-2/+2
| |/ |/| | | | | - bugfix in SetCurrentDirectory hook