Releases: LiteLDev/LeviLamina
Releases · LiteLDev/LeviLamina
v0.6.3
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
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 |
v0.6.1
Changed
- Add check to fromNetworkNbt
Fixed
- Fix commandOutput bugs
- add type to CommandOutputMessageType
- Fix CommandOutput success&error
Full Changelog: v0.6.0...v0.6.1
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 2fa29d10023b1abe0e583564ad9b7477954219cd11575187230a2715c5d5f770 |
levilamina-debug-windows-x64.zip | 6500adc0e25bedc84bf4c057a71789d6d752946d1f6e765cc1f2202e1f2703e5 |
v0.6.0
Added
- Add initializer list to CompoundTag
- Complete the size of RenderParams and VanillaTreeFeature, as well as VillageFeature, add their respective member variables to WorldBlockTarget and WorldGenContext
- Add a virtual destructor to IBlockWorldGenAPI to ensure its size is correct
- Add member variables to ChunkSource
- Filler DistanceSortedActor struct
- Dependency diagnostic for NativePlugin
- Complete the member variables for Pos2d, the size for Block, and the parent class list for DividedPos2d
- Revise the construction of buffer_span_mut and ActorBlockSyncMessage, and complete the member variables for ChunkLocalNoiseCache
- Add member variables to Aquifer::FluidSample and Aquifer
Changed
- Compress dim nbt data
- Logger switch to format_string for compile time instantiate
- Refactoring format string
Fixed
- Fix current_zone not working on old Windows and Wine
- Fix snbt empty list bug
- Fix CommandRegistry crash in using Symbol member
- Fix CommandRegistry::Symbol abi
- Fix the offset size error in member variable comments caused by changes in member variables.
- Logger add override for msg only print
- Fix some error in custom dimension
- Fix LevelSeed64 crash
- Fix dll deps load
Full Changelog: v0.5.1...v0.6.0
File | SHA256 |
---|---|
levilamina-windows-x64.zip | c4a247762527aeb3c52c32406012d4b5962684275df415b971af073ac6972ffa |
levilamina-debug-windows-x64.zip | 73871a26b1fbbf416b6a072ea01b75bdf1bd9b9e0094743dcf309888a48c940b |
v0.5.1
Added
- Add registerFeature to FeatureRegistry
- Add SubChunk::BlockLayer
- Add members to XoroshiroPositionalRandomFactory and IPositionalRandomFactory
- Add various tests related to world generation
Changed
- Refactor SharedPtr
- Create new pch file and fix some header include problem
- Update DataItemType enum to use uchar instead of byte
- Fix the omissions in Layer and added member variables to LakeFeature
- Refactor custom dimension
Fixed
- Fix the issue with IFeature vtable and the issue with StackResultStorageFeature::tryUnwrap
- Fix Dataitem alignment erro
- Update enum classes with explicit underlying types
- Fix FlatWorldGeneratorOptions
Full Changelog: v0.5.0...v0.5.1
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 1c4d63b005246e4b0867c5f301d382483507f0747d9ca11f04e556a9b134089c |
levilamina-debug-windows-x64.zip | 60ec9f2decbf0da9f21a2b7dc2f1450d9c3c27ff636ebb0f5be8801636a05581 |
v0.5.0
Added
- Add service and refactor plugin system
- Add lang dir to plugin
- Add hash function to InventorySource
- Complete the missing parameters for the LL_SIGNATURE_CALL macro
- Complete the size of ItemStackRequestActionHandler and the parameter names of ItemStackRequestActionHandler::_handleTransfer
- Add InventoryAction and NetworkItemStackDescriptor missed constructor
- Add members to FlowerFeature,FlatWorldGeneratorOptions
Changed
- Allow multiple implement of emitter
- Refactor print exception
- Refactor dynamic type list
- Refactor NonOwnerPointer
- Readd constructor in ScorePacketInfo
Fixed
- Fix plugin dir cache
- Fix ansi code page
- Remove BugFix
- Fix BinaryStream writeType
- Fix plugin name with dot
- Fix TypeList::index error
- Fix WorldGenerator vftable
New Contributors
Full Changelog: v0.4.2...v0.5.0
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 0bf0df52fe785b05e4cec0ae4bcc4f24a783afdc56c7b7ee405410d38cb006c8 |
levilamina-debug-windows-x64.zip | 10eaf4cf6a9814ddc33f5ea2fa10b3f58bba415fc0e61e4d00d019b28316b21f |
v0.4.2
Added
- lip install support in source repo.
Full Changelog: v0.4.1...v0.4.2
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 6dba097d848bdd7811e1993bae6951ec69f550655620e7e6874de1fac459038c |
levilamina-debug-windows-x64.zip | 4365b6e4dc107472175c814693f282bc7ea8236b27cc65906717affb29756339 |
v0.4.1
Added
- Stacktrace info struct
Changed
- Debug stacktrace
Fixed
- MC headers
- Msvc vftable bugs
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 0568014d25dd0c25460099111210a4375e3bfadad8f08c46035c08f21cc65b9b |
levilamina-debug-windows-x64.zip | 7ae8518c42d1bc2fa5284884f7fa0b7b976f26437c43543fd0482e4a770b5bff |
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Added
- Custom new dimension.
What's Changed
- Add Chinese documentation for installing on Docker by @ExquisiteCore in #1419
- feat: add member to Feature,StructureFeature,StructureStart by @Lovelylavender4 in #1421
- chore: add parameter name to OverworldBiomeBuilder _addUndergroundBiome and _addSurfaceBiome by @killcerr in #1423
- feat: add custom dimension manager by @quizhizhe in #1425
- docs: add the guide of manually installition by @harry-xi in #1424
New Contributors
- @ExquisiteCore made their first contribution in #1419
- @Lovelylavender4 made their first contribution in #1421
Full Changelog: v0.3.0...v0.4.0
File | SHA256 |
---|---|
levilamina-windows-x64.zip | 42cb92cd0205b9708e7cc900ba26f07857d005d88535483cc088e6a79d4a750b |
levilamina-debug-windows-x64.zip | 540d0a7cbc9073515e05a7c4183760e1cd5e23d5eac1c6e9b2fc0280c45ab9b2 |
v0.3.0
Changed
- Event subscription and unsubscription.
- Command registration.
Full Changelog: v0.2.2...v0.3.0