summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - downgrading a mod (using replace) will now change the versionTannin2013-12-112-5/+7
| | | | - bain installer will now accept archives with omod conversion data.
* - MO now applies a minimum to the nmm-compatibility field.Tannin2013-12-0813-21/+45
| | | | | - bugfix: "visit on nexus" directed the browser to the servers meant for nmm - bugfix: url for "check all for updates" and "enorse/unendorse" were not constructed correctly
* - bugfix: extracting bsas did not work with non-ascii characters in the mod nameTannin2013-12-071-3/+2
| | | | - another attempt to switch branches...
* - returned to default branchTannin2013-12-074-8/+8
| | | | | - nexus interface will now use the nmm url - nmm importer no longer cancels on a missing non-essential flag
* Merge with defaultTannin2013-12-0714-1739/+1666
|\
| * - bugfix: drag&drop on archive list didn't always work properlyTannin2013-12-072-3/+5
| |
| * - minor text fixesTannin2013-12-074-57/+12
| | | | | | | | | | - versions without a subminor version are now displayed without it (1.1 instead of 1.1.0) - version compares now prefer the decimal comparison over the traditional
| * - plugins can now be localized tooTannin2013-11-2712-1685/+1655
| | | | | | | | | | - fixes to the installer script - extended build scripts to fetch translations from pootle server automatically
* | minor text changesTannin2013-12-074-7/+6
| |
* | - download manager now saves the file times on nexus, for potential later ↵Tannin2013-12-0714-40/+80
| | | | | | | | | | | | | | | | use in version check - nexus interface now supports 301 redirects - now using the new nexus url format - bugfix: "visit on nexus" used an outdated url scheme and thus caused unnecessary redirection
* | - bugfix: changing nexus id directly via mod list did not cause the change ↵Tannin2013-12-043-1/+9
| | | | | | | | to be saved
* | - added second context menu for changing categories that applies only changes toTannin2013-12-014-30/+134
| | | | | | | | | | the selected mods instead of replacing the existing set of categories (thanks to Ross!) - bugfix: category filtering didn't work correctly when grouping was also active
* | minor updates to readme and mod info uiTannin2013-12-011-13/+30
|/
* - bugfix: installFile for mods was not a relative path if the downloads ↵Tannin2013-11-2223-10036/+7034
| | | | | | | | | | | | directory was non-default - bugfix: crash after removing the last profile in the list (ordered alphabetically) - improved subdirs ordering to ensure pythonrunner is compiled before pythonproxy - translation files for plugins are now generated - set some texts as un-translatable where it made no sense - staging script now re-builds MO completely before packaging - updated qt libraries for packaging to 4.8.5 - added python to the package
* - bugfix: canceling creation of an ini tweak prompted an error messageTannin2013-11-201-3/+3
| | | | - added missing files from earlier commit (wtf?)
* - archive.dll now supports querying the crc value of filesTannin2013-11-1814-56/+167
| | | | | | | | | | | | | | | | | | | - esptk now determines if a esp is a dummy (without records) - hook.dll no longer creates a log file if noone wrote to it - nexus id and installtime columns are now hidden by default - modlist can now be refreshed without saving first (so plugins can replace the modlist.txt as a whole) - plugins can now query more details about virtualised files - added style options "plastique" and "cleanlooks" - "overwrite" is no longer listed with a creation time - a warning will now be displayed if the user has too many plugins active - a warning will now be displayed if mods with scripts have an installation order that doesn't match the corresponding esp load order - nmm importer now has select all/deselect all buttons - nmm importer no longer tries to unpack missing files from archives (won't work anyway) - initial support for importing from nmm 0.5 alpha - removed some broken warning suppresions - python runner now works with bundled python - extended qbs build system (still fails to build the main gui application) - implemented a nsis-based installer
* - started qbs based project files (not functional yet)Tannin2013-11-115-2/+44
| | | | | - modlist will now updated immediately after a change throw the modinfo dialog - bugfix: configurator wasn't able to save after revision 137
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-0622-1802/+1836
| | | | | | | | | | | | - 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
* - added a new diagnosis to detect potential problems in regards to esp vs. ↵Tannin2013-11-017-35/+110
| | | | | | | | | asset ordering (not fully functional yet) - new plugin interfaces to the mod list - plugins can now query the origin (mod) of a esp/esm - bugfix: potential access to profile before one was activated - bugfix: regression in previous (not-yet-released) commit prevented changes to bsa list from being saved
* - text files encoded in system encoding should now be correctly recognized ↵Tannin2013-10-264-27/+42
| | | | | | in the mod info dialog - archive-list can be user-sorted again (within one mod)
* - Option to choose edition of the game. Currently only relevant for FO3 ↵Tannin2013-10-2517-29/+70
| | | | | | | | because FO3 GOTY is its own app - applications that aren't in the executables list can again be started from the command line - references to missing categories are now removed from mods - bugfix: integrated fomod installer didn't update description and picture on some constellations of Windows version and theme
* - directories in data-view are now sortedTannin2013-10-206-281/+14
| | | | | - questionbox with selection memory is now exposed to plugins - the choice to run fnis from the checker can now be memorized
* - tooltip on download list now contains the file nameTannin2013-10-185-12/+40
| | | | | | - bugfix: when refreshing the directory tree conflict information wasn't immediately refreshed (including on start) - bugfix: dataChanged events wasn't emitted when user changed the modlist - bugfix: file patterns in checkfnis plugin weren't completely correct
* - mod sorting now always uses priority as secondary sortingTannin2013-10-172-30/+38
| | | | - added missing ipluginlist.h
* - plugin (esp/esm) list is now exposed to plugins (read-only functionality ↵Tannin2013-10-164-23/+54
| | | | | | | right now) - integrated fomod installer now supports file dependencies - bugfix: integrated fomod installer crashed if the installer had no optiosn´´ns
* MergeTannin2013-10-165-7/+42
|\
| * - bugfixes to last mergeTannin2013-10-122-3/+28
| | | | | | | | - fnis-check plugin can now be disabled
| * MergeTannin2013-10-123-6/+17
| |\
| | * - MO now warns if a nxm-link for a wrong game was attempted instead of ↵Tannin2013-10-103-6/+17
| | | | | | | | | | | | | | | | | | downloading the wrong file - bugfix: in nxmhandler adding a new line with different game but same executable didn't work (the change was silently dropped)
* | | - nmm importer now also transfers category, endorsement state and lastest ↵Tannin2013-10-164-3/+44
|/ / | | | | | | | | | | | | version information - nmm importer should now always determine the correct nexus id - nmm importer will now correctly restore overwritten files for imported mods
* | MergeTannin2013-10-118-10/+103
|\ \ | |/ |/|
| * - added new plugin to test if fnis needs to be runTannin2013-10-118-10/+103
| | | | | | | | | | | | | | - some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm) - functionality for plugins to react to application being started from MO - broken ESPs are no longer reported as popup windows but only in the log file - bugfix: plugins couldn't store persistent data if they had no user-editable settings
* | - new toggle to display hidden downloadsTannin2013-10-1016-106/+189
| | | | | | | | | | | | | | | | - hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal
* | - bugfix: When updating MO, if login is required, the process didn't ↵Tannin2013-10-061-0/+1
| | | | | | | | continue automatically after login
* | - option to ignore/unignore updates is now only shown if there IS an updateTannin2013-10-063-14/+15
| | | | | | | | | | - window now shouldn't lose focus on win 8 2 seconds after mod information gets invalidated - small bugfix related to new version scheme parsing
* | MergeTannin2013-10-061-1/+2
|\ \ | |/ |/|
| * bugfix: statusbar may have stayed enabled if an error occured on handling ↵Tannin2013-10-061-1/+2
| | | | | | | | the refreshed-event
* | - 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