| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
- fixed staging scripts
|
| |
|
|
|
| |
- updated NCC to current NMM codebase
- updated translation files
|
| |
|
|
|
| |
- some wording fixes in the tutorial
- updated proxyPython to a modified interface
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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"
|
| |
|
|
|
|
|
| |
directory structure
- bugfix: circular dependency caused a memory leak
- bugfix: removing a single mod lead to the wrong mod being deleted
|
| |
|
|
|
|
|
| |
refers missing files
- plugins can now resolve relative file names on the virtual directory (no enumeration yet)
- bugfix: dummy plugins were not initialized
|
| |
|
|
|
| |
- integrated fomod installer now supports the or-operator for page conditions
- integrated fomod installer now caches condition results to speed up tests
|
| |
|
|
| |
- MO will now use system-wide proxy if one is configured
|
| |
|
|
|
|
| |
- "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
|
| | |
|
| |
|
|
|
|
| |
- mo now registers itself with nxmhandler when launching the browser
- pdbs are now generated for plugins
- reverted configurator to pyqt4
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
hidden
|
| |\ |
|
| | |
| |
| |
| |
| | |
- bugfix: batch installer was treated as handler for "manual" installations
- bugfix: dropped include of unused sip interface
|
| | |
| |
| |
| |
| | |
- 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
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| | |
- 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
|
| | | |
|
| | |
| |
| |
| | |
routed to the unicode version in every windows variant
|
| | |
| |
| |
| |
| | |
- bugfix: expanding modlist groups after changes to modlist works now
- bugfix: sorting grouped modlist was broken
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | | |
- bugfix: when grouping is enabled, newly installed mods broke grouping
- bugfix: syncing overwrite didn't clean up emptied directory
|
| | | |
| | |
| | |
| | | |
- batch installer now displays progress during mod installation
|
| | |/
|/|
| |
| | |
- bugfix in SetCurrentDirectory hook
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| | |
- bugfix: GetModuleFileName returned the wrong string length
- bugfix: Vector Exception Handler no longer stops hook.dll on recoverable errors
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- downloads are now identifiable by ID
- fixed a bug with the multi-select categories list
- fixed a problem with the nexus-login code breaking support for certain passwords
- fixed a bug where detection of archive invalidation didn't work correctly
- fixed ncc plugin trying to handle archives that aren't actually fomods
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
- deleting files from download manager now moves them to recycle bin instead of deleting permanentyl
- cleanup in installation manager
- ini editor (old) can now be configured to open files in external editor
- bugfix: .net check in ncc installer was broken
- bugfix: mod-overwrite dialog wasn't displayed for complex installers
|
| | |
| |
| |
| |
| |
| |
| | |
- extended plugin interface to allow installation of mods from files
- improved detection of online state
- download tab now also displays files supported through plugins
- batch installer now has basic functionality (downloads and installes files)
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| | |
- started improving usability of nexus bridge
- support for installers implemented in python
|
| | |
| |
| |
| | |
- added files for the python proxy
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
internationalization
- bugfix: mod names not checked for validity on rename
- bugfix: mod list wasn't invalidated after rename (regression?)
- problem reports moved to separate dialog
- ncc plugin now does the check for dotNet
- python plugin wrapper started (only supports tools currently)
- new ini editor plugin in python (non-functional currently)
|
| | | |
|
| | |
| |
| |
| | |
mime type)
|
| | |
| |
| |
| |
| |
| |
| | |
- moving files from overwrite to mods
- offline mode
- several fixes to the grouping system
- fix to "duplicate translation" errors
|
| | |\ |
|
| | | | |
|
| | |/
|/|
| |
| | |
- profile loading is now slightly more forgiving
|
| |\ \
| |/
|/| |
|
| | | |
|
| |/| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- automatic donwload retry
- support for storing multiple download urls
- improved "query info" functionality
- some cleanup to download manager code
- external fomod installer dialog are now brought to front
- added shell... functions to have windows handle problematic situations
- added visual clue when filters are active
- esps are now automatically activated when installing a mod
- added option to never endorse a mod
- added "previous" and "next" buttons to mod info dialog
- improved the way messagedialog text is shortened
- coloring in mod info dialog now visible in other color schemes
- plugin list is now saved automatically
- vanilla bsas are now enabled even if they are not listed in the ini file
- bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
|
| | |
| |
| |
| | |
- exchanged grouping proxies with existing solution from the kde project
|
| |\| |
|
| | | |
|