summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-144-5/+30
| | | | - drag&drop is not disabled when ordering by other columns than priority. MO will notify using messagedialog that it's impossible instead.
* when reinstalling a mod the existing mods name is used by defaultTannin2014-12-143-11/+13
|
* if a shortcut-started application is the same binary as a configured one, ↵Tannin2014-12-143-0/+25
| | | | the corresponding steam app id is used
* custom installers can now set the installation file (and the ncc installer ↵Tannin2014-12-142-2/+20
| | | | now does)
* - NCC installer can now discover files in other mods (thanks Reunion!) and ↵Tannin2014-12-135-1/+13
| | | | knows the script extender version
* all executables can now be repositioned, including auto-detected onesTannin2014-12-094-24/+62
|
* searching for steam process will no longer fail when more than 1024 ↵Tannin2014-12-092-12/+22
| | | | processes are running (and steam is past the 1024th)
* removed use of ModInfo::internalNameTannin2014-12-094-11/+4
|
* now stored installed files with each modTannin2014-12-094-0/+53
|
* bugfix: hitting the fix button in the diagnosis plugin could crash MO if theTannin2014-12-041-4/+9
| | | | line didn't have mouse focus
* bugfix: ini tweaks were not applied in priority orderTannin2014-12-041-2/+3
|
* minor fixesTannin2014-12-041-1/+1
|
* - added error handling when a file can't be deleted from vfsTannin2014-12-014-11/+20
| | | | - minor bugfixes
* more bugfixesTannin2014-11-265-1406/+1434
|
* several bugfixes from the bugfix-wc that I forgot to backportTannin2014-11-262-210/+218
|
* undid some changes that accidentally made it to this branchTannin2014-11-269-7444/+7293
|
* - fixed manifest for qt5Tannin2014-11-142-2/+12
| | | | - download messages can now be sent from different user accounts
* - updated staging script to use qt5 and to fetch translations from transifexTannin2014-11-117-6629/+9613
| | | | - removed call to function unavailable in Windows XP
* some work on installer scriptsTannin2014-11-111-0/+11
|
* - re-enabled use of img-tags in bbcode converterTannin2014-11-116-57/+27
| | | | | - addded a workaround for cases where, after a MO update, the stored modlist layout has no size for new columns - using a webview again for the nexus view of the modinfo dialog
* - bsa parser will now cancel in case of a read error. Before, when ↵Tannin2014-11-093-10/+17
| | | | | | | | | attempting to parse a broken bsa it could take forever and continuously allocate memory - better error message when bsa parsing fails - slightly better support for font colors in bbcode converter - configurator now also uses pyqt5 - bugfix: bsa hashing function converted backslashes to slashes instead of the other way around. hash calculation is still often wrong on folder names...
* - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-062-3/+4
| | | | | | - removed obsoleted calls to GetVersionEx - bugfix: download urls were potentially not encoded correctly - bugfixes to tls-based recursion protection
* - moved the hook-recursion-protection to tlsTannin2014-09-295-45/+84
| | | | | | | | | - some code cleanup and consolidation - hook.dll will now report all of its own exceptions - some more logging during startup - changed the way urls are encoded for download requests - now displaying (one of the) process name(s) while waiting for a program to end - bugfix: spawned processes were forced to leave the job
* - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-0510-24/+89
| | | | | | | | | | | | | | | | | | necessary for rars) - process blacklist is now taken from a file if there is one, not hardcoded - removed workaround for the papyrus compiler - updated loot client to work with the actual api - loot client now links with loot32.dll at runtime - loot client now produces its output in a (json-)file which includes all plugin messages and dirty flags - fomod installer now tries to parse the xml with several encodings - fomod installer will now display a diagnostics warning if the jpg imageformat isn't supported - base preview plugin now tries to be a bit smarter about resizing images to fit the screen - bugfix: fomod installer no longer tries to open an image even after detecting its invalid - bugfix: potential null-pointer dereferentiation in getprivateprofile... hooks - bugfix: potential null-pointer dereferentiation in download manager - bugfix: internal origin name showed up in one more place - bugfix: ToString function produced strings that were one (zero-termination-)character too long
* - several style fixes suggested by static analysisTannin2014-09-2426-193/+176
| | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* - removed a use of wostringstream which seems to have been involved in a ↵Tannin2014-09-191-12/+17
| | | | | | bug. Still not sure how - rewrote widechar <-> multibyte conversion functions to handle arbitrary string lengths
* non-mo mods now have a constructed name that cannot conflict with a regular modTannin2014-09-102-1309/+1309
|
* when MO fails to overwrite its ini file it tries another method using qt ↵Tannin2014-09-101-2/+15
| | | | functions
* plugins can now query the list of masters for a pluginTannin2014-09-102-0/+15
|
* profiles are now created with an (empty) archives.txtTannin2014-09-102-1113/+1120
|
* - descriptions for plugin settings are now displayedTannin2014-09-103-1213/+1227
|
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-0821-134/+287
| | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
* - bugfix: MO would report invalid index errors when downloading while ↵Tannin2014-08-253-6/+8
| | | | download list is sorted by filetime descending
* - processes spawned from MO are now themselves allowed to break away from ↵Tannin2014-08-254-7/+16
| | | | | | | | | | the job. Without this the CEF (chromium embedded framework) seems to fail - bugfix: Fixed an error message when installing a fomod wrapped in an archive - bugfix: sorting plugins had no effect on non-skyrim games - bugfix: fomod parser quit installing filelists after one file - bugfix: function retrieving local appdata path read wrong directory
* - bugfix: mods were specified by internal name in archive and data tabTannin2014-08-191-3/+16
|
* - new plugin-api to determine the origin of a fileTannin2014-08-182-0/+17
|
* - bugfix: text files weren't displayed in the mod-info-dialogTannin2014-08-181-1/+2
|
* - login package now also uses a "proper" user-agentTannin2014-08-184-11/+22
|
* - performance optimizations for detection of file changes in mod directoriesTannin2014-08-018-78/+114
| | | | | | - added a workaround for download-link handling in chrome - MO will now create a profile even if the game-launcher has never been run - bugfix: files weren't cleanly removed from vfs file register
* - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-2714-40/+190
| | | | | | | | | | | - loot_cli is no longer part of this project. I will probably create a fork of loot that allows command-line usage instead - loot integration now works with such a modified loot version - integrated loot will now also integrate incompatibility messages in the MO UI - overwrite-markers are now updated as the list order is changed - fnis checker will now always allow the user to ignore fnis errors - plugin interface now has a function to wait for handles returned from startApplication (which can be job or process handles) - bugfix: non-mo mods sharing the name with regular mods now have a different internal name - bugfix: using hotkeys the vanilla game-plugins could be moved
* - download-list will no longer show a file as having incomplete data if ↵Tannin2014-07-2127-56/+241
| | | | | | | there is no file version - added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
* normalized eol style (all files should now have windows line endings)Tannin2014-07-17117-31287/+31287
|
* - bugfix: broke qt4 compatibility in trying to support qt5Tannin2014-07-175-14/+30
| | | | | - bugfix: overwrite dialog displayed system drives if the overwrite directory didn't exist - bugfix: ini tweak activation wasn't saved
* - qt 5 compatibility fixesTannin2014-07-154-10/+16
| | | | - detection for support of optimized find no longer depends on deprecated api
* slight fixes to qt5 compatibilityTannin2014-07-031-1/+1
|
* - Disabled compilation of loot_cli as the current loot version can't be ↵Tannin2014-07-1514-24/+5392
| | | | | | | compiled or linked against with vs 2010 - bugfix: some incompatibilities with non-skyrim games - bugfix: incorrect handling of plurals in translateable strings
* deleteSavegame:TheBloke2014-07-131-1/+2
| | | | - Confirmation question shows number of saves to be deleted, when more than 1
* savegameList: more minor changesTheBloke2014-07-131-8/+4
| | | | | - Context Menu - can do same job with fewer variables and assignments - deleteSaveGame_clicked - const reference, not new value, in foreach loop
* savegameList:TheBloke2014-07-131-14/+12
| | | | | | | | - Context menu bugfix, previous method of getting rows didn't work when items were selected in certain ways, e.g. Control-A - Context menu now uses selectedIndexes(), which always works with all selections. - Renamed enableFixMods to multipleSelected so same value can be used to decide whether to show single or plural version of "Delete save(s)"
* savegameList: A few cleanups and minor code improvementsTheBloke2014-07-121-11/+10
| | | | | - Slight improvements over previous commits, using more appropriate methods and removing some unnecessary code. No functional changes.