| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
fixed includes because shared/ isn't in the path anymore
removed unused modeltest files
|
| |
|
|
| |
fixed progress bar
|
| |
|
|
| |
first implementation of NtQueryDirectoryFile
|
| |
|
|
|
|
| |
refactored pruning
don't show shell menu for directories
added collapse all in context menu
|
| |
|
|
| |
pre-hashed file lookup in DirectoryEntry
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
reset geometry uses TaskDialog
moved restart code for the settings dialog to MainWindow
fixed settings sometimes not being saved when restarting
don't log "crash dumps present" every time the settings dialog is closed
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
log displays on startup
|
| |
|
|
| |
added check for nahimic
|
| |
|
|
|
|
|
| |
settings early
set log level on startup
replaced more qDebug()
|
| | |
|
| |
|
|
| |
added more debug logging when creating and deleting shortcuts
|
| |
|
|
|
| |
added more error handling and logging, some was missing
removed some redundancy of setting the menu icons for add/remove, they're all set when clicking the button anyway
|
| |
|
|
| |
some more error checking
|
| | |
|
| |
|
|
| |
added dump_running_process.bat to start another instance of MO with that flag
|
| | |
|
| |
|
|
| |
switched to qDebug()
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
removed old HGID check
moved formatSystemMessage() to uibase
added Environment class, lists loaded modules, logged at startup
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
non-release builds are possible and get labelled as such
|
| |
|
|
| |
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(though they were almost certainly false positives)
- there is now a 50ms timeout on logging messages
- bugfix: leaked handles after directory searches
|
| |
|
|
| |
mingw)
|
| |
|
|
| |
between the time the vfs lookup map is set up and later when querying it.
|
| |
|
|
| |
from static code analysis)
|
| |\ |
|
| | | |
|
| | | |
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| | |
fixed a few placed where NULL was used as a number or boolean
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
bug. Still not sure how
- rewrote widechar <-> multibyte conversion functions to handle arbitrary string lengths
|
| | |
| |
| |
| |
| |
| | |
- 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
|
| | |
| |
| |
| | |
- bugfix: wide string conversion functions seem to have failed for empty string
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
bug. Still not sure how
- rewrote widechar <-> multibyte conversion functions to handle arbitrary string lengths
|