summaryrefslogtreecommitdiff
path: root/src/categories.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - 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