Signed-off-by: His Dad <John@hisdad.org>
His Dad [04-24-17 - 06:13]
Signed-off-by: His Dad <John@hisdad.org>
diff --git a/Delete-Character.lua b/Delete-Character.lua
index b44045b..26ca4ef 100644
--- a/Delete-Character.lua
+++ b/Delete-Character.lua
@@ -109,8 +109,9 @@ account=select_account()
-- Not selected, quit. should happen, but to be sure
if account == nil then
- iup.Close()
- os.exit()
+ print ("Account not Selected")
+-- iup.Close()
+-- os.exit()
end
-- Select Server
@@ -136,7 +137,7 @@ if nworlds > 1 then
if selected <0 then
iup.Close()
- os.exit()
+ -- os.exit()
end
world = world_list[selected+1]
end
@@ -175,8 +176,9 @@ end
-- No players.
if #playerNames == 0 then
- iup.Close()
- os.exit()
+ print ("Payer names")
+-- iup.Close()
+-- os.exit()
end
selected = iup.ListDialog (1, L.ChooseChartoDelete,
@@ -187,8 +189,9 @@ selected = iup.ListDialog (1, L.ChooseChartoDelete,
)
if selected <0 then
- iup.Close() -- Cancelled
- os.exit()
+ print ("n ot Selected")
+-- iup.Close() -- Cancelled
+-- os.exit()
end
@@ -209,7 +212,7 @@ confirm:popup()
if iup.GetAttribute(confirm, "BUTTONRESPONSE") ~= "1" then
iup.Close()
- os.exit()
+ -- os.exit()
end
backfile=os.date("History-"..dateformat_log .. ".lua")
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index bbc1606..ffb40b2 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,5 +1,8 @@
+2017-04-24 version 37
+ API Bump
+
2017-02-11 version 36
- Fixed bug for crash satrting new character
+ Fixed bug for crash starting new character
2017-02-03 version 35
Craglorn Trials working
diff --git a/HistOffline.lua b/HistOffline.lua
index 12a86d9..50293f9 100644
--- a/HistOffline.lua
+++ b/HistOffline.lua
@@ -14,7 +14,7 @@ local Colour_Heading_Complete = "#58FA58"
--iup.SetGlobal("UTF8MODE","YES")
-- ========================
-version= "36"
+version= "37"
require( "iuplua" )
require( "iupluacontrols" )
dofile "../../SavedVariables/History.lua"
diff --git a/history.lua b/history.lua
index f385162..174ddaa 100644
--- a/history.lua
+++ b/history.lua
@@ -1,6 +1,6 @@
hist = {
name = "history",
- version = "36",
+ version = "37",
initialised = false,
SV={},
L={},
diff --git a/history.txt b/history.txt
index 06bc7f2..c33f951 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
## Title: Dad's History
-## APIVersion: 100017 100018
-## Version: 36
+## APIVersion: 100018 100019
+## Version: 37
## Author: HisDad
## Description: Record progress of all characters for offline viewing.
## SavedVariables: History_SV