Create shortcuts folder, update documentation.

His Dad [04-26-15 - 00:45]
Create shortcuts folder, update documentation.
Filename
Doc/Description.txt
HistOffline.lua
Screenshots/Desktop Client.jpg
Screenshots/Group Dungeon Complete.jpg
Screenshots/Leveling.jpg
Screenshots/Locations.jpg
Screenshots/Public Dungeon Complete.jpg
Screenshots/Veteran Dungeons.jpg
diff --git a/Doc/Description.txt b/Doc/Description.txt
index 213e2f7..4f1357c 100644
--- a/Doc/Description.txt
+++ b/Doc/Description.txt
@@ -1,6 +1,14 @@
-The History Addon collects significant information from your adventuring and presents it to a Desktop application called HistOffline.lua
+If you've ever had a conversation like this..
+[COLOR="DarkOrange"]"Do you want to join us in dungeon X?"

-The addon has no in-game user interface.
+"Yes, I'm sure one of my 8 chars hasn't done it. Wait a mo while I login to them all..." [/COLOR]
+
+
+Then you know the motivation for this addon.
+
+
+Dad's History Addon collects significant information from your adventuring and presents it to a Desktop application called HistOffline.lua. This runs under windows.
+[B]The addon has no in-game user interface.[/B]

 The game does not have to be running to use histoffline.

@@ -9,6 +17,80 @@ Game information is updated when your character logs out.
 Histoffline presents infomation on your Dungeon achievements and leveling stats.
 It is ideal for seeing which dungeons you haven't completed.

+When installed for the first time, it will load your achievement list, which populates the Dungeon panels.
+
+The Level and Location panels are only populated going forward. The game itself does not store this information.
+
+If more than one account is used on the computer, you have an option to select the account you wish to view.
+
+
+[SIZE=4]Dungeon Achievements[/SIZE]
+[LIST]
+[*]All Dungeons uncompleted have pale red text.
+[*]Group and Public Dungeons are complete if you have the "Conqueror" Achievement. Yes I know Coldharbor doesn't.
+[*]An Alliance is Complete (The column heading is Green) if you have the Alliance Conqueror Achievement.
+[*]Veteran Dungeons are odd since there are several achievements. This is a number after the Dungeon Name. If you think you should have the acheivement but don't, make a comment on the website.
+[*]Undaunted pledges. As far as I can see, there is no difference between a Undaunted pledge Dungeon and the Dungeon at other times.
+[/LIST]
+
+[SIZE=4]Leveling[/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 a that time.
+[/LIST]
+
+[SIZE=4]Locations[/SIZE]
+[LIST]
+[*]Visits are counted on load screens (Activation). Sometimes maps change without Activation, leaving a city for example. This is not captured at the moment.
+[*]"First Visited", again mostly blank because the addon was still in development a that time.
+[*]"First Level" means level at first visit
+[*]"Times Leveled" means number of times you leveled up in that map.
+[*]"First Death" your level when you first snuffed it.
+[*]"Deaths" How many times you died there.
+[/LIST]
+
+[SIZE=4]To Do[/SIZE]
+[LIST]
+[*]Ability to make character data inactive, for deleted chars. It needs to be moved to another file for storage.
+[*]Capture group data for deaths and Dungeons.
+[/LIST]
+
+[SIZE=4]Installation[/SIZE]
+Install the addon in the usual way. Character data is written to history.lua in the savedvariable  folder at character logout.
+There is no keybinding or user interface.
+
+[SIZE=4]Installing the Offline viewer[/SIZE]
+This is mandatory as there is no other way of reporting on data.
+This addon uses the IUP Lua Toolit. It only has to be installed once and doesn't need to be changed when the addon changes.
+If you use my Research Timer, you will already have it.
+
+[LIST]
+[*]Search the net for IUP for windows, or go here  http://sourceforge.net/projects/iup/
+[*]Unzip IUP into a folder. No other installation procedure is required. I.E its portable.
+The only folder required is "Lua52", you can delete everything else, if you wish.
+
+I will assume you are using the folder path  C:\IUP\Lua52
+
+Log in to the game with a character and log out. That will ensure the savedvariable file exists.
+
+
+[*]In the Lua52 folder. Run the iuplua52.exe, which will give  a little graphical dialog.
+[*]User the load button to navigate to the Histoffline.lua file. (Do not move it from its location or it won't be able to find its datafile.)
+[*]Press "execute" to run it. If there is an error, please cut and paste into a message on the webpage so I can debug.
+
+Now that you now it works, create a shortcut to run it directly.
+
+
+
+
+
+
+
+
+
+
+



diff --git a/HistOffline.lua b/HistOffline.lua
index 43ef707..d798834 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -477,7 +477,7 @@ btn_archive = iup.button{title="Archive", FGCOLOR = "#FF0000"}
 							},
 					}  -- end of tabs for characters vbox
 		iup.Append(accounts[acc].tabs,accounts[acc].name[char].tab)
-		accounts[acc].panelsize =  tostring(#accounts[acc].names * 50 +350) ..  "x250"
+		accounts[acc].panelsize =  tostring(#accounts[acc].names * 30 +550) ..  "x250"
 	end  -- Chars

 -- Add to end of Characters
diff --git a/Screenshots/Desktop Client.jpg b/Screenshots/Desktop Client.jpg
deleted file mode 100644
index 53d5c10..0000000
Binary files a/Screenshots/Desktop Client.jpg and /dev/null differ
diff --git a/Screenshots/Group Dungeon Complete.jpg b/Screenshots/Group Dungeon Complete.jpg
new file mode 100644
index 0000000..5742737
Binary files /dev/null and b/Screenshots/Group Dungeon Complete.jpg differ
diff --git a/Screenshots/Leveling.jpg b/Screenshots/Leveling.jpg
new file mode 100644
index 0000000..0d80089
Binary files /dev/null and b/Screenshots/Leveling.jpg differ
diff --git a/Screenshots/Locations.jpg b/Screenshots/Locations.jpg
new file mode 100644
index 0000000..bc73815
Binary files /dev/null and b/Screenshots/Locations.jpg differ
diff --git a/Screenshots/Public Dungeon Complete.jpg b/Screenshots/Public Dungeon Complete.jpg
new file mode 100644
index 0000000..f3171eb
Binary files /dev/null and b/Screenshots/Public Dungeon Complete.jpg differ
diff --git a/Screenshots/Veteran Dungeons.jpg b/Screenshots/Veteran Dungeons.jpg
new file mode 100644
index 0000000..40ea6b9
Binary files /dev/null and b/Screenshots/Veteran Dungeons.jpg differ