summaryrefslogtreecommitdiff
path: root/src/shared/oblivioninfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* extended the game-plugin interfaceTannin2015-01-291-44/+4
|
* - bugfixesTannin2015-01-061-105/+0
| | | | | | | - 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-7/+7
| | | | fixed a few placed where NULL was used as a number or boolean
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-2/+2
| | | | - started on support for game-plugins
* - several style fixes suggested by static analysisTannin2014-09-241-11/+10
| | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* - can now filter by mod contentTannin2014-08-181-2/+2
| | | | - all files/directories that require write access can now be placed in AppData instead of the MO directory
* - Disabled compilation of loot_cli as the current loot version can't be ↵Tannin2014-07-151-0/+6
| | | | | | | compiled or linked against with vs 2010 - bugfix: some incompatibilities with non-skyrim games - bugfix: incorrect handling of plurals in translateable strings
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-0/+16
| | | | | | | | | | - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser
* - MO now applies a minimum to the nmm-compatibility field.Tannin2013-12-081-2/+6
| | | | | - bugfix: "visit on nexus" directed the browser to the servers meant for nmm - bugfix: url for "check all for updates" and "enorse/unendorse" were not constructed correctly
* - returned to default branchTannin2013-12-071-2/+2
| | | | | - nexus interface will now use the nmm url - nmm importer no longer cancels on a missing non-essential flag
* - download manager now saves the file times on nexus, for potential later ↵Tannin2013-12-071-2/+2
| | | | | | | | use in version check - nexus interface now supports 301 redirects - now using the new nexus url format - bugfix: "visit on nexus" used an outdated url scheme and thus caused unnecessary redirection
* - Option to choose edition of the game. Currently only relevant for FO3 ↵Tannin2013-10-251-1/+1
| | | | | | | | because FO3 GOTY is its own app - applications that aren't in the executables list can again be started from the command line - references to missing categories are now removed from mods - bugfix: integrated fomod installer didn't update description and picture on some constellations of Windows version and theme
* - added hooks for getFileVersion* functionsTannin2013-03-271-0/+11
| | | | | | | | | | | | | | | | | | - 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
* - bugfix: invalid ini file name when creating profile for oblivion from ↵Tannin2013-03-181-1/+0
| | | | | | | | | | default settings - bugfix: archives.txt file was potentially not generated if there were no bsas - bugfix: static __declspec(thread) declaration causes crashes in windows versions before vista - logger class in hook.dll now tries alternative names for the log file if it can't access the regular file - path-environment variable for mo-spawned processes now contains the path to MO, in case the hook.dll needs to find the msvc-dlls - stack-search in ini-limit hack now starts searching on local stack. This should find the right stack position for the hack more reliable
* - moved shared and uibase libraries to namespacesTannin2013-02-171-20/+23
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+252
Corresponds to MO version 0.12.6