summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed logging in case of changes and errors in the mod listTannin2015-01-221-4/+7
* bugfix: When displaying the list of save games to delete the list is capped t...Tannin2015-01-221-1/+10
* bugfix: initialization order was wrong and so kept foreign language systems f...Tannin2015-01-222-3/+3
* cleanup (mostly removing unused includes)Tannin2015-01-2240-120/+68
* removed some obsolete codeTannin2015-01-222-31/+1
* bugfix: first attempt at discovering java binary always failedTannin2015-01-111-2/+3
* increased version number and minor stuffTannin2015-01-112-5/+2
* bugfix: priority couldn't be changed directly in plugin list (this change was...Tannin2015-01-111-4/+19
* different way to check for file existenceTannin2015-01-112-18/+7
* bugfix: translations for some plugins weren't loadedTannin2015-01-111-0/+5
* bugfix: executables with extensions other than .com, .cmd or .bat were starte...Tannin2015-01-111-3/+4
* bugfix: translations for configurator plugin weren't named correctlyTannin2015-01-081-2/+2
* bugfix: translations for plugins were not usedTannin2015-01-081-0/+11
* bugfix: showEvent contains initializion code that should be run only on first...Tannin2015-01-082-28/+38
* - download servers that haven't been available for over a month are now purge...Tannin2015-01-0710-34/+53
* updated packaging and build scriptsTannin2015-01-0310-48787/+3
* - repository info is now stored with the modTannin2015-01-034-3/+42
* - bugfix: no exec info returned for .exeTannin2015-01-034-19/+23
* added/updated translation filesTannin2014-12-203-1330/+1885
* cleanupTannin2014-12-207-94/+225
* - drag&drop in the plugin list now also prompts a message instead of being im...Tannin2014-12-202-43/+13
* - bugfix: file extensions when adding executables were treated case sensitiveTannin2014-12-201-5/+6
* bugfix: when merging mods with a custom installer, various ini settings (incl...Tannin2014-12-201-6/+7
* endorsing is now only offered for mods with a valid nexus idTannin2014-12-201-16/+18
* workaround to prevent executables dialog from auto-selecting the top-most exe...Tannin2014-12-203-46/+57
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-144-5/+30
* when reinstalling a mod the existing mods name is used by defaultTannin2014-12-143-11/+13
* if a shortcut-started application is the same binary as a configured one, the...Tannin2014-12-143-0/+25
* custom installers can now set the installation file (and the ncc installer no...Tannin2014-12-142-2/+20
* - NCC installer can now discover files in other mods (thanks Reunion!) and kn...Tannin2014-12-135-1/+13
* all executables can now be repositioned, including auto-detected onesTannin2014-12-094-24/+62
* searching for steam process will no longer fail when more than 1024 processes...Tannin2014-12-092-12/+22
* removed use of ModInfo::internalNameTannin2014-12-094-11/+4
* now stored installed files with each modTannin2014-12-094-0/+53
* bugfix: hitting the fix button in the diagnosis plugin could crash MO if theTannin2014-12-041-4/+9
* bugfix: ini tweaks were not applied in priority orderTannin2014-12-041-2/+3
* minor fixesTannin2014-12-041-1/+1
* - added error handling when a file can't be deleted from vfsTannin2014-12-014-11/+20
* more bugfixesTannin2014-11-265-1406/+1434
* several bugfixes from the bugfix-wc that I forgot to backportTannin2014-11-262-210/+218
* undid some changes that accidentally made it to this branchTannin2014-11-269-7444/+7293
* - fixed manifest for qt5Tannin2014-11-142-2/+12
* - updated staging script to use qt5 and to fetch translations from transifexTannin2014-11-117-6629/+9613
* some work on installer scriptsTannin2014-11-111-0/+11
* - re-enabled use of img-tags in bbcode converterTannin2014-11-116-57/+27
* - bsa parser will now cancel in case of a read error. Before, when attempting...Tannin2014-11-093-10/+17
* - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-062-3/+4
* - moved the hook-recursion-protection to tlsTannin2014-09-295-45/+84
* - archive library can now query for password during extraction (seems to be n...Tannin2014-11-0510-24/+89
* - several style fixes suggested by static analysisTannin2014-09-2426-193/+176