Commit Graph

55 Commits

Author SHA1 Message Date
p2r3
3151f0b6f2 add a way to restore world data over the network 2025-08-31 01:56:47 +03:00
p2r3
f3fbde3134 terminate connections on long network timeouts 2025-08-31 00:01:35 +03:00
p2r3
7d390ed899 add a way to dump world data over the network 2025-08-30 22:36:49 +03:00
p2r3
5e4462a3bc broadcast disconnecting players 2025-08-30 00:14:47 +03:00
p2r3
6886dd59ce use negative mob entity ids to avoid conflicts 2025-08-29 23:58:47 +03:00
p2r3
ba68f435b7 make flowing water break falls 2025-08-29 23:38:45 +03:00
p2r3
849adf0568 handle player loading flag more cautiously 2025-08-29 23:33:25 +03:00
p2r3
ecaa62da69 explicitly handle running out of block changes 2025-08-29 15:57:38 +03:00
p2r3
99a09dc59f debloat includes 2025-08-29 06:21:11 +03:00
p2r3
728d49f7b6 implement syncing world to file on disk 2025-08-29 02:49:41 +03:00
p2r3
e4267e7edf fix storing wrong integer player position at negative coordinates 2025-08-29 00:29:47 +03:00
p2r3
22d8bfc377 time chunk generation more accurately 2025-08-28 13:41:35 +03:00
p2r3
975e5bb6cd burn zombies during the day 2025-08-28 02:48:46 +03:00
p2r3
5c3ec29948 spawn only hostile mobs in caves 2025-08-28 02:33:31 +03:00
p2r3
fc327299b4 don't send gameplay packets to clients who haven't loaded in 2025-08-28 02:27:04 +03:00
p2r3
f5119d0b70 improve hunger mechanics 2025-08-27 17:03:55 +03:00
p2r3
b7234ab31e explicitly handle running out of player slots 2025-08-27 15:31:09 +03:00
p2r3
b46f5927a2 handle server list ping 2025-08-27 14:50:17 +03:00
p2r3
aa1334db9e make event timing independent of tickrate 2025-08-26 16:07:43 +03:00
p2r3
84fda79901 implement hunger system 2025-08-26 02:29:00 +03:00
p2r3
97beada80c adjust mob health 2025-08-24 22:51:27 +03:00
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