Beta 8, Worldbosses

His Dad [05-04-15 - 09:22]
Beta 8, Worldbosses
Filename
Doc/Changelog.txt
Doc/Description.txt
data/de.lua
history.txt
diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt
index 585548c..764b095 100644
--- a/Doc/Changelog.txt
+++ b/Doc/Changelog.txt
@@ -1,3 +1,11 @@
+2015-05-04 vesrion 8
+	World Bosses!!
+	UPGRADE
+	Nothing special required.
+
+
+2015-05-04
+	Changed Description to specify IUP 3.13

 2015-05-02
 	version 7
@@ -41,25 +49,6 @@
 	Log in with each char to let the updated addon fix the data file.
 	Histoffline  won't wont until all have been fixed

-	Cause: There is a section in the saved variable for each char that looks like this
-
-                        ["levels"] =
-                        {
-                            [61] =
-                            {
-                                ["time"] = 11996,
-                                ["Ach_Points"] = 3400,
-                                ["deaths"] = 0,
-                                ["begin"] = 1430061182,
-
-	there must not be a key  ["map"] = {
-					},
-
-	map can be a string for valid map name, but in new imported chars is should NOT be there at all.
-
-
-
-

 2015-04-26
 	Version 2
diff --git a/Doc/Description.txt b/Doc/Description.txt
index 4d06f1e..a13b411 100644
--- a/Doc/Description.txt
+++ b/Doc/Description.txt
@@ -51,6 +51,11 @@ If more than one account is used on the computer, you have an option to select t
 [*]Known bug. Non english users may see corrupted text as the app is not unicode compatible.
 [/LIST]

+[SIZE=4]World Bosses[/SIZE]
+[*]There are six bosses in a zone, 5 zones in an Alliance. Get all 30!
+[*]Doesn't show which are missing.
+[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.
@@ -67,7 +72,8 @@ This addon uses the IUP Lua Toolit. It only has to be installed once and doesn't
 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/
+[*]Search the net for IUP 3.13 32 or 64 bit zip file for windows, or go here  http://sourceforge.net/projects/iup/files/3.13/Tools%20Executables/
+[*]NOTE: 3.14 has been released but it packaged differently and I haven't checked 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.
 [/LIST]
@@ -119,6 +125,9 @@ You may want to rename the shortcut.

 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]
+German Translations by Joklix.
+
 [SIZE=4]Licence[/SIZE]
 Some code taken from the Luatz project under the MIT Licence.
 The dump code function I found on the net. Sorry I don't know who wrote it.
diff --git a/data/de.lua b/data/de.lua
index bdd722b..7bf1dad 100644
--- a/data/de.lua
+++ b/data/de.lua
@@ -1,3 +1,6 @@
+-- Translation by Joklix, Thankyou!
+
+
 Area_names = {
 	[1] = { short= "EP",
 			medium = "Pakt",
@@ -38,7 +41,7 @@ Area_names = {
 		GrpLab = "Die Level sind das Minimum, orientieren sich an Gruppenleiter",
 		PubLab = "Eroberer Errungenschaften",
 		VetLab = "Alle sind VR1 bis VR12 bis auf Stadt der Asche VR13-14",
-		WBLab = "Six Bosses per zone",
+		WBLab = "Sechs Bosse pro Zone",
 		LogTab = "System Log",
 		TStamp = "Zeitstempel" ,
 		title = "Geschichte von  ",
@@ -104,24 +107,24 @@ grp_names = {

 Locations = {
 --EP
-		["11"] = "Stonefalls",
+		["11"] = "Steinfaelle",
 		["21"] = "Deshaan",
-		["31"] = "Shadowfen",
-		["41"] = "Eastmarch",
-		["51"] = "The Rift",
+		["31"] = "Schattenfen",
+		["41"] = "Ostmarsch",
+		["51"] = "Rift",
 --DC
 		["12"] = "Glenumbra",
-		["22"] = "Stormhaven",
-		["32"] = "Rivenspire",
-		["42"] = "Alik'r Desert",
+		["22"] = "Sturmhafen",
+		["32"] = "Kluftspitze",
+		["42"] = "Alik'r Wueste",
 		["52"] = "Bangkorai",
 --AD
 		["13"] = "Auridon",
-		["23"] = "Grahtwood",
-		["33"] = "Greenshade",
-		["43"] = "Malabal-Tor",
-		["53"] = "Reaper's March",
+		["23"] = "Grahtwald",
+		["33"] = "Gruenschatten",
+		["43"] = "Malabal Tor",
+		["53"] = "Schnittermark",
 --Coldharbour
-		["14"] = "Coldharbour",
+		["14"] = "Kalthafen",
 }
 dofile "./data/de-data.lua"		--Achievement text dumped from the game.
diff --git a/history.txt b/history.txt
index d187304..9a5a256 100644
--- a/history.txt
+++ b/history.txt
@@ -1,6 +1,6 @@
 ## Title: Dad's History
 ## APIVersion: 100011
-## Version: Beta 3
+## Version: Beta 8
 ## Author: HisDad
 ## Description: Record progress of all characters for offline viewing.
 ## SavedVariables: History_SV