# HG changeset patch # User syzler # Date 1425759474 18000 # Node ID a7460baf79ae727c70e9dd30767c1ab92364c0dc # Parent 982c2ff5b369853cfb232ba975b3517ba8704e57 Fixed to support loading working copy directly into game diff -r 982c2ff5b369 -r a7460baf79ae libMyLilPony/libMyLilPony.lua --- a/libMyLilPony/libMyLilPony.lua Sat Mar 07 14:28:01 2015 -0500 +++ b/libMyLilPony/libMyLilPony.lua Sat Mar 07 15:17:54 2015 -0500 @@ -42,3 +42,8 @@ MYLILPONY_VERSION = "@project-version@"; MYLILPONY_DEBUG_LOGGING = false; + +--@debug@ +MYLILPONY_VERSION = "(Development)"; +MYLILPONY_DEBUG_LOGGING = true; +--@end-debug@ diff -r 982c2ff5b369 -r a7460baf79ae locales/enUS.lua --- a/locales/enUS.lua Sat Mar 07 14:28:01 2015 -0500 +++ b/locales/enUS.lua Sat Mar 07 15:17:54 2015 -0500 @@ -40,4 +40,32 @@ L = {}; -@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@ +--@debug@ +L["msgCountMatchingMountsForPattern"] = "(%i mounts found)" +L["msgHelpCommandAquatic"] = "Summons random aquatic mount" +L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount" +L["msgHelpCommandExact"] = "Summons mount by exact name" +L["msgHelpCommandFlying"] = "Summons random flying mount" +L["msgHelpCommandGround"] = "Summons random ground mount" +L["msgHelpCommandId"] = "Summons mount by spell or buff ID" +L["msgHelpCommandList"] = "Lists mounts matching name" +L["msgHelpCommandMatch"] = "Summons same mount as specified unit" +L["msgHelpCommandName"] = "Summons random mount matching name" +L["msgHelpCommandRandom"] = "Summons random mount" +L["msgHelpCommandTarget"] = "Summons same mount as targeted unit" +L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s" +L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'" +L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'" +L["msgNoMatchingMountsFound"] = "No matching mounts were found" +L["msgVersionLoaded"] = "Version %s loaded" +L["msgYouAreDead"] = "You are dead" +L["msgYouAreFlying"] = "You are already flying" +L["msgYouAreInCombat"] = "You are in combat" +L["msgYouAreMounted"] = "You are already mounted" +L["szCommandHelp"] = "Command Help" +L["szParamId"] = "" +L["szParamName"] = "" +L["szParamUnitId"] = "" +--@end-debug@ + +--@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@ diff -r 982c2ff5b369 -r a7460baf79ae locales/frFR.lua --- a/locales/frFR.lua Sat Mar 07 14:28:01 2015 -0500 +++ b/locales/frFR.lua Sat Mar 07 15:17:54 2015 -0500 @@ -40,4 +40,4 @@ if GetLocale() ~= "frFR" then return end -@localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@ +--@localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@