Skip to content

Releases: neolithos/neolua

NeoLua-0.9.14

06 Mar 11:01
Compare
Choose a tag to compare

Fix

  • Test if the operator overload is correct was missing
  • unpack, parameter check was wrong
  • os.date conversion of time was strange
  • Iteration bug

Download of binaries is on Codeplex.

NeoLua-0.9.13

01 Mar 19:53
Compare
Choose a tag to compare

Fix

  • Bindingrestriction for LuaType:BindGetIndex was wrong
  • LuaAssert method should call LuaError

Download of binaries is on Codeplex.

NeoLua-0.9.12

25 Jan 16:23
Compare
Choose a tag to compare
NeoLua-0.9.12 Pre-release
Pre-release

Added sandboxing to the compiler.

NeoLua-0.9.11

17 Jan 22:00
Compare
Choose a tag to compare

Changes

  • string.gsub added
  • Option names in io.read do not have a starting '*' anymore.
  • type, tointeger, mininteger, maxinteger added to math
  • table.move added
  • equal executes line direct in NeoCmd

Download of binaries is on Codeplex.

NeoLua-0.9.10

21 Dec 21:49
Compare
Choose a tag to compare

Bug fixes:

  • it should not allowed to call static members on instances
  • Members Clear failed with IndexOutOfRangeException

Download:
Codeplex

NeoLua-0.9.9

16 Nov 00:38
Compare
Choose a tag to compare

Bug fixes

  • Properties they are defined with new generate more then one property member under on name
  • Stackoverflow, when during array auto convert

Download:
Codeplex