Post new topic Reply to topic  [ 15 posts ]  Go to page 1, 2  Next
GHI version 0.24 
Author Message
Site Admin
Joined:Mon Jun 16, 2008 7:25 pmPosts: 1535 Realm Region: Europe Realm Name: Argent Dawn
Post GHI version 0.24
GHI version 0.24 is now released.

It is avaliable for download at: http://www.pilus.info/downloads

Note that it the localization is in progress and will be complete in the next patch.

Quote:
Changelog
GHI - v.0.24
- Fixed a bug that made it impossible to cancel buffs when having GHI buffs disabled.
- Fixed a bug in and extented the print array debug function.
- Using /chatlist no longer results in an error message.
- Fixed a bug that caused items not to be copyable in some situations.
- Items no longer loose their right click action when traded inside a bag.
- Trying to consume larger number of one items than the amount in the bag no longer results in the game freezing.
- It is no longer possible to put a bag inside itself. Some physical laws must be upheld.
- A estimated transfer time is now shown in the tooltip of items transfering.
- Buffs lasting until cancelled now shows correctly as so on your target.
- A bug disabling the ability to split stacks and copy stacks have been fixed.
- Fixed a comforbility bug with the Bagnon addon.
- Implemented word-wrap in buff tooltips.


Fri Apr 24, 2009 1:04 am
Profile
Joined:Mon Nov 03, 2008 5:37 pmPosts: 388 Realm Region: Europe Realm Name: Kult der Verdammten
Post Re: GHI version 0.24
Thank you for your work ... I'll take a look at the german translation on the weekend.
As soon as possible I'll mail you the file.


Fri Apr 24, 2009 2:32 pm
Profile WWW
Site Admin
Joined:Mon Jun 16, 2008 7:25 pmPosts: 1535 Realm Region: Europe Realm Name: Argent Dawn
Post Re: GHI version 0.24
Laruna wrote:
Thank you for your work ... I'll take a look at the german translation on the weekend.
As soon as possible I'll mail you the file.

Great, but keep in mind that much more text will be added over the comming weeks.


Fri Apr 24, 2009 4:32 pm
Profile
Joined:Mon Nov 03, 2008 5:37 pmPosts: 388 Realm Region: Europe Realm Name: Kult der Verdammten
Post Re: GHI version 0.24
Tried to upload my file but getting "extension not allowed" errors all the time.

So i simply post it here ...
You may add this to your files so others who download GHI can get the updated file.
Did you have considered using wowace for management purposes?

If people participate on GHi via localization and maybe on other aspects of the addon,
a "trunk" would maybe help.

Will you add the localization system to GHM, too?

Code:
function GHI_LocalizeDE()
-- Bag buttons
GHI_NEW = "Neuer Gegenstand";
GHI_NEW_1LETTER = "N";
GHI_EDIT = "\195\132ndere Gegenstand";
GHI_EDIT_1LETTER = "\195\132";
GHI_COPY = "Kopiere Gegenstand";
GHI_COPY_1LETTER = "K";
GHI_HELP = "GHI Hilfe, Info und Optionen.";
GHI_PRE = "vorheriger Rucksack.";
GHI_NE = "n\195\164chster Rucksack.";

GHI_BAG = "GHI Rucksack";
GHI_BAG_DRAG = "Shift + linke Maustaste zum ziehen.";

--   book
GHI_EDIT_TEXT = "Text \195\164ndern";
GHI_MARK_TEXT = "Text markieren";
GHI_VIEW_TEXT = "Text betrachten";
GHI_UNDO_CHANGES = "verwerfe \195\164nderungen";
GHI_EDIT_TITLE = "Titel \195\164ndern";
GHI_DELETE_PAGE = "L\195\181sche Seite";
GHI_INSERT_BEFORE = "Vor dieses";
GHI_INSERT_AFTER = "Nach diesem";
GHI_INSERT_PAGE = "Seite einf\195\188gen:";
GHI_MATERIAL = "Material:";
GHI_PARCHMENT = "Pergament";
GHI_HEADLINE_1 = "\195\156berschrift 1";
GHI_HEADLINE_2 = "\195\156berschrift 2";
GHI_FRONT = "Schrift:";
GHI_H1 = "H1:";
GHI_H2 = "H2:";
GHI_NORMAL = "Normal:";
GHI_FONT_SIZE = "Schriftgr\195\181ße:";
GHI_INSERT_LINK = "Verweis einf\195\188gen";
GHI_INSERT_LOGO = "Logo einf\195\188gen";
GHI_LOGO = "Logo:";
GHI_ALLIGNMENT = "Ausrichtung:";
GHI_LEFT = "links";
GHI_INSERT = "Einf\195\188gen";
GHI_CLOSE = "Schliessen";
GHI_TRANSCRIBE = "\195\156bertrage zu GHI";
GHI_TRANSCRIBED = "\195\156bertragen";
GHI_READ_LETTER = "Brief lesen";
GHI_READ_INSCRIPTION = "Inschrift lesen";
GHI_LETTER = "Brief";
GHI_INSCRIPTION = "Inschrift";
GHI_FROM = "Von";

-- Binding Variables
BINDING_HEADER_GHI = "GHI";
BINDING_NAME_GHI_TOGGLE = "GHI Rucksack umschalten";

