summaryrefslogtreecommitdiff
path: root/src/profile.h
Commit message (Collapse)AuthorAgeFilesLines
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-12/+5
|
* extended the game-plugin interfaceTannin2015-01-291-6/+9
|
* - bugfixesTannin2015-01-061-9/+7
| | | | | | | - 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
* profiles are now created with an (empty) archives.txtTannin2014-09-101-330/+331
|
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-330/+330
|
* - test-plugins accidentally distributed in the 1.2.5 release are now ↵Tannin2014-06-251-1/+1
| | | | | | | | | | | 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
* - very effective optimization to findfirstfile-callsTannin2014-05-051-0/+1
| | | | | | | | - several configuration files are now only saved to disk if the content actually changed. This should also get rid of a problem where plugins.txt was re-written immediately after starting the game (causing a conflict with the game) - reduced "noise" from hook.dll - removed some debugging messages
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-1/+5
| | | | - replaced boss integration with loot
* - ini file changes that would have to overwrite ini tweaks are now stored in ↵Tannin2014-02-171-0/+5
| | | | | | | | | a separate file and actually get used. - a warning message advices users to clean out that separate file - slightly improved default main window layout - bugfix: newly created ini tweaks were added to the list with incorrect properties
* Merge with defaultTannin2013-03-221-1/+1
|\
| * - some more safety checks in the ini-limit removal codeTannin2013-03-131-292/+292
| | | | | | | | | | | | | | | | | | | | | | - some code cleanup and minor bug fixes based on results from static code analysis - added naemfilter for the esp list - bsa changes are now stored automatically but delayed by up to 0.5 seconds (for performance reasons) - bugfix: buffer overrun when certain functions are called with empty file names - bugfix: reroute for the ini-limit fix was placed in the data segment - bugfix: mod list got mixed up when the mod directory was changed externally - bugfix: plugins.txt reroute on skyrim didn't work on winXP - bugfix: MO could become unresponsive if the tutorial script couldn't be interpreted
* | - support for grouping filters for mod list (incomplete)Tannin2013-03-221-292/+301
|/ | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes
* initial commit to mercurial repository.Tannin2013-02-031-0/+311
Corresponds to MO version 0.12.6