Commit Graph

92 Commits

Author SHA1 Message Date
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
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
2aace6b51a bot can receive chunks now 2022-03-13 11:57:02 +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
46b021e1ef update to 1.18.2 & fix bug in snbt encoding 2022-03-10 12:29:03 +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
a83698af97 Bug fixes in /server 2021-12-27 00:30:42 +08: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
2422e62d17 KeepAlive component for /server (no test) 2021-12-22 11:22:11 +08:00
5acd7f73c5 simple conversion between save.Chunk and level.Chunk 2021-12-20 15:32:44 +08:00
5bc8513039 convert between save.Chunk and level.Chunk 2021-12-20 01:50:31 +08:00
8eaae6a202 update /save 2021-12-20 00:55:41 +08:00
1bce379779 fix bugs in PaletteContainer 2021-12-19 19:41:24 +08:00
a4c4ffd6be PaletteContainer 2021-12-19 13:37:45 +08:00
10c3b8771e SingleValuePalette 2021-12-19 09:56:52 +08:00
70b0fbf1b7 Palette support 1 2021-12-17 18:45:06 +08:00
32a33b4d4e Adjust table in /server document 2021-12-16 17:30:58 +08:00
1aebedb5b0 Add documents for /server 2021-12-15 15:07:39 +08:00
f7bdf676cc Split the function of PlayerList and PingInfo 2021-12-15 12:24:30 +08:00
ef1fabe9c5 Update packetid.go 2021-12-10 19:53:42 +08:00
0cc5695aa3 Update packetid name 2021-12-09 20:24:39 +08:00
1c2332d678 Provide official ListPingHandler implementation 2021-12-08 13:18:24 +08:00
4d0f7e7a7e fix golint 2021-12-08 11:01:56 +08:00
bcae505a59 1.18 update for bot/server 2021-12-03 11:58:28 +08:00
ab63acbd7e New server framework, an example, and compressed packet fixed. 2021-11-27 15:25:55 +08:00