summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-2/+3
|\
| * Merge remote-tracking branch 'TanninOne/master'Thomas Tanner2015-12-0511-184/+134
| |\
| * | Yet more changes for include what you use, including a moderate hack for comp...Thomas Tanner2015-11-091-1/+2
| * | Improve diagnostics if IWYU is enabledThomas Tanner2015-10-311-1/+1
* | | Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-0510-59/+6
* | | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-0511-65/+50
|\ \ \ | | |/ | |/|
| * | Fix for some nexus fomods having the old version of the mod link and not the ...Thomas Tanner2015-10-1511-184/+134
| |/
* | Most of work for savegameThomas Tanner2015-12-055-20/+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-285-13/+2
* | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-269-56/+0
* | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-265-24/+13
* | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-259-39/+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-248-24/+1
* | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-243-24/+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-245-5/+1
* | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-239-133/+0
* | Removed 'requiresSteam' which is only used in one place and might or might no...Thomas Tanner2015-11-232-7/+0
* | Removal of (get)BinaryNameThomas Tanner2015-11-215-5/+0
* | Member variable unused so removed it.Thomas Tanner2015-11-2010-26/+25
* | Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-2010-26/+30
|/
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-232-1/+6
* removed obsolete codeTannin2015-08-173-9/+0
* bugfix: wrong app ids used for oblivion and fallout 3Tannin2015-08-171-13/+0
* small stuffTannin2015-06-121-2/+2
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-174-32/+56
* fixes to make MO compile with mingw (also fixes some warnings generated by mi...Tannin2015-05-164-11/+13
* minor stuffTannin2015-05-111-1/+1
* - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
* Fixed Scons build for existing bits.Tom Tanner2015-03-201-0/+3
* Merge with branch1.2Tom Tanner2015-03-182-0/+25
|\
| * Refactoring and cleanup.Tom Tanner2015-03-181-11/+4
| * Every plugin now builtTom Tanner2015-03-171-1/+1
| * More sconscripts set upTom Tanner2015-03-141-12/+2
| * First attempt at using scons to buildTom Tanner2015-03-082-0/+42
* | tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-256-41/+17
* | extended the game-plugin interfaceTannin2015-01-299-302/+93
* | Merge with branch1.2Tannin2015-01-246-88/+16
|\|
| * updated version numberTannin2015-01-241-3/+1
| * cleanup (mostly removing unused includes)Tannin2015-01-226-67/+8
| * different way to check for file existenceTannin2015-01-112-18/+7
* | - bugfixesTannin2015-01-0611-503/+8
* | MergeTannin2015-01-0413-112/+99
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-2812-94/+94
| * | cleanup und bugfixes after refactoringTannin2014-11-284-19/+6
* | | - fixes after mergeTannin2015-01-042-1/+4
* | | Merge with branch1.2Tannin2015-01-0310-50/+54
|\| | | |/ |/|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-219-19/+15