--
GHI_LOADED = "Gryphonheart Items geladen.";
GHI_MANUAL_CREATED = "GHI Beschreibung erstellt.";
GHI_IN_COMBAT_ERROR = "Im Kampf nicht m\195\181glich.";
GHI_CONFIRM_DELETE_PAGE = "Diese Seite l\195\181schen?";
GHI_ENTER_PAGE_NUMBER = "Seitenzahl f\195\188r Verweis";
GHI_ENTER_LINK_TEXT = "Verweistext";

GHI_DISABLE_BUFF_QUESTION = "Das Verlassen eines Fahrzeugs w\195\164rend des Kampfes wird die Oberfl\195\164che aufh\195\164ngen.\nEs wird empfohlen die GHI Buffs zu deaktivieren bevor Fahrzeuge genutzt werden. Buffs k\195\181nnen im GHI Optionsmen\195\188 ('?') deaktiviert werden. \n M\195\181chten Sie Buffs jetzt deaktivieren (ben\195\181tigt neuladen des UI)?";
GHI_SEC = "Sekunde";
GHI_SECS = "Sekunden";
GHI_MIN = "Minute";
GHI_MINS = "Minuten";
GHI_HOUR = "Stunde";
GHI_HOURS = "stunden";
GHI_DAY = "Tag";
GHI_DAYS = "Tage";

end


Fri Apr 24, 2009 5:59 pm
Profile WWW
Site Admin
Joined:Mon Jun 16, 2008 7:25 pmPosts: 1535 Realm Region: Europe Realm Name: Argent Dawn
Post Re: GHI version 0.24
GHM dosent include any text in itself. The text in the menues are made inside GHI and I am working on those aswell.


Fri Apr 24, 2009 7:00 pm
Profile
Joined:Mon Nov 03, 2008 5:37 pmPosts: 388 Realm Region: Europe Realm Name: Kult der Verdammten
Post Re: GHI version 0.24
The names for the icons are generated by GHM.
So if we wish german names we still have to edit
a ghm file.


Sat Apr 25, 2009 2:19 am
Profile WWW
Site Admin
Joined:Mon Jun 16, 2008 7:25 pmPosts: 1535 Realm Region: Europe Realm Name: Argent Dawn
Post Re: GHI version 0.24
Eh, can you give an example?


Sun Apr 26, 2009 2:50 pm
Profile
Joined:Wed Dec 17, 2008 6:36 pmPosts: 15
Post Re: GHI version 0.24
I noticed the TIME function is still bugged in this release. Any word as to when/if this might be fixed?


Tue Apr 28, 2009 9:54 pm
Profile
Joined:Mon Nov 03, 2008 5:37 pmPosts: 388 Realm Region: Europe Realm Name: Kult der Verdammten
Post Re: GHI version 0.24
Will just show you the top of my "ghm_icons.lua"

to have the item categories in german while creating an item,
I (as well as Schneetau) translated the categories to german.

Code:
--[[
Abstract = {"Ability", "Spell", "Trade"}
Armor = {"Belt", "Boots", "Bracer", "Chestpiece", "Gauntlet", "Helmet", "Cape", "Pants", "Shield", "Shirt", "Shoulder" },
Consumeable = {"Herb", "Liquid", "Potion", "Solid" },
Weapons = {"Ammo", "Axe", "Halbard", "Hammer", "Mace", "Ranged", "Spear", "Staff", "Sword", "Wand" }
Professions = {Echancnting
Items = {"Container", "Craft", "Gizmo", "Jewelry", "Misc", "Trophy", "Valuable", "Written" }, keys

new:  Keys
]]




GHM_IconCategories = { "Abstraktes",  "Gegenstaende", "Verbrauchbar","Berufe","Ruestungen", "Waffen","Erfolge"}

GHM_IconSubcategories = {
    Abstraktes = {"F\195\164higkeit", "Zauberspruch", "Handel" },
    Ruestungen = {"G\195\188rtel", "Schuhwerk", "Armschienen", "Brust", "Handschuhe", "Kopf", "Umhang", "Hosen", "Schild", "Hemd", "Schultern" },
    Verbrauchbar = {"trinkbar", "Trank", "Essen" },
    Gegenstaende = {"Beh\195\164lter", "Schmuck", "Verschiedenes", "Troph\195\164en", "Wertvolles", "lesbar","Schl\195\188ssel","magische Dinge","Banner" },
    Waffen = {"R\195\188stung", "Axt", "Hellebarden", "Hammer", "Streitkolben", "Distanz", "Sperr", "Stab", "Schwert", "Zauberstab","Faust"},
   Berufe = {"Lederverarbeitung","Ingenieurkunst","Angeln","Kr\195\164uterkunde","verzauberung","Schneiderei","Erste Hilfe","Bergbau","Juwelenverarbeitung","Inschriftenkunde"},
   Erfolge = {"Zonen","Arena","Schlachtfeld","Boss","Charakter","Instanzen","Versch. Erfolge","PvP","Quest"},
}


You will see that the original names are just put to comment.


Wed Apr 29, 2009 9:18 am
Profile WWW
Site Admin
Joined:Mon Jun 16, 2008 7:25 pmPosts: 1535 Realm Region: Europe Realm Name: Argent Dawn
Post Re: GHI version 0.24
Ah, right, I put the icon list there. I will look into that also


Wed Apr 29, 2009 10:37 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ]  Go to page 1, 2  Next
Powered by phpBB © phpBB Group.
Designed by Laruna