Signed-off-by: His Dad <John@hisdad.org>

His Dad [05-27-19 - 08:05]
Signed-off-by: His Dad <John@hisdad.org>
Elsweyr
Filename
.gitignore
Doc/Changelog.txt
HistOffline.lua
data/make_box.lua
history.txt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2809b43
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+my/*
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 1e9e4be..0e4ef31 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,6 +1,7 @@
-2019-05-27 version 58-Beta 04
+2019-05-27 version 59
 Update for Elsweyr.
 Achievement Columns are a bit wider.
+German Achievements may still be a bit long.

 2019-02-09 version 58-beta 02
 Very major changes to simplify the programming.
diff --git a/HistOffline.lua b/HistOffline.lua
index 8c23755..47674ba 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -17,7 +17,7 @@ Settings_s ="./my/visibility.lua"
 --force_lang = "de"  --	or "de" or "fr"  for debugging

 -- ========================
-version= "58-Beta-05"
+version= "59"
 require( "iuplua" )
 require( "iupluacontrols" )

diff --git a/data/make_box.lua b/data/make_box.lua
index 9771bf3..393090f 100644
--- a/data/make_box.lua
+++ b/data/make_box.lua
@@ -86,11 +86,11 @@ make_a_tab = function(playerID, dung_t,Account_t, mebox_s,dat_t)	-- Called per c

 	--set lines Heading
 	me[mebox_s].box:setcell(0,0, L.Achievements )
-	iup.SetAttribute(me[mebox_s].box,  "WIDTH0", 200)	-- Width of Achievement
+	iup.SetAttribute(me[mebox_s].box,  "WIDTH0", 180)	-- Width of Achievement

 	--Load Lines
 	for line, Ach in ipairs (dat_t.id) do  -- Load text
-	if (Ach_Detail[Ach] == nil) then
+	if (Ach_Detail[Ach] == nil) then
 	        print(mebox_s)
 			print("Achievement " .. Ach .. " has no record in Ach_Detail")
 		else
@@ -139,7 +139,7 @@ make_a_tab = function(playerID, dung_t,Account_t, mebox_s,dat_t)	-- Called per c

 		--set lines Heading
 		dung_t[mebox_s].box:setcell(0,0, L.Achievements )
-		iup.SetAttribute(dung_t[mebox_s].box,  "WIDTH0", 200)
+		iup.SetAttribute(dung_t[mebox_s].box,  "WIDTH0", 180)

 		--Load Lines (Dungeon Ach names)
 		for line,Ach in ipairs(dat_t.id) do
diff --git a/history.txt b/history.txt
index 50e20b5..0e17224 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
-## APIVersion: 100027 100026
-## Version: 58-Beta-02
+## APIVersion: 100027 100028
+## Version: 59
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV