summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changed the way the right-most column in the mod list is stretched to a way ↵Tannin2015-03-211-32/+4
| | | | that is independent of the mod ordering
* MO will again remove obsolete files on startupTannin2015-03-211-0/+38
|
* bugfix: crash when entering search terms for the mod listTannin2015-03-212-9/+3
|
* bugfix: sync-overwrite dialog didn't openTannin2015-03-211-2/+2
|
* minor stuff (slight changes to the visual style, code refactorings, version ↵Tannin2015-03-185-170/+175
| | | | increment)
* bugfix: crash related to bad timing when filtering the mod listTannin2015-03-181-4/+4
|
* - plugin list can now be sorted by flagsTannin2015-03-181-2/+17
| | | | - sorting by mod index now puts the disabled mods to one end of the list
* - avoiding unnecessary meta.ini saves when checking mods for updatesTannin2015-03-182-8/+25
|
* Merge with branch1.2Tannin2015-03-09131-12336/+18651
|\
| * minor cleanupTannin2015-03-093-3/+12
| |
| * - bugfix: changing the highlight in the modlist didn't always prompt an ↵Tannin2015-03-092-6/+7
| | | | | | | | immediate update of overwrite markers
| * - when activating/deactivating a mod the contained esps are only ↵Tannin2015-03-091-6/+7
| | | | | | | | | | | | activated/deactivated if no other active mod provides the same plugins
| * - some fixes to how file changes are signaled and delayedTannin2015-03-0115-202/+162
| |
| * tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-2515-62/+42
| | | | | | | | from static code analysis)
| * bugfix: tooltips in dark style were too transparentTannin2015-02-251-1/+1
| |
| * bugfix: plugin list wasn't user-sortableTannin2015-02-251-5/+8
| |
| * sorting by content now produces a more useful listTannin2015-02-251-4/+15
| |
| * bugfix: filtering by meta-categories (checked/unchecked, update available) ↵Tannin2015-02-251-1/+2
| | | | | | | | didn't work
| * bugfix: crash when trying to delete mods (issue #1016)Tannin2015-02-253-20/+29
| |
| * - added content icon for BSAsTannin2015-02-2516-15/+26
| | | | | | | | | | - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b
| * - No longer setting the dll directory as a windows search folder for dlls ↵Tannin2015-02-252-5/+3
| | | | | | | | | | | | | | because that appears to remove another search folder AND the configured seach folders seem to be inherited by processes started from MO (both confirmed only in windows 8.1)
| * - bugfix: detection of support for direct loading load mechanism was brokenTannin2015-02-251-3/+8
| | | | | | | | | | - proxy dll load mechanism disabled since it seems to have been bugged for ages and nobody noticed so it appears to be unneeded
| * icon delegates now use a pixmap cache to improve rendering performanceTannin2015-02-259-64/+82
| |
| * cleanupTannin2015-01-292-6/+6
| |
| * extended the game-plugin interfaceTannin2015-01-2928-930/+326
| |
| * Merge with branch1.2Tannin2015-01-2449-243/+195
| |\
| * | - bugfixesTannin2015-01-0642-866/+588
| | | | | | | | | | | | | | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
| * | MergeTannin2015-01-0474-786/+875
| |\ \
| | * | accidentally removed loot_cli from buildTannin2014-11-281-0/+1
| | | |
| | * | replaced all uses of NULL with nullptrTannin2014-11-2865-457/+455
| | | | | | | | | | | | | | | | fixed a few placed where NULL was used as a number or boolean
| | * | cleanup und bugfixes after refactoringTannin2014-11-2830-568/+526
| | | |
| | * | MergeTannin2014-11-2170-9891/+11066
| | |\ \
| | * | | qt5 compatibilityTannin2014-11-211-3/+10
| | | | |
| | * | | MergeTannin2014-08-282-2/+2
| | |\ \ \
| | | * | | minor fixesTannin2014-08-282-2/+2
| | | | | |
| * | | | | - fixes after mergeTannin2015-01-0420-349/+248
| | | | | |
| * | | | | re-integrated changes missing from the mergeTannin2015-01-033-24/+46
| | | | | |
| * | | | | Merge with branch1.2Tannin2015-01-0355-10399/+17603
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-2130-1742/+2497
| | | | | | | | | | | | | | | | | | | | | | | | - started on support for game-plugins
| | * | | | - 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-4126/+4336
| | | | | | | | | | | | | | | | | | | | | | | | - removed call to function unavailable in Windows XP
| | * | | | MergeTannin2014-11-116-57/+27
| | |\ \ \ \
| | | * | | | - 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
| | * | | | | MergeTannin2014-11-1112-34/+76
| | |\| | | |
| | | * | | | - 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...
| | | * | | | MergeTannin2014-11-0610-24/+59
| | | |\ \ \ \
| | | | * | | | - archive library can now query for password during extraction (seems to be ↵Tannin2014-11-0510-24/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | | some work on installer scriptsTannin2014-11-111-0/+11
| | |/ / / / /
| | * | | | | - 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-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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