summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
Commit message (Collapse)AuthorAgeFilesLines
* - added a new mod type that represents files handled externally (i.e. DLCs) ↵Tannin2014-05-311-4/+18
| | | | | | | | | | | as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly
* - plugins that failed to load are now reported as problemsTannin2013-08-171-2/+2
| | | | | - some wording fixes in the tutorial - updated proxyPython to a modified interface
* - caching of downloadwidgets to fix performance problem, currently broken ↵Tannin2013-06-291-10/+4
| | | | | | | | | | | | and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp
* initial commit to mercurial repository.Tannin2013-02-031-0/+172
Corresponds to MO version 0.12.6