This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from LiteLDev/LeviLamina
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
58 changed files
with
1,986 additions
and
792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
## [LiteLoader Release Note] | ||
LiteLoaderBDS-2.1.3 update has been released, automatic update has been pushed | ||
This is a bug fix update, please update as soon as possible | ||
This is a bug fix update, fix several problems that may cause crash. Please update as soon as possible | ||
## [New features] | ||
- Added dynamic command registration interface (DynamicCommandAPI) | ||
- Added text encoding conversion interface (I18nAPI) | ||
- Added CompoundTag::toPrettySNBT beautification output interface | ||
- Provide support for NetworkNBT format | ||
- Provided annotation support for all json interfaces of scripting engine | ||
- Added the symbol cache switch for PrintCurrentStackTraceback | ||
- Added addons management and query commands | ||
- Upgraded the included LLMoney version | ||
## [Bug Fix] | ||
- The script engine fixes the problem that the database cannot be closed | ||
- Fix the problem that StructureTemplate class exists | ||
- Scripting engine fixes the problem of repeated loading of ll.require | ||
- Script engine fixes the problem that some object data is not updated after setNbt | ||
- Scripting engine fixes the problem of missing onLiquidFlow event dimension | ||
- Scripting engine fixes item.clone | ||
- Scripting engine provides binary interface for base64 conversion | ||
- Scripting engine adds engine validity check for multiple callbacks, improving stability | ||
- Fix some problems of SymDBHelper in SDK | ||
- Provide UTF8 conversion for most of the abnormal output to avoid the crash caused by local encoding in the output process. | ||
- Fix the problem of crash caused by inputting full-angle characters in the background. | ||
New dynamic command registration interface (DynamicCommandAPI) | ||
New text encoding conversion interface (I18nAPI) | ||
Added built-in OutputFilter regex output filtering function | ||
Added addons automatic installation, management and query commands | ||
Added CompoundTag::toPrettySNBT beautification output interface | ||
Provided support for NetworkNBT format | ||
Provide comment support for all json interfaces of scripting engine | ||
Added a symbol cache switch for PrintCurrentStackTraceback | ||
Upgraded the included LLMoney version | ||
## [Bug fixes] | ||
Repair the problem of incorrect content of some packet classes | ||
Repair the problems of StructureTemplate class. | ||
Repair the problem of error reporting in hot management command | ||
Add lock to Logger to solve the problem of probable collapse of service when multi-threaded output | ||
The script engine fixes the problem that the database cannot be closed. | ||
Scripting engine fixes the problem of repeated loading of ll.require | ||
Scripting engine fixes the problem that some object data is not updated after setNbt | ||
Scripting engine fixes missing onLiquidFlow event dimension | ||
Scripting engine fixes item.clone | ||
Scripting engine provides binary interface for base64 conversion | ||
Scripting engine fixes possible problems with TimeTask, adds security checks | ||
Scripting engine adds engine validity checks for multiple callbacks, improving stability | ||
Scripting engine fixes the problem that V8 output abnormal information triggers debugger and causes crash. | ||
Fix some problems of SymDBHelper in SDK. | ||
Provide UTF8 conversion for most of the output, to avoid the crash caused by local encoding | ||
Repair the problem of crashing caused by inputting full-angle characters in the background |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
|
||
enum class CommandFlagValue : unsigned short | ||
{ | ||
None = 0, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.