summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-0529-108/+295
* diagnosis plugin now warns when nitpick is installedTannin2013-09-301-0/+1
* - download progress is now visible in task barTannin2013-09-289-40/+66
* - plugin tooltip now only lists the masters that aren't enabled (if any)Tannin2013-09-262-7/+6
* - bugfix: esp parsing could crash for broken/unrecognized espsTannin2013-09-231-0/+4
* - removed some obsolete codeTannin2013-09-222-3/+19
* - esp reader now handles invalid files more gracefullyTannin2013-09-2129-452/+456
* - bugfix: testing for missing masters at the wrong time seems to have caused ...Tannin2013-09-166-43/+72
* - bugfix: when installing mods through the nmm importer if no other mods were...Tannin2013-09-123-1/+11
* - when installing mods from outside the download directory the absolute path ...Tannin2013-09-1116-123/+208
* updated versionsTannin2013-09-051-2/+2
* - bugfix: automatically removes a file from old NCC release that was interfer...Tannin2013-09-051-10/+1
* - bugfix: "overwrite" is no longer a localizable string, at least for now, be...Tannin2013-09-023-4/+4
* - bugfix: division-by-zero error in the newly introduced server-speed calcula...Tannin2013-09-023-3/+11
* - separated python proxy into two dlls. One is a wrapper without externalTannin2013-09-011-1/+2
* - added a new column for not-yet-endorsed modsTannin2013-09-017-8/+40
* - mod list can now be sorted by install timeTannin2013-08-3124-3172/+3500
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-3013-51/+163
* - position of splitter in main window is now saved and restoredTannin2013-08-257-93/+101
* - column sizing is now changeable by the user yet still automatically resizes...Tannin2013-08-242-26/+84
* MergeTannin2013-08-2420-7458/+12823
|\
| * - added code for c++ based boss dummyTannin2013-08-242-0/+4623
| * - turned boss dummy into a c++ project (unmanaged exports with c# is a pain)Tannin2013-08-2418-7458/+8200
* | - download size is now displayedTannin2013-08-2413-88/+184
* | MergeTannin2013-08-179-227/+413
|\|
| * - plugins that failed to load are now reported as problemsTannin2013-08-174-140/+198
| * - bugfix: nameprefix-flag incorrectly interpreted on oblivion-style bsasTannin2013-08-158-87/+215
* | - bugfix: download manager will now properly pause all downloads on exiting t...Tannin2013-08-174-7/+56
|/
* - now avoids a few unnecessary copy operations during generation of the direc...Tannin2013-07-1720-92/+337
* - basic diagnosis plugin now catches an issue where the users fontconfig.txt ...Tannin2013-07-143-55/+27
* - added the ability to connect to the internet through a proxyTannin2013-07-136-37/+88
* - minor fixes to ncc build filesTannin2013-07-131-0/+18
* - some fixes to the refreshing behaviourTannin2013-07-137-22/+31
* bugfix: nxmhandler in headless calls didn't save changesTannin2013-07-053-53/+9
* - nxmhandler now has a ui to modify the proxy-handlerTannin2013-06-292-15/+5
* - caching of downloadwidgets to fix performance problem, currently broken and...Tannin2013-06-2922-248/+532
* - some fixes for qt5 compatibilityTannin2013-06-2040-1676/+1356
* - completed Qt5 compatibilityTannin2013-06-1521-374/+276
* - mod list no longer loses selection whenever categories context menu gets hi...Tannin2013-06-088-23/+65
* MergeTannin2013-06-072-21/+4
|\
| * - bugfix: archive file wasn't closed after installationTannin2013-06-062-21/+4
* | - locking/unlocking esps can now be done for the whole selectionTannin2013-06-074-21/+62
* | MergeTannin2013-06-0517-93/+173
|\|
| * - install plugins now get a chance to update name, version and modid of modsTannin2013-06-054-31/+29
| * - added hook for ansi version of SHFileOperation, this function may not be ro...Tannin2013-05-282-1/+14
| * - bugfixes in hookdll related to path-reroutingTannin2013-05-287-23/+44
| * MergeTannin2013-05-257-25/+65
| |\
| * | - bugfix: mod priority ordering could become incorrectTannin2013-05-257-25/+61
| * | - bugfix: installation using custom installer always created mod directoryTannin2013-05-233-17/+29
* | | - skyrim-specific optimization to accelerate startupTannin2013-06-051-2/+2
| |/ |/|