summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* cleanupTannin2015-01-292-6/+6
|
* extended the game-plugin interfaceTannin2015-01-2928-930/+326
|
* Merge with branch1.2Tannin2015-01-2449-243/+195
|\
| * updated version numberTannin2015-01-242-5/+3
| |
| * fixed logging in case of changes and errors in the mod listTannin2015-01-221-4/+7
| |
| * bugfix: When displaying the list of save games to delete the list is capped ↵Tannin2015-01-221-1/+10
| | | | | | | | to 10 entries, otherwise the window may extend beyond the screen
| * bugfix: initialization order was wrong and so kept foreign language systems ↵Tannin2015-01-222-3/+3
| | | | | | | | | | | | from correctly loading mod order if Unmanaged is translated "Unmanaged" is no longer translatable as its used internally as an identifier
| * cleanup (mostly removing unused includes)Tannin2015-01-2240-120/+68
| |
| * removed some obsolete codeTannin2015-01-222-31/+1
| |
| * bugfix: first attempt at discovering java binary always failedTannin2015-01-111-2/+3
| |
| * increased version number and minor stuffTannin2015-01-112-5/+2
| |
| * bugfix: priority couldn't be changed directly in plugin list (this change ↵Tannin2015-01-111-4/+19
| | | | | | | | was apparently not copied to the branch)
| * different way to check for file existenceTannin2015-01-112-18/+7
| |
| * bugfix: translations for some plugins weren't loadedTannin2015-01-111-0/+5
| |
| * bugfix: executables with extensions other than .com, .cmd or .bat were ↵Tannin2015-01-111-3/+4
| | | | | | | | started with cmd.exe (since 1.2.16)
| * bugfix: translations for configurator plugin weren't named correctlyTannin2015-01-081-2/+2
| |
| * bugfix: translations for plugins were not usedTannin2015-01-081-0/+11
| |
| * bugfix: showEvent contains initializion code that should be run only on ↵Tannin2015-01-082-28/+38
| | | | | | | | first start of the application
| * - download servers that haven't been available for over a month are now ↵Tannin2015-01-0710-34/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15)
* | - 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-2169-9891/+11063
| |\ \
| * | | 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-0354-10399/+17600
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | - 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
| * | | | updated minimum nmm compatible version numberTannin2014-09-271-1/+1
| |/ / /
| * | | - several style fixes suggested by static analysisTannin2014-09-2426-209/+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-1338/+1338
| | | |
| * | | 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
| | | |