Commit graph

99 commits

Author SHA1 Message Date
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
xtreme8000
9aeddce9d6 Improve texture management 2023-07-06 12:59:04 +02:00
xtreme8000
8304df7ecb WIP: configurable input mapping 2023-07-05 23:01:59 +02:00
xtreme8000
511e695e49 Prevent exit-crash 2023-05-13 21:24:26 +02:00
xtreme8000
ddf6827254 Block break animation and delay 2023-05-13 19:41:42 +02:00
xtreme8000
49bb8763c7 Add block placement logic 2023-05-03 00:01:32 +02:00
xtreme8000
a564539e6d Add M*LIB to build deps 2023-04-22 20:11:55 +02:00
xtreme8000
6e805a8546 Increase heading size 2023-04-22 19:35:46 +02:00
xtreme8000
ca0b7003ae Add README 2023-04-22 19:33:55 +02:00
xtreme8000
685d904bb4 Add default assets 2023-04-21 18:34:03 +02:00
xtreme8000
ca295db3c7 Automatic texture atlas generation from terrain.png
cannot use terrain.png directly due to texture bleeding
2023-04-21 18:30:46 +02:00
xtreme8000
c9719c5077 Move platform/graphics/ to graphics/ 2023-04-14 19:32:51 +02:00
xtreme8000
c3b8251b4c TV 4:3 aspect ratio support 2023-04-14 17:40:35 +02:00
xtreme8000
5bbab2751d Colored text drawing 2023-04-14 16:16:30 +02:00
xtreme8000
0791d575da Hotbar change: block swing animation 2023-04-14 16:13:49 +02:00
xtreme8000
1c2b099b4f Fix: lit redstone ore 2023-04-02 19:51:12 +02:00
xtreme8000
6328ae8a6f Remove obsolete block functions 2023-03-27 19:54:06 +02:00
xtreme8000
656d9a9826 Right click animation only for blocks 2023-03-27 19:11:09 +02:00
xtreme8000
e598af4d0e Prevent building above/below world height 2023-03-27 19:08:34 +02:00
xtreme8000
fc30334a4d WIP: pc port 2023-03-27 18:58:52 +02:00
xtreme8000
7be3341cb9 Fix lighting of neighbour chunks not saved to disk 2023-02-13 20:57:33 +01:00
xtreme8000
3bc13b932d Finalize release v0.2.0 2023-02-11 18:03:15 +01:00
xtreme8000
1c0d823c7d Items: add diamond and gold tools 2023-02-11 17:57:04 +01:00
xtreme8000
aa8894b0f5 Bug fix: read dimension from level.dat correctly
whoops
2023-02-11 17:50:55 +01:00
xtreme8000
d7a46ed965 World save: preserve position and rotation 2023-02-11 17:18:11 +01:00
xtreme8000
56780d9cee Impl. block lighting update on server side 2023-02-11 16:19:09 +01:00
xtreme8000
c26461f455 Fix wrong string printf usage 2023-02-08 01:53:38 +01:00