Skip to content

Releases: LiteLDev/LeviLamina

v0.9.1

29 Feb 09:53
d4225ac
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Added

  • Add new BossBarColor enum value
  • Add BlockVolume::block
  • Add statistics service
  • Add ll reactivate command

Changed

  • Optimize ll show command output
File SHA256
levilamina-release-windows-x64.zip 82639c0e437cd2df5a4a8ffc6f83830303440435f112dc8dc9ce76b7d1e07bfc
levilamina-debug-windows-x64.zip 7fd335765f37d6037a8f9df78b67436a00183cdf1169d459f5639060019fdf40

v0.9.0

24 Feb 11:49
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Added

  • Adapted to BDS version 1.20.62
File SHA256
levilamina-debug-windows-x64.zip 31134741e81002ef8fa34ec76bfe1b0345db18d9f4d37e2cc7ce6800cbd5f701
levilamina-release-windows-x64.zip cb5e6aafddbe3fc71c6d931931e0fa0e1ec4aa12f7294dd8eb6904798694bcab

v0.8.4

23 Feb 15:19
00e0c90
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

Added

  • Add plugin manage command /levilamina /ll
File SHA256
levilamina-release-windows-x64.zip cf9d22aefc1ee5c78421e8fc5eb11ae69309c8d73c9a5eb09291674b46e75ef6
levilamina-debug-windows-x64.zip b5f2493a6d5ce2b8e92d3817a27ccb689a184612ad17776797fd4008dc7e707f

v0.8.3

21 Feb 04:08
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

Added

  • Added dependencies and updated internal types in BlockTickingQueue
  • Completed the member variables of HeightmapWrapper, LevelChunkPacket, StructureFeatureRegistry, ChunkGeneratorStructureState, ResourceDrops, and StructureSetRegistry

Changed

  • BlockUpdateFlag has been updated
  • Used latest version of dependencies
  • Added exception handling for member functions in the Plugin class

Fixed

  • Fixed the errors related to CrashLogger
  • Fixed potential update issues caused by the 'post_uninstall' command in tooth.json
  • Fixed issue caused by incorrectly formatted dependency versions in tooth.json
  • Fixed the size of EndCityFeature and StructureCache::StructurePair
  • Corrected offset comments for certain class member variables
  • Corrected symbol comment for Minecraft::earlyShutdownMainThread
File SHA256
levilamina-release-windows-x64.zip ed40d8b91e2e1a705413a187df2823d079f2af38072daf8da0b356a0d1e612e4
levilamina-debug-windows-x64.zip 6fc589e392f5bb8bcad78ddd9be19937134b7b53eec40208dc9d6a33fd1b9bf2

v0.8.1

13 Feb 13:11
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Added

  • Added a built-in command 'crash' to simulate server crash

Changed

  • Removed the restriction on a maximum of 255 buttons in the form
  • Refactored FormAPI

Fixed

  • Fixed the issue of getDefaultAllocator not being exported
  • Fixed the ServerScriptManager structure
File SHA256
levilamina-release-windows-x64.zip 8c7bece6596935c67320105c764450df502973160ac6fb27e56f4f1d1785ccd6
levilamina-debug-windows-x64.zip 1eff5b13a4381d7e423de2fc731ad685bada40692ffd725a7c3b31e56264514c

v0.8.0

13 Feb 08:57
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Added

  • Adapted to BDS version 1.20.61
  • Added a method to allow OPs to use cheat commands when cheats are disabled in the server properties
  • Added built-in command 'memstatus' to query memory status
  • Added new memory allocator
  • Added more color conversion functions

Changed

  • Refactored BuiltinCommands
  • Allow instantiation of FlatWorldGeneratorOptions and BlockVolume without parameters
  • Modify the installation details of Levilamina
  • Complete the pure virtual class IMemoryAllocator

Fixed

  • Fixed bugs in Molang and HashedString
File SHA256
levilamina-release-windows-x64.zip f08bfa18585fc6d3fec9c7095c77a4c0d887936710e88d82f7195ea12c906252
levilamina-debug-windows-x64.zip 216492da55296da68e8e7a948507690ce1bdf30e0ff2346d74cf63430fbfe817

v0.7.2

05 Feb 15:24
d2453d5
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Added

  • Add reflection offset getter
  • Add some struct for ScriptAPI
  • Add dark mode to docs
  • Add dimension enum to command
  • Support molang registery
  • Add formid manager to resolve potential conflicts
  • Add tpdim command

Changed

  • Refactor the command registration system
  • Support for const member function hook
  • Add overload support to hook
  • Reuse function pointer hook with overload
  • Move native API docs
  • Refactoring tr strings
  • Refactoring i18n
  • Replace logDebugResult into std::visit
  • Refactor form api
  • Bypass preloader plugins

Fixed

  • Remove extra include
  • Fix all clang&msvc warnings
  • Fix bedrock service multi-threaded access conficts
  • Fix a fatal bug in 0.6.3 that causes crashes
File SHA256
levilamina-release-windows-x64.zip 6d55f63791f1be5bce57193058d7ea6cfb8bb83b5e31efff4f4a6782681d7557
levilamina-debug-windows-x64.zip 5591195332aac3be5e4ac6d1b0a7afeecb16c0b4e8ae1a46044cbee2d91667bd

v0.7.1

05 Feb 14:46
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Fixed

  • Fix Logger.h include
File SHA256
levilamina-debug-windows-x64.zip 9a8fcd100fcf60e321d4ae7fd10f573f92b06c9394d6f4264f2c9211f373d415
levilamina-release-windows-x64.zip e91aba6cda57aa3234360270b13737b4936d825a3f3d50a1cd29d4cc4a198896

v0.6.3

30 Jan 08:54
37d932b
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

Changed

  • Remove constructor of ScorePacketInfo
  • Disable DynamicTypeList

Fixed

  • Fix scheduler remove id
  • Make clang-cl compilable
File SHA256
levilamina-windows-x64.zip 2029c4f31f1338e00baeb1ac248a33ec67c7752046a49a3992363872d5f20df1
levilamina-debug-windows-x64.zip 40759446fa9e95b3be4b72d0e33419354118bbc0fcec84418e5fd07273bf6bea

v0.6.2

29 Jan 13:33
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Changed

  • Add move to parseSnbt
  • Refactoring FileWatcher
  • Remove useless output

Fixed

  • Fix scheduler remove
  • Export PluginManager virtual function
File SHA256
levilamina-windows-x64.zip 522846b87b62610f725bd66d6add5d3fb036fd2c6666eca04f394b3a28f15f44
levilamina-debug-windows-x64.zip 954ed2760c3241de86c2fb54052fa5ba0f5234ef746e336a6dbfca60d2673bc1