1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
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
2a0d465ad7 handle column blocks more consistently 2025-08-21 13:32:40 +03:00
p2r3
b6b091f600 handle breaking columns of blocks 2025-08-21 00:41:20 +03:00
p2r3
e60b5a44f9 send biome data to clients 2025-08-20 23:11:07 +03:00
p2r3
8936eb32db make esp task yielding more consistent and reduce overhead 2025-08-20 15:21:02 +03:00
p2r3
023b866529 ensure all bytes are sent on non-blocking socket 2025-08-20 05:08:57 +03:00
p2r3
48b6c7cfb4 fix compatibility with esp-idf 2025-08-20 04:55:28 +03:00
p2r3
19c49f8d54 fix wrong angle order in spawn entity packet 2025-08-20 04:32:55 +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
bf8c7e8185 address compiler warnings 2025-08-17 03:04:16 +03:00
p2r3
bcca0c5abf send basic skylight data 2025-08-17 02:18:10 +03:00
p2r3
982d260a92 implement furnaces and fix crafting 2025-08-17 01:06:35 +03:00
p2r3
7a3e2b5fa2 overhaul worldgen 2025-08-16 16:15:33 +03:00
p2r3
d36416cd2b limit world depth to y>0 2025-08-14 14:44:48 +03:00
p2r3
74c556af86 precalculate networked block palette buffer 2025-08-14 08:13:33 +03:00
p2r3
106e3e9ba2 fix network overhead in worldgen 2025-08-14 06:49:48 +03:00
p2r3
1d76a0d96e improve compatibility with espidf 2025-08-14 05:08:08 +03:00
p2r3
2ab196e5f0 implement block mining conditions 2025-08-13 20:57:58 +03:00
p2r3
94b3682f0a reduce size of registry data 2025-08-13 19:47:55 +03:00
p2r3
62d46bb8d6 add daylight cycle and flight 2025-08-13 18:54:20 +03:00
p2r3
e2267b15df precompute tag data along with registries 2025-08-13 18:28:08 +03:00
p2r3
5769a8552b automate registry data extraction 2025-08-13 16:03:19 +03:00
p2r3
36836fa33f remove namespace from registry data 2025-08-13 01:06:47 +03:00
p2r3
9828044bdd patch fluid and pickaxe tags 2025-08-13 00:59:37 +03:00
p2r3
b9e2759786 improve item-to-block mapping 2025-08-12 22:29:36 +03:00
p2r3
de2228390e implement crafting tables (crudely) 2025-08-12 18:22:37 +03:00
p2r3
1fc0f75ed7 implement basic crafting 2025-08-12 17:08:17 +03:00
p2r3
478173d616 refactor to use struct instead of byte buffer 2025-08-12 12:48:28 +03:00
p2r3
ae4290e73e drop apples and sticks from leaves 2025-08-12 04:52:45 +03:00
p2r3
85ed094674 extend item ids to 16 bits 2025-08-12 04:43:59 +03:00
p2r3
d933ec77ac sync hotbar slot on login 2025-08-12 04:04:41 +03:00
p2r3
269e8346eb initial code dump 2025-08-12 03:51:57 +03:00