summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
Commit message (Collapse)AuthorAgeFilesLines
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-251-5/+17
| | | | | | | | | | | automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
* - adjusted mod load order in hook.dll to match the one from the UITannin2014-06-231-11/+11
| | | | - bugfix: fnis checker took files in archives into consideration for hashing
* - 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