Commit Graph

34 Commits

Author SHA1 Message Date
p2r3
da2e99bd08 fix mobs failing to find a valid spawn position 2025-08-23 14:42:52 +03:00
p2r3
ee69d3ab9b support placing blocks on containers while sneaking 2025-08-23 04:24:06 +03:00
p2r3
34a41b0ff7 prevent potential fall damage death from slow chunk loading 2025-08-23 02:31:11 +03:00
p2r3
bbbf137388 prevent players from leaving world boundaries 2025-08-23 02:30:05 +03:00
p2r3
b020cec224 fix mobs spawning at bad Y coordinate 2025-08-23 02:13:51 +03:00
p2r3
4a90979e2f improve packet error logging and handling 2025-08-23 01:50:14 +03:00
p2r3
313c31bf7d fix player movement not being broadcast sometimes 2025-08-23 00:57:48 +03:00
p2r3
e311b0cbe4 implement mob combat 2025-08-22 17:41:29 +03:00
p2r3
f366e7fdc6 add more mob types 2025-08-22 15:33:42 +03:00
p2r3
4da773b943 refactor game-specific tools into separate file 2025-08-22 14:00:38 +03:00
p2r3
6fc5d07699 support common miscellaneous packets 2025-08-22 13:41:19 +03:00
p2r3
ca9edce43a implement basic support for mobs 2025-08-22 02:29:59 +03:00
p2r3
05862bf62a implement chat messages 2025-08-21 17:45:39 +03:00
p2r3
33c564e0fc add player join messages 2025-08-21 17:03:26 +03:00
p2r3
70c1fb0e7a implement respawning 2025-08-21 16:37:37 +03:00
p2r3
05f17399f5 implement fall damage 2025-08-21 15:07:49 +03:00
p2r3
afb3680c24 fix byte order in seed debug print 2025-08-21 03:06:28 +03:00
p2r3
ea8be085e8 use VIEW_DISTANCE to determine sent chunk volume 2025-08-21 01:36:17 +03:00
p2r3
2d2c92d1ee fix esp-idf compilation error 2025-08-21 01:02:02 +03:00
p2r3
6e5791a2d0 hash seeds before use 2025-08-20 23:39:51 +03:00
p2r3
77ea84f6d8 fix missing argument in function call 2025-08-20 23:10:51 +03:00
p2r3
08efb0b674 fix out of bounds array access 2025-08-20 18:59:40 +03:00
p2r3
8936eb32db make esp task yielding more consistent and reduce overhead 2025-08-20 15:21:02 +03:00
p2r3
a2b0796988 pet the dog more often during login 2025-08-20 06:37:28 +03:00
p2r3
a89043394c spend less time petting dogs 2025-08-20 06:10:04 +03:00
p2r3
66ab597ad0 add player entities 2025-08-20 04:30:29 +03:00
p2r3
20f9856b47 support multiple simultaneous connections 2025-08-18 03:01:41 +03:00
p2r3
1be62beca8 better sync client/server block state 2025-08-18 01:25:28 +03:00
p2r3
d27b085ae5 return items to inventory when closing crafting window 2025-08-17 19:24:31 +03:00
p2r3
d66175d91f optimize chunk transmission 2025-08-17 17:28:42 +03:00
p2r3
c2f04f2b0c add missing esp-idf dependency 2025-08-17 03:46:07 +03:00
p2r3
4cbb7f8d43 fix esp-idf compilation issue 2025-08-17 03:07:11 +03:00
p2r3
bf8c7e8185 address compiler warnings 2025-08-17 03:04:16 +03:00
p2r3
ecad0d7a50 improve player spawning and esp-idf compatibility 2025-08-17 02:58:25 +03:00