summaryrefslogtreecommitdiff
path: root/src/shared/gameinfo.h
Commit message (Expand)AuthorAgeFilesLines
* Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-051-14/+6
* Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-5/+7
|\
| * Fix for some nexus fomods having the old version of the mod link and not the ...Thomas Tanner2015-10-151-13/+17
* | Most of work for savegameThomas Tanner2015-12-051-12/+0
* | Another cleanup and make the program not crash when looking at saves for the ...Thomas Tanner2015-11-291-5/+5
* | Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-5/+2
* | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-261-2/+0
* | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-20/+13
* | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-2/+0
* | Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-1/+1
* | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-1/+1
* | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-4/+0
* | Updated comments so I can see where I'm goingThomas Tanner2015-11-241-4/+6
* | Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-1/+0
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-3/+0
* | Removed 'requiresSteam' which is only used in one place and might or might no...Thomas Tanner2015-11-231-2/+0
* | Removal of (get)BinaryNameThomas Tanner2015-11-211-1/+0
* | Member variable unused so removed it.Thomas Tanner2015-11-201-4/+3
* | Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-5/+9
|/
* removed obsolete codeTannin2015-08-171-2/+0
* extended the game-plugin interfaceTannin2015-01-291-53/+0
* - bugfixesTannin2015-01-061-13/+2
* cleanup und bugfixes after refactoringTannin2014-11-281-2/+0
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-7/+3
* - can now filter by mod contentTannin2014-08-181-3/+4
* - Disabled compilation of loot_cli as the current loot version can't be compi...Tannin2014-07-151-0/+3
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-0/+3
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-0/+1
* - MO now applies a minimum to the nmm-compatibility field.Tannin2013-12-081-1/+1
* - download manager now saves the file times on nexus, for potential later use...Tannin2013-12-071-0/+1
* - Option to choose edition of the game. Currently only relevant for FO3 becau...Tannin2013-10-251-1/+2
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-1/+3
* - added hooks for getFileVersion* functionsTannin2013-03-271-0/+2
* - moved shared and uibase libraries to namespacesTannin2013-02-171-19/+23
* initial commit to mercurial repository.Tannin2013-02-031-0/+187