Skip to content

Releases: rdeioris/LuaMachine

Marketplace 20220503

03 May 06:53

Choose a tag to compare

  • Official UE5 support

Marketplace 20211006

06 Oct 06:25

Choose a tag to compare

  • Official 4.27 Support

Marketplace 2021211

11 Dec 10:04

Choose a tag to compare

  • Performance improvements
  • Simplified reflection api (usable by Blueprints too)
  • Lua Console

Marketplace 20200904

04 Sep 08:39

Choose a tag to compare

  • Removed UTF32 in 4.23 and 4.24 (not supported in older engine versions)

Marketplace 20200903

03 Sep 05:45

Choose a tag to compare

  • Lua files are now parsed as UTF8
  • Added support for UTF8, UTF16 and UTF32 string conversion

Marketplace 20200725

25 Jul 10:36

Choose a tag to compare

  • Improved (and refactored) Reflection API
  • More solid table memory management

Marketplace 20200604

04 Jun 08:17

Choose a tag to compare

  • Compilation fixes for Marketplace

Marketplace 20200530

30 May 08:37

Choose a tag to compare

  • Added LuaValueToPointer and LuaValueToHexPointer functions
  • LuaValue based Tables are no more lazily initialized, the LuaCreateLazyTable function has been added to support the old behaviour.
  • Added LuaStateInitialized event.

Marketplace 20200521

21 May 06:32

Choose a tag to compare

  • Improved memory management
  • Added hooks/events in lua states for streaming level loading/unloading

Marketplace 20200510

10 May 16:33

Choose a tag to compare

  • Fixed Linux 64bit builds
  • Support for 4.25
  • Allow to override UserData __index metamethod
  • Allow to dynamically populate UserData table