Commit Graph

  • dc943320a1 Test for #4 master Mark van Renswoude 2020-08-13 14:14:20 +0200
  • 31e205288f Added support for CFunctions in tables Mark van Renswoude 2020-07-11 09:38:25 +0200
  • 745c8b5a35 Added Get/Set/AddRequirePath methods Mark van Renswoude 2017-06-04 11:16:55 +0200
  • 84fe7f993f Fixed issue with lua_debug struct size causing corruption Mark van Renswoude 2017-05-31 22:29:36 +0200
  • 1a39372447 Fixed string conversion warning in lua_where Added LoadFromFile unit test Mark van Renswoude 2017-05-31 22:00:26 +0200
  • 018dbf03b2 Moved TLuaParameters to interface section Mark van Renswoude 2017-05-29 22:55:02 +0200
  • f8515a948c Fixed nil pointers being pushed as userdata instead of actually nil Mark van Renswoude 2017-05-28 23:50:00 +0200
  • 47b39799f3 Added exception handling for registered functions Added HasValue method for tables Fixed LuaFunction DataType not being recognized as VariableFunction Mark van Renswoude 2017-05-28 16:34:32 +0200
  • b250054d26 64-bits compatibility Mark van Renswoude 2016-02-07 18:06:05 +0100
  • 10d9e020f6 Removed Lua binaries from project Added more details for obtaining Lua binaries in the readme Mark van Renswoude 2016-02-07 14:29:49 +0100
  • 943083ac00 Added readme for GitHub Added gitignore for bin, lib and history folders Mark van Renswoude 2016-02-07 14:25:00 +0100
  • b5ba92a83d Actually included the rename which was supposed to happen in the last commit :) Added RegisterFunctions method which takes an object and registers all compatible methods either globally or in a table psycho 2016-02-07 12:41:21 +0000
  • cad2054373 Actually included the rename which was supposed to happen in the last commit :) Added RegisterFunctions method which takes an object and registers all compatible methods either globally or in a table Mark van Renswoude 2016-02-07 12:41:21 +0000
  • 1e641a3f3f Renamed Lua.Wrapper to Lua psycho 2016-02-07 10:59:30 +0000
  • 38866639be Renamed Lua.Wrapper to Lua Mark van Renswoude 2016-02-07 10:59:30 +0000
  • 430a79c47e Renamed Lua to Lua.API psycho 2016-02-07 10:58:56 +0000
  • 9141fc16cc Renamed Lua to Lua.API Mark van Renswoude 2016-02-07 10:58:56 +0000
  • 78c26acf3b Added: Capture method Fixed: libraries failed to load when not using TLuaLibrary.All psycho 2016-01-09 16:31:26 +0000
  • 1c0051fbb5 Added: Capture method Fixed: libraries failed to load when not using TLuaLibrary.All Mark van Renswoude 2016-01-09 16:31:26 +0000
  • fad22284f5 Translated the remaining Lua API functions psycho 2016-01-09 14:51:45 +0000
  • 095b7d4289 Translated the remaining Lua API functions Mark van Renswoude 2016-01-09 14:51:45 +0000
  • 790d5225a5 Added: support for Lua function variables Added: GetByteCode method (can be read back using LoadFromStream/File) Added: single return parameters can now be directly read as a variable (wraps Items[0]) Added: unit tests to show off the new features psycho 2016-01-09 14:35:18 +0000
  • 9ab83c012d Added: support for Lua function variables Added: GetByteCode method (can be read back using LoadFromStream/File) Added: single return parameters can now be directly read as a variable (wraps Items[0]) Added: unit tests to show off the new features Mark van Renswoude 2016-01-09 14:35:18 +0000
  • c6ad3048b3 Added: AutoRun parameter (default True) Added: unit tests / showcases for loading and running multiple scripts psycho 2015-12-30 13:33:15 +0000
  • 859780bc7a Added: AutoRun parameter (default True) Added: unit tests / showcases for loading and running multiple scripts Mark van Renswoude 2015-12-30 13:33:15 +0000
  • a6b6f5ce54 Changed: TLuaScript > TLuaAPIScript in API unit tests to avoid confusion with Lua.Wrapper.TLuaScript psycho 2015-12-30 12:38:27 +0000
  • af0786dbf5 Changed: TLuaScript > TLuaAPIScript in API unit tests to avoid confusion with Lua.Wrapper.TLuaScript Mark van Renswoude 2015-12-30 12:38:27 +0000
  • a2f5af23db Added: Get/SetGlobalVariable methods Added: support for tables Changed: ILuaParameter is now a more generic ILuaVariable psycho 2015-12-30 12:36:05 +0000
  • fa2f6df00c Added: Get/SetGlobalVariable methods Added: support for tables Changed: ILuaParameter is now a more generic ILuaVariable Mark van Renswoude 2015-12-30 12:36:05 +0000
  • 2280e3e217 Changed: Call renamed to Run Added: Call methods to call a named Lua function psycho 2015-12-29 13:43:26 +0000
  • 8ab94ab954 Changed: Call renamed to Run Added: Call methods to call a named Lua function Mark van Renswoude 2015-12-29 13:43:26 +0000
  • e689d0188a Initial commit psycho 2014-11-30 09:33:17 +0000
  • b946dbcca5 Initial commit Mark van Renswoude 2014-11-30 09:33:17 +0000
  • f1dedd4f88 Created trunk psycho 2014-11-30 09:32:26 +0000