summaryrefslogtreecommitdiff
path: root/src/shared/oblivioninfo.h
Commit message (Collapse)AuthorAgeFilesLines
* removed obsolete stuffTannin2016-05-161-54/+0
|
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-59/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-051-2/+0
| | | | | | | | Working on sorting out savegame stuff
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-10/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| | * Fix for some nexus fomods having the old version of the mod link and not the ↵Thomas Tanner2015-10-151-49/+14
| | | | | | | | | | | | | | | | | | new version. Also fixed a lot of const correctness things
| * | Most of work for savegameThomas Tanner2015-12-051-2/+0
| | |
| * | Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-2/+0
| | | | | | | | | | | | Did some const correctness to the "managed_game" property as you shouldn't really be altering the plugin details whilst MO is running
| * | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-261-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm looking to move it to the nexus interface though as it doesn't really relate to the game plugin. I've also removed the MananagementURL as - you can log into nexus without needing to specify the game - See above - it doesn't belong with the game plugin This gets rid of all dependencies bar game saving and logging in
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-1/+0
| | | | | | | | | | | | of gameinfo.h includes
| * | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
| * | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-2/+0
| | | | | | | | | | | | Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
| * | Removes all uses of GameInfo::getShortName, replaced by ↵Thomas Tanner2015-11-241-1/+1
| | | | | | | | | | | | IPluginGame::getNexustName
| * | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to ↵Thomas Tanner2015-11-231-35/+0
| | | | | | | | | | | | | | | | | | the plugingame interface Also commented out startDownloadNexusFile as it doesn't appear to be used anywhere
| * | Removal of (get)BinaryNameThomas Tanner2015-11-211-1/+0
| | |
| * | Member variable unused so removed it.Thomas Tanner2015-11-201-1/+1
| | | | | | | | | | | | Leaves one asking *why* the datapath can be inside the game directory.
| * | Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-1/+1
| |/ | | | | | | qApp->getProperty("dataPath") can be used instead (and is pretty much everywhere else) so it's unnecessary
* / - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-2/+0
|/ | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* extended the game-plugin interfaceTannin2015-01-291-9/+30
|
* - bugfixesTannin2015-01-061-11/+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
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1/+1
| | | | - started on support for game-plugins
* - several style fixes suggested by static analysisTannin2014-09-241-3/+3
| | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* - can now filter by mod contentTannin2014-08-181-1/+1
| | | | - 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/+1
| | | | | | | 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/+1
| | | | | | | | | | - 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-1/+1
| | | | | - 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
* - download manager now saves the file times on nexus, for potential later ↵Tannin2013-12-071-0/+1
| | | | | | | | 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/+2
| | | | | | | | | | | | | | | | | | - 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
* - moved shared and uibase libraries to namespacesTannin2013-02-171-19/+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/+92
Corresponds to MO version 0.12.6