Skip to content

v2.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Trey2k Trey2k released this 07 Apr 19:23
· 68 commits to main since this release
73a6eb9

Small update that breaks API compat with a LuaThread rename. Hopefully this will be the only time. But again that is not a guarantee.

Changes

  • Fixed bug with CallableExtra caused by the LuaJIT update.
  • Renamed the LuaThread class to LuaCoroutine in favor of being less confusing.
  • Couroutines created via the coroutine library can now be pulled to GDScript as a LuaCoroutine
  • new_thread method removed from LuaThread/LuaCoroutine Replaced by new_coruotine on the LuaAPI class