Skip to content

Releases: LiteLDev/LegacyScriptEngine

v0.9.3

30 Jan 08:46
63d816b
Compare
Choose a tag to compare

Fixed

  • Fixed Player::clearItem [#216]

v0.9.2

29 Jan 13:00
06a1c1c
Compare
Choose a tag to compare

Fixed

  • Removed redundant endl in ColorLog
  • Add missing destroy engine when load failed
  • Fixed Player/Entity::getBlockFromViewVector [#214]
  • Fixed Player/Entity::isOnHotBlock
  • Fixed Player::setAbility [#213]
  • Fixed Logger::setLogLevel & ColorLog
  • Fixed debug engine's logger
  • Fixed npm executing [#204]

v0.9.1

26 Jan 12:32
8b16a1d
Compare
Choose a tag to compare

Fixed

  • Fix issue of preRelease in registerPlugin

v0.9.0

25 Jan 15:33
9dd1d6a
Compare
Choose a tag to compare

Added

  • Implemented Logger::setTitle
  • Added mysql support except for Node.js engine
  • Add FormCancelReason for GuiAPI
  • Implemented registerPlugin for old plugins

Fixed

  • Fix setAbility
  • Fix runtime command warning
  • Add missing stacktrace in catch
  • Add missing LLSECallEventsOnHotUnload and fix unload

v0.9.0-rc.5

15 Jan 11:22
0688e41
Compare
Choose a tag to compare
v0.9.0-rc.5 Pre-release
Pre-release

Fixed

  • Add missing condition for onContainerChange
  • Fix onFarmLandDecay cancellation
  • Fix processConsolePipCmd [#208]
  • Fix NodeJs engine disabling

v0.9.0-rc.4

13 Jan 02:44
783fc2c
Compare
Choose a tag to compare
v0.9.0-rc.4 Pre-release
Pre-release

Changed

  • Find modules in python engine's directory

Fixed

  • Fix playerInfo not launch [#206]
  • Fix plugin reload [#207]

v0.9.0-rc.3

12 Jan 05:46
5544aa8
Compare
Choose a tag to compare
v0.9.0-rc.3 Pre-release
Pre-release

Changed

  • Support LeviLamina 1.0.0-rc.3

v0.9.0-rc.2

10 Jan 15:09
f335b92
Compare
Choose a tag to compare
v0.9.0-rc.2 Pre-release
Pre-release

Fixed

  • Fix command compatibility
  • Fix System::cmd and System::newProcess [#203]
  • Fix npm & pip command

v0.9.0-rc.1

09 Jan 07:55
5c12247
Compare
Choose a tag to compare
v0.9.0-rc.1 Pre-release
Pre-release

Changed

  • Support LeviLamina 1.0.0-rc.2
  • Replace QuickJs with QuickJs-Ng v0.8.0
  • Upgrade Lua to v5.4.7
  • Upgrade NodeJs to v22.12.0
  • Upgrade Python to v3.12.8
  • Refactor command api

v0.8.20

01 Dec 05:36
d06f844
Compare
Choose a tag to compare

Fixed

  • Fix setGameMode
  • Fix clearItem [#186]