Commit graph

125 commits

Author SHA1 Message Date
xtreme8000
08e17c8096 Add sapling tree growth 2023-12-08 19:24:55 +01:00
xtreme8000
95953847d7 Allow mirrored crafting recipe 2023-12-08 18:26:15 +01:00
xtreme8000
12c734fb7e Push player slightly if stuck in ground due to float inaccuracy 2023-12-08 18:06:44 +01:00
xtreme8000
337c729eb6 Add nearly all crafting recipes 2023-12-07 23:12:37 +01:00
xtreme8000
8b04631a6f Fix crafting bug if picked item wrong type/full stack 2023-12-07 23:11:03 +01:00
xtreme8000
041a2e14a0 Fix furnace rotation on place 2023-12-07 18:31:48 +01:00
xtreme8000
94b8ae1cb3 Add a lot of items 2023-12-07 18:24:41 +01:00
xtreme8000
99a280a7b1 Trigger crafting screen on workbench right-click 2023-12-06 22:27:15 +01:00
xtreme8000
bfe190ed67 Add workbench crafting screen 2023-12-06 22:02:58 +01:00
xtreme8000
3fa7ea3938 Prevent camera rotation in inventory 2023-12-02 23:37:18 +01:00
xtreme8000
c44212221c Fix empty inventory render bug
+ missing help text
2023-12-02 23:06:35 +01:00
xtreme8000
b996696b86 Add randomness to thrown items 2023-12-01 18:02:15 +01:00
xtreme8000
beee78a084 Local server inventory logic (4x4 crafting)
not the prettiest solution, but it works for now
2023-12-01 17:58:15 +01:00
xtreme8000
1064b5e173 Add a few more items 2023-11-22 21:51:22 +01:00
xtreme8000
b080997cbc Limit random block tick distance
close #24
2023-11-22 21:48:44 +01:00
xtreme8000
f42b906596 Limit particle render distance 2023-11-22 10:57:50 +01:00
xtreme8000
b6583313b3 Show debug info only in debug builds 2023-11-21 00:10:53 +01:00
xtreme8000
473cdb9229 Random tick: reed growth 2023-11-20 23:58:39 +01:00
xtreme8000
2c4c15c20f Add simple underwater overlay texture 2023-11-20 23:52:05 +01:00
xtreme8000
4524bc5a9c Protocol: block dig add side field 2023-11-20 23:16:39 +01:00
xtreme8000
0ae9251696 Save world time 2023-11-20 20:05:48 +01:00
xtreme8000
fab3b9a343 Fix falling too fast with block above player 2023-11-20 19:53:47 +01:00
xtreme8000
2c3c59703a Random tick: cacti growth 2023-11-20 19:01:14 +01:00
xtreme8000
00f409871f Block random ticks (grass, leaves) 2023-11-20 18:59:53 +01:00
xtreme8000
e2186549f5 Drop correct item(s) for blocks 2023-11-13 23:19:11 +01:00
xtreme8000
8c580fac62 Item entity: render correct amount 2023-11-13 23:09:51 +01:00
xtreme8000
5f4db4fb41 Inventory: drop picked item on close 2023-11-13 00:05:36 +01:00
xtreme8000
c85dc289fc Inventory: place one item on right click 2023-11-08 21:10:47 +01:00
xtreme8000
8db63a1c78 Allow more than one block AABB (for stairs) 2023-11-08 10:20:57 +01:00
xtreme8000
40b0ebed19 Add player physics and item entities 2023-10-27 23:08:52 +02:00
xtreme8000
7336dacd05 Move camera near plane closer to avoid clipping 2023-10-13 23:19:42 +02:00
xtreme8000
b9d7cb7fe2 Add particles for block breaking/hits 2023-10-13 23:12:20 +02:00
xtreme8000
448c96d812 Emulated button input from joysticks 2023-10-12 16:55:06 +02:00
xtreme8000
73a4dae4e2 Read font glyph width from texture 2023-10-09 16:31:38 +02:00
xtreme8000
603ff814c2 Texture: convert color with min error 2023-10-09 16:29:09 +02:00
xtreme8000
fbb14af439 Fix player model arm pivot 2023-09-28 16:24:40 +02:00
xtreme8000
33efe37e40 Inventory: add 3D player model 2023-09-26 18:46:18 +02:00
xtreme8000
5038f3933e Load sun/moon texture from respective file 2023-09-24 16:02:57 +02:00
xtreme8000
5326e083ad Wii: increase line width 2023-09-24 15:50:50 +02:00
xtreme8000
0da0139fce Screenshot feature 2023-09-24 15:48:47 +02:00
xtreme8000
0ab2fe2a0f Disable deflicker filter 2023-09-24 00:09:27 +02:00
xtreme8000
7c1b7a6ab7 Add 3D clouds 2023-09-23 13:13:26 +02:00
xtreme8000
8b92af9962 Fix: chunks no longer disappear if camera above world height 2023-08-28 15:09:21 +02:00
xtreme8000
d57bee68cc Add missing pointer texture 2023-08-26 14:23:28 +02:00
xtreme8000
6a4007da55
Update wii/gfx.c
close #10
2023-08-10 13:39:52 +02:00
xtreme8000
4c9b62353d Inventory texture 2023-08-08 11:22:48 +02:00
xtreme8000
37e335b98f Add player inventory
synced between client and local server similar to network protocol
2023-08-08 11:15:37 +02:00
xtreme8000
1040c91105 Remove reference to inventory in ingame screen
(still in testing phase)
2023-07-22 00:48:18 +02:00
xtreme8000
24851a36c2 Add doc about input config mapping 2023-07-09 14:45:47 +02:00
xtreme8000
9b691b5a90 Show correct button for input help 2023-07-09 14:27:47 +02:00