NLua Versions Save

Bridge between Lua and the .NET.

v1.4.22

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.22

  • Fixed #320 Handling of ints seems to be broken on armeabi-v7a

v1.4.21

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.21 (96c793c)

  • Fixed #315 Slow execution when trying to access nonexistent field on c# object at Lua State
  • Fixed #297 LuaMethodWrapper.CallInvokeOnGenericMethod works with errors
  • Maybe fixed #307 System.NullReferenceException when call a C# method with coroutine ?

v1.4.20

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.20 (8c0cd74)

v1.4.18

4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.18

  • Bumped KeraLua 1.0.14

v1.4.16

5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.16

  • Bumped KeraLua 1.0.11 with minor fixes.

v1.4.14

5 years ago

v1.4.11

5 years ago
  • 📦 https://www.nuget.org/packages/NLua/1.4.11

  • Added support to Lua 5.3 integers.

  • Operator [] and GetNumber will still return the double regardless of the value for backward compatibility LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed. To get long from Lua object use GetLong and to get an integer GetInteger.

v1.4.9

5 years ago

v1.4.8

5 years ago