-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add templates and update StaticVanillaBlocks (#1116) * fix queryEntities (#1123) * feat: adapt to 1.19.70 (#1126) * adapt to 1.19.70 * refactor: replace some direct offset with dAccess * fix: fix missing tick address * fix: fix crash caused by autoGenerate * fix: fix crash caused by autoGenerate * fix: static vanilla blocks (#1127) * Add nodiscard and tryUnwrap (#1128) * add defines * add tryUnwrap * Update OwnerStorageEntity.hpp * Update WeakStorageEntity.hpp * update * add nodiscard * update * fix: sendTextPacket, sendRawFormPacket and so on * refactor: replace PacketId which is using int with MinecraftPacketIds * refactor: remove built-in packet filter * fix: fix crash #1130 * chore: fix actions sha_short * refactor: add repository link * fix: fix `OwnerStorageEntity::tryUnwrap` crash * chore: fix actions sha_short * fix: fix some packet api bugs * fix: fix `ItemActor::getItemStack` crash * refactor: update MinecraftPacketIds * feat: #1112 (#1118) Co-authored-by: WangYneos <[email protected]> Co-authored-by: ShrBox <[email protected]> * feat: Python support for LLSE (#1134) * Add python source code and update ScriptX * Add some adaption code for python * Fix ScriptX cmakelist * Finish general python plugin package loader * Some fix about package loader * Finish baselib loading * Finish pydebug * Add crowdin processor * Update langpack * Fix compile * Update ScriptX * Update ScriptX * Finish python runtime configurations * No need to create site-packages in python root dir * Fix binary assets and uncompress code * Update langpack * Fix LiteLoaderBDS-CUI (misunderstand before) * Fix a crash in ScriptX * Update ScriptX to fix crash * Fix pydebug * Update ScriptX * Update ScriptX * Fix py debug * Add product files auto-copy * Finish pip install support * Fix plugin load in py * Add missing python libs * Fix python module search path * Small fix to loader * Update docs * feat: complete Ref.hpp & EntityId (#1133) * feat: add tryGetComponent * feat: complete MojangStyle smart pointers * feat: complete EntityId * fix: tryGetComponent * feat: support signal-file plugin of Py * build: fix ci not uploading LLSE Python * refactor: rollback sendTextPacket & sendRawFormPacket because not working * fix: add plugin source dir to sys.path * fix: fix added sys.path * fix: add __file__ to py env * fix: rename ll.export/import to ll.exports/imports * fix: update ScriptX to fix custom class registered scope * feat: add some common functions (#1138) * feat: add Hopper::isEntity & getCountNoCheck * feat: add Color::lerp & mix * refactor: release_notes * feat: adapt to 1.19.72 (#1143) * update header * Revert "refactor: rollback sendTextPacket & sendRawFormPacket because not working" This reverts commit fba5c4d. * Update Player.hpp * fix: try fix NetworkPacket --------- Co-authored-by: ShrBox <[email protected]> Co-authored-by: OEOTYAN <[email protected]> * chore: fix github actions on Create pre-release * chore: correct release notes * fix: fix nodejs & python's loader * fix: fix #1144 * fix: fix some small bugs in loader logic of py * fix: update scriptx to fix a problem * fix: fix tick event of LLSE * feat: add SetCurrentThreadDescriptions to help debug * fix: update ScriptX to fix main interpreter problem * fix: fix ScriptEngine linking error * fix: update ScriptX to fix random crash * fix: try fix #1150 * chore: update RELEASE_NOTES * fix Entity functions (#1148) * fix: fix enum error (#1145) * fix enum error * fix a logical error --------- Co-authored-by: OEOTYAN <[email protected]> Co-authored-by: qingyu <[email protected]> Co-authored-by: ShrBox <[email protected]> Co-authored-by: ShrBox <[email protected]> Co-authored-by: Tsubasa6848 <[email protected]> Co-authored-by: WangYneos <[email protected]> Co-authored-by: student_2333 <[email protected]> Co-authored-by: starkc <[email protected]>
- Loading branch information
1 parent
5d477ba
commit ff4d534
Showing
4,690 changed files
with
148,147 additions
and
96,850 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,9 +1,9 @@ | ||
[submodule "assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI"] | ||
path = assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI | ||
url = https://github.com/OEOTYAN/LiteLoaderBDS-CUI.git | ||
[submodule "PermissionAPI"] | ||
path = PermissionAPI | ||
url = https://github.com/LiteLDev/PermissionAPI.git | ||
[submodule "ParticleAPI"] | ||
path = ParticleAPI | ||
url = https://github.com/LiteLDev/ParticleAPI.git | ||
[submodule "assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI"] | ||
path = assets/plugins/LiteLoader/ResourcePacks/LiteLoaderBDS-CUI | ||
url = https://github.com/OEOTYAN/LiteLoaderBDS-CUI.git |
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
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
Oops, something went wrong.