Update for TG

His Dad [02-28-16 - 01:53]
Update for TG
Filename
ResearchTimer.txt
doc/changelog.txt
doc/offline_use-3.14.txt
doc/offline_use.txt
diff --git a/ResearchTimer.txt b/ResearchTimer.txt
index da4d4d3..0dfc0fe 100644
--- a/ResearchTimer.txt
+++ b/ResearchTimer.txt
@@ -1,7 +1,7 @@
-## Title: |c96FF00Research Timer|r - |c96FF00 v1.91|r
-## APIVersion: 100013
+## Title: |c96FF00Research Timer|r - |c96FF00 v1.92|r
+## APIVersion: 100014
 ## SavedVariables: ResearchTimer
-## Version: 1.91
+## Version: 1.92
 ## Author: Hisdad


diff --git a/doc/changelog.txt b/doc/changelog.txt
index 103d784..9b81525 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,5 +1,8 @@
+2016-02-28  v1.92
+	Bump API for orsinium
+
 2015-11-03  v1.91
-	Bump API for orsiunium
+	Bump API for orsinium


 2015-09-06 v1.9
diff --git a/doc/offline_use-3.14.txt b/doc/offline_use-3.14.txt
new file mode 100644
index 0000000..a565534
--- /dev/null
+++ b/doc/offline_use-3.14.txt
@@ -0,0 +1,85 @@
+The program "RTOffline.lua" will read the saved variables file and presents a grid on your windows desktop of your research projects.
+Non-English users may see garbles test. Sorry, can't fix.
+
+To use it you need a copy of IUP 3.13 for lua which you can download from here.
+
+The site page:  http://webserver2.tecgraf.puc-rio.br/iup/
+download http://sourceforge.net/projects/iup/files/3.13/
+
+IUP 3.14 is out but it is packaged differently and I haven't tested it.
+
+
+
+Unzip IUP into a folder. No other installation procedure is required. I.E it's 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
+
+
+First, some testing
+
+Log in to the game with a character at least once 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.
+Use the load button to navigate to the RToffline.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.
+
+Create Shortcuts
+Now that you know it works, create a shortcut to run it directly from your desktop.
+
+
+The Target is: C:\iup\Lua52\wlua52.exe RToffline.lua
+This does not change for the mega-server or PTS.
+
+The Start in: is:   "D:\data\John\Documents\Elder Scrolls Online\live\AddOns\History"   <=== see the enclosing Quotes!
+This is for user 'John'. This user has had his documents folder redirected, which is why we don't use %USERPROFILE%/Documents , Btw.
+
+"Start in" varies for each user.
+"Start in" varies for each mega-server.
+Note that path has spaces in it, so the path is enclosed in quotes. This can be hard to see as the "Start In:" field doesn't show the right side, although pressing the END key will put the cursor there.
+If you use more than one server, install the addon to that server and create a shortcut for that server with the correct "Start in:". You don't have to change IUP.
+
+
+The easiest way of getting the correct path is to
+
+Delete contents of the Start in: Field on the Shortcut.
+Use explorer to Navigate to the ResearchTimer addon folder. See Screenshot.
+Click in the address bar to highlight it.
+Ctrl-C to copy the path.
+Click inside the Start in: Field on the Shortcut.
+Ctrl-P to Paste it into the Start in: Field
+Put the leading and trailing Quotes in.
+Click OK
+
+
+You may want to rename the shortcut.
+
+
+===Optional===
+Open RTOffline.lua in a text editor.
+Review this line.
+
+dateformat = "%d/%m, %H:%M"
+
+This formats the date display. That's for day/month format.
+==============
+
+
+If it worked from the iuplua52 file  but your shortcut doesn't work..
+The problem is almost certainly the "Start IN" path and its Quotes.
+
+Regards,
+
+Dad
+
+
+
+
+
+
+
+
+
+
+-Dad
diff --git a/doc/offline_use.txt b/doc/offline_use.txt
index a565534..4881907 100644
--- a/doc/offline_use.txt
+++ b/doc/offline_use.txt
@@ -1,36 +1,35 @@
 The program "RTOffline.lua" will read the saved variables file and presents a grid on your windows desktop of your research projects.
-Non-English users may see garbles test. Sorry, can't fix.
+Non-English users may see garbled test. Sorry, can't fix.

-To use it you need a copy of IUP 3.13 for lua which you can download from here.
+To use it you need a copy of IUP 3.13 or later for lua.
+Version 3.17 is now available. You can download from here.

 The site page:  http://webserver2.tecgraf.puc-rio.br/iup/
-download http://sourceforge.net/projects/iup/files/3.13/
-
-IUP 3.14 is out but it is packaged differently and I haven't tested it.
-
+download https://sourceforge.net/projects/iup/files/3.17/Tools%20Executables/Lua53/

+Get iup-3.17-Lua53_Win64_bin.zip     for 64bit windows
+iup-3.17-Lua53_Win32_bin.zip     for 32bit Windows

 Unzip IUP into a folder. No other installation procedure is required. I.E it's 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
+I will assume you are using the folder path  C:\IUP\Lua53


 First, some testing

-Log in to the game with a character at least once and log out. That will ensure the savedvariable file exists.
+Enable the addon in ESO and log in to the game with a character at least once 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.
-Use the load button to navigate to the RToffline.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.
+In the Lua53 folder. Run the iuplua53.exe, which will give a little graphical dialog.
+Use the load button to navigate to the RToffline.lua file in the addon directory. (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 ESOUI comments so I can debug.

 Create Shortcuts
 Now that you know it works, create a shortcut to run it directly from your desktop.


-The Target is: C:\iup\Lua52\wlua52.exe RToffline.lua
-This does not change for the mega-server or PTS.
+The Target is: C:\iup\Lua53\wlua53.exe RToffline.lua
+This does not change for the EU or PTS.

 The Start in: is:   "D:\data\John\Documents\Elder Scrolls Online\live\AddOns\History"   <=== see the enclosing Quotes!
 This is for user 'John'. This user has had his documents folder redirected, which is why we don't use %USERPROFILE%/Documents , Btw.
@@ -66,8 +65,8 @@ This formats the date display. That's for day/month format.
 ==============


-If it worked from the iuplua52 file  but your shortcut doesn't work..
-The problem is almost certainly the "Start IN" path and its Quotes.
+If it worked from the iuplua53 file  but your shortcut doesn't work..
+The problem is almost certainly the "Start In" path and its Quotes.

 Regards,