|
7997a5faea
|
BVH implement with less generic parm
|
2022-03-18 12:37:33 +08:00 |
|
|
00de623cc2
|
AABB and Sphere Bounds with new BVH tree implement with go 1.18 generic
|
2022-03-18 11:10:55 +08:00 |
|
|
ed742efb97
|
Add Chinese comment
|
2022-03-14 20:39:23 +08:00 |
|
|
ae2622c4e0
|
Try fix Palette ReadFrom
|
2022-03-14 19:50:20 +08:00 |
|
|
712094e879
|
Find all AABBs the point within
|
2022-03-13 18:45:21 +08:00 |
|
|
c3a997f1c4
|
A BVH tree implement without rotations
|
2022-03-13 17:49:47 +08:00 |
|
|
1116d87fa0
|
Export the blocks data
|
2022-03-13 17:49:08 +08:00 |
|
|
cc1cd6874d
|
fix nbt test panic
|
2022-03-13 12:17:21 +08:00 |
|
|
2aace6b51a
|
bot can receive chunks now
|
2022-03-13 11:57:02 +08:00 |
|
|
d8695636b6
|
nbt lib handle TagByte as signed int8 now
|
2022-03-11 14:37:47 +08:00 |
|
|
57b117044f
|
Adjust format of blocks.go
|
2022-03-11 14:15:38 +08:00 |
|
|
a05f8e0a33
|
All block states' properties are parsed and all enums represented as byte
|
2022-03-11 14:02:21 +08:00 |
|
|
442993d3b1
|
Allow user-code create server.Player
|
2022-03-10 14:13:26 +08:00 |
|
|
7d197ebba4
|
delete wrong test
|
2022-03-10 12:40:55 +08:00 |
|
|
4a4be74a93
|
Merge pull request #152 from Tnze/blocks
[Update & Bug Fixes] Update to Minecraft 1.18.2
|
2022-03-10 12:38:47 +08:00 |
|
|
46b021e1ef
|
update to 1.18.2 & fix bug in snbt encoding
|
2022-03-10 12:29:03 +08:00 |
|
|
0bbd279dd1
|
frameworkServer works perfect now
|
2022-03-09 17:21:28 +08:00 |
|
|
aa8e611644
|
support block state & nbt improvement
|
2022-03-09 16:12:47 +08:00 |
|
|
86592931c6
|
blocks codegen
|
2022-03-09 10:47:46 +08:00 |
|
|
ec4eef2331
|
fix the chat.Message with empty Text and Extra message doesn't contain an empty "text" field after marshaled into json. close #151
|
2022-03-09 10:46:59 +08:00 |
|
|
cf25807f68
|
Support SRV records in net.Dial and bot.PingAndListContext
|
2022-03-06 00:28:46 +08:00 |
|
|
23bcf9149a
|
Clean imports
|
2022-02-20 19:23:41 +08:00 |
|
|
fee2e0c939
|
Add test for #148
|
2022-01-22 21:56:09 +08:00 |
|
|
e6c6684c25
|
fix #148
|
2022-01-22 21:39:40 +08:00 |
|
|
c724909cd7
|
fix #142
|
2022-01-04 23:24:28 +08:00 |
|
|
badf77d219
|
Move command component
|
2022-01-04 12:23:48 +08:00 |
|
|
be3a834696
|
Command parse compound
|
2022-01-03 15:57:54 +08:00 |
|
|
9433dd98de
|
Command parsers plan 3
|
2022-01-03 12:36:57 +08:00 |
|
|
57b5649f53
|
Command parsers plan 2
|
2022-01-02 16:08:05 +08:00 |
|
|
d6890360d1
|
Command parsers plan 1
|
2022-01-01 20:45:16 +08:00 |
|
|
9b1349a274
|
Send player join/left message
|
2021-12-28 17:00:49 +08:00 |
|
|
147778ef38
|
Merge pull request #140 from maxsupermanhd/gitignore-for-genmaps-example
|
2021-12-28 16:46:36 +08:00 |
|
|
2956edc8f3
|
Make binary and pngs ignored
|
2021-12-28 10:51:51 +03:00 |
|
|
a33937625e
|
Fix bugs to load chunks
|
2021-12-27 20:48:30 +08:00 |
|
|
e507d82b83
|
Set the default setting of AllowListing to true
|
2021-12-27 15:07:05 +08:00 |
|
|
a11f6410bb
|
Fix chat tests
|
2021-12-27 11:29:27 +08:00 |
|
|
a83698af97
|
Bug fixes in /server
|
2021-12-27 00:30:42 +08:00 |
|
|
d8f5f03524
|
Change chat.Message Append API
|
2021-12-27 00:27:49 +08:00 |
|
|
e457d29f28
|
Fix bugs in /mca
|
2021-12-27 00:26:30 +08:00 |
|
|
7702bc10df
|
Merge pull request #138 from comblock/master
|
2021-12-26 12:19:25 +08:00 |
|
|
ebf3609b4a
|
updated biome IDs
|
2021-12-25 13:47:55 +01:00 |
|
|
c8d952066c
|
Fix bugs in KeepAlive
|
2021-12-24 23:38:31 +08:00 |
|
|
1742fde1ff
|
kick players when keepalive timeout
|
2021-12-24 20:40:24 +08:00 |
|
|
494a52320d
|
Optimize PacketHandler performance
|
2021-12-24 15:40:39 +08:00 |
|
|
dccbf7ce46
|
Unify all components
|
2021-12-24 11:45:50 +08:00 |
|
|
322188d254
|
GlobalChat component
|
2021-12-24 02:01:23 +08:00 |
|
|
51cbe4c648
|
Optimize KeepAlive performance
|
2021-12-24 02:00:11 +08:00 |
|
|
0fc4453bf6
|
KeepAlive error handling
|
2021-12-23 01:26:55 +08:00 |
|
|
260fc64701
|
KeepAlive component adjust
|
2021-12-22 21:58:31 +08:00 |
|
|
936eda5778
|
KeepAlive component for /server (linked-list)
|
2021-12-22 15:22:51 +08:00 |
|