summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix up so that hookdll continues to work properlyThomas Tanner2015-11-291-2/+4
* Another cleanup and make the program not crash when looking at saves for the ...Thomas Tanner2015-11-291-9/+13
* Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-69/+135
* Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-14/+17
* Member variable unused so removed it.Thomas Tanner2015-11-201-1/+1
* Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-4/+5
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-19/+20
* bugfix: wrong app ids used for oblivion and fallout 3Tannin2015-08-171-4/+9
* some code cleanupTannin2015-08-091-12/+14
* - MO now validates session cookie on startupTannin2015-08-091-0/+3
* small patch to show which obsolete files are being removedTom Tanner2015-07-171-5/+6
* Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-091-7/+0
* - bugfix: MO crashed without error message when "bootstrapping" failedTannin2015-06-171-11/+17
* a little more logging during startupTannin2015-06-041-2/+4
* small stuffTannin2015-05-261-3/+4
* - bugfix: shortcuts specifying a profile didn't workTannin2015-05-101-1/+1
* dropped redundant report.h/report.cppTannin2015-05-091-5/+5
* bugfix: when using a user-selected game path that path wasn't use forTannin2015-04-121-3/+5
* bugfix: tutorial brokenTannin2015-04-081-7/+6
* MO will again remove obsolete files on startupTannin2015-03-211-0/+38
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-2/+2
* - No longer setting the dll directory as a windows search folder for dlls bec...Tannin2015-02-251-2/+3
* extended the game-plugin interfaceTannin2015-01-291-19/+7
* Merge with branch1.2Tannin2015-01-241-3/+3
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-6/+6
| * all executables can now be repositioned, including auto-detected onesTannin2014-12-091-8/+14
| * undid some changes that accidentally made it to this branchTannin2014-11-261-606/+559
| * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+31
| * - several style fixes suggested by static analysisTannin2014-09-241-8/+3
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-581/+581
* | - bugfixesTannin2015-01-061-14/+49
* | replaced all uses of NULL with nullptrTannin2014-11-281-14/+14
* | cleanup und bugfixes after refactoringTannin2014-11-281-112/+47
* | MergeTannin2014-11-211-34/+19
|\ \
| * | - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-25/+11
| * | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
| * | - several style fixes suggested by static analysisTannin2014-09-241-8/+3
| * | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+11
* | | qt5 compatibilityTannin2014-11-211-3/+10
|/ /
* | - can now filter by mod contentTannin2014-08-181-28/+26
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-581/+581
|/
* - test-plugins accidentally distributed in the 1.2.5 release are now automati...Tannin2014-06-251-1/+3
* - mod list context menu split into two menus (one for whole list, one for sel...Tannin2014-05-131-1/+2
* - main window now has a small view displaying log messagesTannin2014-05-041-5/+0
* - updated installerTannin2014-04-241-1/+5
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-1/+4
* - loot client no longer stalls the process while waiting for masterlist updateTannin2014-04-161-1/+6
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-21/+2
* - MO will now be elevated if neededTannin2014-02-231-0/+64
* - boss integrationTannin2014-01-231-2/+3