summaryrefslogtreecommitdiff
path: root/src/categories.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-4/+22
| | | | | | | | | | | | | | | - 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
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-301/+301
|
* - bugfix: archive.dll could cause a crash, attempting to close an archive ↵Tannin2013-12-191-0/+1
| | | | | | | | that failed to open - bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message - bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too - bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-0/+7
| | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* - some cleanup to hookdllTannin2013-03-271-2/+9
| | | | - exchanged grouping proxies with existing solution from the kde project
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-0/+12
| | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes
* - moved shared and uibase libraries to namespacesTannin2013-02-171-251/+255
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+270
Corresponds to MO version 0.12.6