Skip to content

Releases: rdeioris/LuaMachine

Snapshot 20190204

04 Feb 17:12
Compare
Choose a tag to compare
Snapshot 20190204 Pre-release
Pre-release
  • Fixed coroutines/threads
  • Improved UMG Lua Code editor

Snapshot 20190203

03 Feb 09:44
Compare
Choose a tag to compare
Snapshot 20190203 Pre-release
Pre-release
  • Official Linux support
  • Added UMG Widget for Lua code (with syntax highlight)
  • Fixed print() implementation

Snapshot 20190202

02 Feb 10:54
Compare
Choose a tag to compare
Snapshot 20190202 Pre-release
Pre-release
  • Added official iOS support

Snapshot 20190201

01 Feb 12:48
Compare
Choose a tag to compare
Snapshot 20190201 Pre-release
Pre-release
  • Fixed build when plugin is installed from the Marketplace
  • Added support for getting and returning arays of LuaValues in UFunctions

Snapshot 20190131

31 Jan 05:33
Compare
Choose a tag to compare
Snapshot 20190131 Pre-release
Pre-release
  • Cleaned up LuaComponent usage

Marketplace 20190125

25 Jan 09:39
Compare
Choose a tag to compare
Marketplace 20190125 Pre-release
Pre-release
  • Added owner management blueprint nodes
  • More fixes for allowing marketplace submision

Marketplace 20190123

23 Jan 17:04
Compare
Choose a tag to compare
Marketplace 20190123 Pre-release
Pre-release
  • Added support for userdata metatable customization

  • Report line and column number in the code asset editor

20181230 Binary Releases

31 Dec 14:05
Compare
Choose a tag to compare
Pre-release
  • Updated Lua to 5.3.5
  • Support for Android
  • Fixed 'self' usage in LuaComponent
  • Improved syntax colouring for LuaCode asset
  • Improved bytecode generation when cooking

20181219 Binary Releases

19 Dec 11:13
Compare
Choose a tag to compare
Pre-release
  • Added syntax highlighter to the CodeAsset editor
  • Added support for multiple return values
  • Added support for Lua threads/coroutines
  • More blueprint utility functions
  • More functional tests

20181108 Binary Releases

08 Nov 19:44
Compare
Choose a tag to compare
Pre-release
  • Added LuaCreateNil
  • Added support for array management
  • Added LuaRunString
  • More Functional Tests