summaryrefslogtreecommitdiff
path: root/src/logbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* code formatting (clang_format)Tannin2016-02-091-1/+0
|
* made instance-switching usableTannin2016-01-101-56/+64
| | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* first work on interfacing with usvfsTannin2015-11-171-19/+1
|
* small stuffTannin2015-05-261-1/+1
|
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-5/+14
| | | | | | (though they were almost certainly false positives) - there is now a 50ms timeout on logging messages - bugfix: leaked handles after directory searches
* dropped redundant report.h/report.cppTannin2015-05-091-1/+4
|
* - bugfixesTannin2015-01-061-2/+6
| | | | | | | - 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
* replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| | | | fixed a few placed where NULL was used as a number or boolean
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-261/+261
|
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-311-22/+29
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* - mod list context menu split into two menus (one for whole list, one for ↵Tannin2014-05-131-1/+6
| | | | | | | | | | | | | | | | | | | selected mods) - added option to combine category filters using "or" - added context menu option for deselecting category filters - slightly changed ui on the category filters - added a sample plugin for cpp that can be built without building the rest of MO - simple installer can now be configured to run without any user interaction - extended interface for python plugins - iorganizer implementation moved out of the main window - nexus requests from plugins will now be identified in the user agent - bugfix: shortcuts created from MO used the wrong working directory - bugfix: deactivation of bsas didn't stick - bugfix: file hiding mechanism wasn't active - bugfix: executables linked on the toolbar couldn't be removed if the executable was removed first - bugfix: the endorsement-filter couldn't be combined with other filters - bugfix: python interface to repository bridge was broken
* - main window now has a small view displaying log messagesTannin2014-05-041-3/+79
| | | | | | | | | | | | | | - mod list will now be highlighted when grouping is active is active - download tooltip now supports bbcode markup in the description - bbcode translator will now translate some named colors - algorithm for detection of mod order problems is now more sophisticated - exposed more functionality to python plugins - updated to qt 4.8.6 dlls - bugfix: plugin list wasn't - bugfix: state changes in mod list wasn't always reported - bugfix: loot client will now create necessary directory - bugfix: NCC sometimes used wrong source path for extracting - bugfix: removed noisy debug message
* - boss integrationTannin2014-01-231-2/+1
| | | | | - plugin list can now also display multiple flags for a file (like the mod list) - changed some compiler&linker settings to produce smaller binaries
* - added an about dialogTannin2014-01-161-0/+1
| | | | - updated json library
* - implemented hook for NtQueryDirectoryFileTannin2014-01-131-1/+1
| | | | | | | | - saves list is now automatically updated on FS changes - optimization: data tree widget is no longer filled completely at once but one directory at a time - bugfix: pending downloads were not removed from list after a failed nxm request - bugfix: there was still a nmm.nexusmods.com link - bugfix: the text "alpha" in version strings wasn't interpreted correctly
* - nxmhandler will now ask before registering itselfTannin2014-01-041-1/+14
| | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically
* - completed Qt5 compatibilityTannin2013-06-151-4/+4
| | | | | | | - added GetFileVerisonInfoW hook for Windows 8 compatibility - fixed BossDummy to compile correctly with current version of the RGiesecke.DllExport assembly - fixed NCC components compiling with different Framewerk versions - dropped files-list in Nexus-tab of modinfo dialog
* - added hook for GetModuleFileNameTannin2013-05-191-0/+3
| | | | | | | | - downloads are now identifiable by ID - fixed a bug with the multi-select categories list - fixed a problem with the nexus-login code breaking support for certain passwords - fixed a bug where detection of archive invalidation didn't work correctly - fixed ncc plugin trying to handle archives that aren't actually fomods
* - added hooks for getFileVersion* functionsTannin2013-03-271-138/+138
| | | | | | | | | | | | | | | | | | - automatic donwload retry - support for storing multiple download urls - improved "query info" functionality - some cleanup to download manager code - external fomod installer dialog are now brought to front - added shell... functions to have windows handle problematic situations - added visual clue when filters are active - esps are now automatically activated when installing a mod - added option to never endorse a mod - added "previous" and "next" buttons to mod info dialog - improved the way messagedialog text is shortened - coloring in mod info dialog now visible in other color schemes - plugin list is now saved automatically - vanilla bsas are now enabled even if they are not listed in the ini file - bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
* initial commit to mercurial repository.Tannin2013-02-031-0/+157
Corresponds to MO version 0.12.6