|
941fa0297c
|
Merge branch 'master' of https://github.com/Tnze/go-mc
|
2022-12-06 22:39:45 +08:00 |
|
|
adfeb4c0cf
|
fix KeepAlive pushPlayer method receiver
|
2022-12-06 22:39:27 +08:00 |
|
|
ea76e5a713
|
pk.Option improvement
|
2022-12-06 11:52:34 +08:00 |
|
|
55bf5eddbb
|
Add pk.Option API
|
2022-12-06 02:14:38 +08:00 |
|
|
b56943122e
|
add channel impl PacketQueue
|
2022-12-05 13:31:42 +08:00 |
|
|
089d12e36b
|
fix LoginFailErr handling error
|
2022-12-04 13:27:46 +08:00 |
|
|
a1870dd2ff
|
don't accept the player in offline mode
|
2022-12-03 18:45:57 +08:00 |
|
|
fde8193afd
|
check sign from client
|
2022-12-03 14:59:24 +08:00 |
|
|
3750dff99d
|
Support Graceful Shutdown for server framework
|
2022-11-29 14:37:56 +08:00 |
|
|
fad92fe364
|
format repo with "gofumpt" tool
|
2022-11-26 20:37:57 +08:00 |
|
|
822d76a4b1
|
update server package doc
|
2022-11-25 13:29:14 +08:00 |
|
|
bface07e42
|
fix code format
|
2022-11-24 10:04:55 +08:00 |
|
|
740d14e7c6
|
update 1.19.2 server
|
2022-11-24 00:46:43 +08:00 |
|
|
43c7b485c4
|
add generator tag
|
2022-11-23 01:25:50 +08:00 |
|
|
64667826d0
|
go fmt
|
2022-11-16 23:32:33 +08:00 |
|
|
358c0a7562
|
Add links to go-mc/server
|
2022-08-29 21:27:55 +08:00 |
|
|
2d6dd8c408
|
MojangLoginHandler no longer panic when offline player login to online server
|
2022-06-27 00:41:59 +08:00 |
|
|
d829c47731
|
PlayerList in game
|
2022-06-23 13:13:38 +08:00 |
|
|
0c804fdd41
|
Fix command compound
|
2022-06-21 18:07:41 +08:00 |
|
|
c0a7feb28c
|
1.19 client can display the chunks from server now
|
2022-06-21 17:44:15 +08:00 |
|
|
59caded2ef
|
adjust PlayerList and KeepAlive in go-mc/server
|
2022-06-21 01:12:55 +08:00 |
|
|
d94993f34f
|
better nbt error message & dimensioncodec decoder
|
2022-06-19 23:05:10 +08:00 |
|
|
30479d6ea5
|
1.19 auth support (server side)
|
2022-06-19 17:46:55 +08:00 |
|
|
e405acaa02
|
The prototype of chunk loading system, multi-thread needs additional attention
|
2022-06-18 18:11:00 +08:00 |
|
|
7c80f1e7c0
|
delete ecs system
|
2022-06-16 15:46:30 +08:00 |
|
|
33f604aa93
|
Components now knows why client exist
|
2022-05-28 13:48:19 +08:00 |
|
|
02dd436014
|
fix bitset bugs
|
2022-05-28 01:48:36 +08:00 |
|
|
29ce03be31
|
a flat bitset
|
2022-05-28 01:39:33 +08:00 |
|
|
61f9625297
|
fix data race
|
2022-05-27 10:37:10 +08:00 |
|
|
691e507fcf
|
load dimension example
|
2022-05-27 00:59:18 +08:00 |
|
|
474d6a229b
|
player and dimension loader with ecs system
|
2022-05-27 00:38:46 +08:00 |
|
|
d2f7db9d0d
|
simple ecs system
|
2022-05-23 10:04:01 +08:00 |
|
|
a5dd70d1ea
|
dim manager test 2
|
2022-05-22 14:46:07 +08:00 |
|
|
562836ac5e
|
dim manager test 1
|
2022-05-22 09:58:41 +08:00 |
|
|
4c2510565d
|
pk.Ary and pk.Array using generic now
|
2022-03-20 01:17:25 +08:00 |
|
|
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 |
|