35
His Dad [02-03-17 - 06:17]
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index e1a8325..3304560 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,11 @@
+2017-02-03 version 35
+ Craglorn Trials working
+ Hist DLC added
+ Changed presentation. Background is now green when done.
+ Fixed bug not recording map visits. Shows blank. Not bothering to fix old data.
+ Now saving only the exact Achievment data we are reporting on. Save file is smaller
+
+
2017-01-06 version 34
API Update
Achievement text hoverover (WIP)
diff --git a/Doc/Description.txt b/Doc/Description.txt
index 1378170..9e49305 100644
--- a/Doc/Description.txt
+++ b/Doc/Description.txt
@@ -38,7 +38,6 @@ If more than one account is used on the computer, you have an option to select t
[SIZE=4]Levelling[/SIZE]
[LIST]
[*]Refer to the Screenshot. One line per level. Play time is Accumulative.
-[*]L27 "First Death" is missing, because the addon was still in development at that time.
[/LIST]
[SIZE=4]Locations[/SIZE]
@@ -65,6 +64,7 @@ If more than one account is used on the computer, you have an option to select t
[*]Select the zone to show the detail.
[*]Click on link to browse to UESP's webpage on the quest.
[*]Doesn't show Orsinium DLC
+[*] Zos bug in Malabal Tor, can't fix, SOL
[/LIST]
[SIZE=4]Installation[/SIZE]
@@ -72,13 +72,6 @@ Install the Add-on in the ususal way.
Read "installation.pdf" in the Doc folder for details on installing the IUP toolkit
-
-[SIZE=4]To Do[/SIZE]
-[LIST]
-[*]Capture group data for deaths and Dungeons.
-[/LIST]
-
-
Enjoy. Please report bugs to the forum. This is work in progress. None of my characters have been to craglorn or done all the Vet dungeons so some stuff is untested.
[SIZE=4]Translations[/SIZE]
diff --git a/Screenshots/Char-Trials.jpg b/Screenshots/Char-Trials.jpg
deleted file mode 100644
index b6f5f8f..0000000
Binary files a/Screenshots/Char-Trials.jpg and /dev/null differ
diff --git a/Screenshots/Craglorn.jpg b/Screenshots/Craglorn.jpg
new file mode 100644
index 0000000..1c81259
Binary files /dev/null and b/Screenshots/Craglorn.jpg differ
diff --git a/Screenshots/Dung-Public Dungeons.jpg b/Screenshots/Dung-Public Dungeons.jpg
deleted file mode 100644
index 5c5da3d..0000000
Binary files a/Screenshots/Dung-Public Dungeons.jpg and /dev/null differ
diff --git a/Screenshots/Dung-Trials.jpg b/Screenshots/Dung-Trials.jpg
deleted file mode 100644
index 8caf4ae..0000000
Binary files a/Screenshots/Dung-Trials.jpg and /dev/null differ
diff --git a/Screenshots/Dungeon-Mode_DLC.jpg b/Screenshots/Dungeon-Mode_DLC.jpg
new file mode 100644
index 0000000..50c90ac
Binary files /dev/null and b/Screenshots/Dungeon-Mode_DLC.jpg differ
diff --git a/Screenshots/Group Dungeon Complete.jpg b/Screenshots/Group Dungeon Complete.jpg
deleted file mode 100644
index 5fc87df..0000000
Binary files a/Screenshots/Group Dungeon Complete.jpg and /dev/null differ
diff --git a/Screenshots/Group Dungeon.jpg b/Screenshots/Group Dungeon.jpg
new file mode 100644
index 0000000..4cf867e
Binary files /dev/null and b/Screenshots/Group Dungeon.jpg differ
diff --git a/Screenshots/Skill Quests.jpg b/Screenshots/Skill Quests.jpg
deleted file mode 100644
index e67c20f..0000000
Binary files a/Screenshots/Skill Quests.jpg and /dev/null differ
diff --git a/history.lua b/history.lua
index 706bd81..210a2f5 100644
--- a/history.lua
+++ b/history.lua
@@ -169,6 +169,7 @@ local function new_map()
local map = zo_strformat("<<C:1>>",GetMapName())
if hist.me.maps[map] == nil then
hist.me.maps[map] = {}
+ hist.me.maps[map].visit = 1
hist.me.maps[map].firstvisitdate = GetTimeStamp()
if hist.debug then
d("New Map: " .. map )
@@ -478,8 +479,8 @@ if (hist.name ~= addOnName) then return end
del_old_Achievements()
hist.SV.cleaned1 = 2
log("Deleted Old Achievements, cleaned1=2")
- end
-
+ end
+
if (hist.SV.start_version == nil ) then
hist.SV.start_version = hist.version