summaryrefslogtreecommitdiff
path: root/src/problemsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-061-12/+19
| | | | | | | | | | | | - main application now contains means for plugins to react on some changes (to be extended) - plugins can now retrieve more information about a mod - user-agent sent to nexus now automatically contains the current MO version - included updated russian translation - problems dialog now refreshes itself after a fix was applied - fixed new esp/asset ordering diagnosis. May be fully functional now - bugfix: restoring locked load order could leave MO in an endless loop (not sure if this fix is correct yet) - bugfix: plugin list was not visually updated after some changes - bugfix: nmm importer threw away mod ordering
* - some fixes to the refreshing behaviourTannin2013-07-131-2/+14
| | | | | | - "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
* - diagnosis plugin now reports file in overwrite as a problemTannin2013-05-221-1/+1
| | | | | - bugfix: GetModuleFileName returned the wrong string length - bugfix: Vector Exception Handler no longer stops hook.dll on recoverable errors
* - bugfix: wrong multibyte to widechar conversion in hookdll breaks ↵Tannin2013-04-131-0/+58
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)