From 7d79e3ad1e8a710e836e1cd44106a610e6d2a049 Mon Sep 17 00:00:00 2001 From: Tannin Date: Thu, 15 Aug 2013 22:13:18 +0200 Subject: - bugfix: nameprefix-flag incorrectly interpreted on oblivion-style bsas - bugfix: optimization for missing inis fixed - bugfix: fixmods didn't search for esps in overwrite - bugfix: configurator didn't work for fallout new vegas because of a missing cast - bugfix: configurator attempted parameter formatting on ini files instead of using the raw data - bugfix: searching for a path in the directory structure could cause a crash when not using the directory output - optimization to findfirstfile for cases where a single file is searched - display of bsas changed. hopefully it is more understandable now - cache for the test whether a mod is in conflict. Should speed ab scrolling in mod list - mod list has now an additional column for the installation time - nmm importer no longer cancels in cases where a data file references an undeclared mod. - integrated improved settings.json for the configurator contributed by "delta534" --- src/modlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlist.h') diff --git a/src/modlist.h b/src/modlist.h index 4f1bf85e..069de40b 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -53,6 +53,7 @@ public: COL_CATEGORY, COL_MODID, COL_VERSION, + COL_INSTALLTIME, COL_PRIORITY, COL_LASTCOLUMN = COL_PRIORITY -- cgit v1.3.1