ChuXuan_windy
  • Joined on 2024-01-07
ChuXuan_windy pushed to main at mc/block2vec 2024-10-13 19:56:15 +08:00
59454de02b Implement basic train pipeline
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-10-07 20:50:51 +08:00
14aa6f798a Add README.md
eec6d24094 append python module search path in "__init__.py" of the module
258858810c Add "pyproject.toml" and "setup.py" to package
cdd2eef633 Stop copy target shared object to binary root directory
51d95d9713 Add detection to prevent project build with invalid gcc version
Compare 10 commits »
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-09-21 17:39:25 +08:00
714229d9d0 Fix: one chunk has only 24 section, not 25
c2cc79283f Change pointer type from shared to unique in class 'Chunk'
71b2888959 Improve logic for calculating 'Y' value in 'World::get_block'
87ea93d23c Implement class 'World' to C++ version
6a5aa2965b Fix: logic error in reading blocks from Section
Compare 7 commits »
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-09-19 01:07:53 +08:00
4d10e51c67 Basic implement of multi-thread version
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-09-14 00:00:09 +08:00
2a9dc5bb5c Basic single-thread implement to parse region file
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-09-04 22:30:39 +08:00
1d9aff073a Prevent empty chunk in region interrupt 'iter_all_blocks' function
b154b38bcd Use typle instead if lil_matrix as index to boost mapping speed
51e8f33160 Fix: due to incorrect conditions, Region cannot clean its cache
4e89248dfa Expose api to get region from 'World'
9ebf11ed80 anvil.py: prevent duplicate parsing for region file
Compare 7 commits »
ChuXuan_windy pushed to main at mc/block2vec 2024-08-26 02:21:09 +08:00
be4299e870 Upload initial block vocabulary, export from 1.21.1
ChuXuan_windy pushed to master at mc/csol 2024-08-26 02:06:39 +08:00
ec2987fd68 Update server core to paper 1.21.1
5166c46548 Update README.md
62eee8c039 Update basic README.md
Compare 3 commits »
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-08-25 01:05:05 +08:00
103ea67d27 Add functionality to filter block on iteration
ChuXuan_windy created branch master in mc/mcWorldReader 2024-08-25 00:01:13 +08:00
ChuXuan_windy pushed to master at mc/mcWorldReader 2024-08-25 00:01:13 +08:00
817c59a8e1 Add functionality to skip section that contain only one block to improve parsing speed
c1c8884d43 Add functionality to skip section that contain only one block to improve parsing speed
8ad9642a13 Added functionality to iterate over all blocks in the World class
8d70cd6b5e Delay parsing to save memory at the cost of a slight performance trade-off.
55fae7005a Add class 'World' to parse region file in saves
ChuXuan_windy created repository mc/mcWorldReader 2024-08-24 23:59:55 +08:00
ChuXuan_windy pushed to master at mc/csol 2024-07-23 00:48:37 +08:00
baa5f5fd92 Fix: player health bar lost
165d4ffaff Add 'ca' command to dump or reset player state infomation
Compare 2 commits »
ChuXuan_windy pushed to master at mc/csol 2024-07-22 08:56:27 +08:00
d22a12735b Use soft-coded replacement instend of hard-coded indexing replace
fb33693e43 refactor: change mapper key from Player to UUID to improve stability
838d47105d PlayerBus.java: add a new function to entirely reset player state
ab5f97b8b8 PlayerBus: add api to replace specific item in player inventory
057809bc10 refactor playerItemDisplay manager to make it more stable
Compare 8 commits »
ChuXuan_windy pushed to master at mc/csol 2024-07-21 01:52:05 +08:00
eed38f2f62 Ignore dot-files in .gitignore
ChuXuan_windy pushed to master at mc/csol 2024-07-17 10:07:55 +08:00
d1f26e5acf Ignore dot-files in .gitignore
1ad513967a Add sword model for common role
22461d4a0e Fix: armor stand will also send ServerEntityEquipmentPacket
Compare 3 commits »
ChuXuan_windy created branch main in mc/block2vec 2024-07-08 02:27:29 +08:00
ChuXuan_windy pushed to main at mc/block2vec 2024-07-08 02:27:29 +08:00
d5038d3ef3 Init
ChuXuan_windy created repository mc/block2vec 2024-07-03 23:52:20 +08:00
ChuXuan_windy created branch vqvae in mc/WindyTree 2024-06-25 23:07:29 +08:00