Lua Script Plugin Changelog

What's new in Lua Script Plugin 1.3

Apr 6, 2015
  • Added GetCurrentLine function to the LuaScriptContext class.
  • Added GetStackTrace function to the LuaScriptContext class (experimental).
  • Added LuaScriptStackTraceRecord class (experimental).
  • Changed the compile architecture on Windows systems.
  • Greatly reduced dependencies on Linux so the plugin can work in Linux console application where no GUI libraries are installed in the Linux system.

New in Lua Script Plugin 1.1.2 (Nov 5, 2012)

  • fixed issues with Windows building process

New in Lua Script Plugin 1.1.1 (Jul 1, 2011)

  • fixed issue with the Linux segment

New in Lua Script Plugin 1.1 (Jun 28, 2011)

  • Added Console / Web application support.
  • Added Table support from REAL Studio
  • Added Support to register classes / namespaces from REAL Studio
  • Added IsTable function to the LuaScriptContext class.
  • Added a NewTable method to the LuaScriptContext class.
  • Added SetTableValue method to the LuaScriptContext class.
  • Added GetTableValue method to the LuaScriptContext class.
  • Added a PushNil method to the LuaScriptContext class.
  • Added a PushFunction method to the LuaScriptContext class.
  • Added a Pop method to the LuaScriptContext class.
  • Added WireInstanceToClass method to the LuaScriptContext class.
  • Added a GetNext function to the LuaScriptContext class.
  • Added a GetLength function to the LuaScriptContext class.
  • Added a GetGlobalTable function to the LuaScriptContext class.
  • Added a new variation of the SetGlobal method that sets the top most element of the stack as global. (used mostly for tables)

New in Lua Script Plugin 1.0.2 (Mar 7, 2011)

  • Fixed issue when empty string was passed to the Push method
  • Fixed issue when empty string was passed to the SetGlobal method.