From f059797f51f9d3ce699cfff4b38d15bb667d9d55 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 2 Nov 2011 02:28:47 -0400 Subject: [PATCH] Properly add GetArchName() lua binding. --- Docs/Changelog_sm5.txt | 6 ++++++ Docs/Luadoc/Lua.xml | 1 + Docs/Luadoc/LuaDocumentation.xml | 3 +++ 3 files changed, 10 insertions(+) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index c49e90df38..9ba1f8430b 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -8,6 +8,12 @@ ________________________________________________________________________________ StepMania 5.0 $next | 2011xxxx -------------------------------------------------------------------------------- +2011/11/02 +---------- +* [ArchHooks] Add the GetArchName lua binding. To the themers that use + GetOSName, that function may be deprecated in the future. For now, + both options exist. [vyhd, Wolfman2000] + 2011/11/01 ---------- * [ArrowEffects] Fix Expand, and possibly other mods, from breaking if diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 6335de6810..680893e9f5 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -537,6 +537,7 @@ + diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 2cceaf1d54..6ed3c3961d 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -1368,6 +1368,9 @@ Returns true if the application presently has focus. + + Returns the name of the architecture in use. +