summaryrefslogtreecommitdiff
path: root/src/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: tutorial brokenTannin2015-04-081-2/+3
|
* - bugfixesTannin2015-01-067-49/+271
| | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-082-14/+27
| | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-253-11/+22
| | | | | | | | | | | 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-312-5/+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-0318-0/+700
Corresponds to MO version 0.12.6