Rtch pushed to master at Rtch/bettola 2025-09-17 22:15:15 +00:00
8c701d39b7 [Add] Added detailmap for more detailed terrain.
Rtch pushed to master at Rtch/bettola 2025-09-17 19:34:56 +00:00
6186952313 Use fabsf() in _generate_chunk
Rtch pushed to master at Rtch/bettola 2025-09-17 19:29:05 +00:00
653a30f60c [Add] seemless chunk loading with increased view dist.
Rtch pushed to master at Rtch/bettola 2025-09-17 19:07:25 +00:00
107c6a7382 [Add] Dynamic world chunk loading.
5678b0f0c3 [Add] Fractal noise and random seed to world gen.
Compare 2 commits »
Rtch pushed to master at Rtch/bettola 2025-09-17 18:29:47 +00:00
5d045e2fa7 [Fix] Issue with gravity sucking half the player into the ground.
Rtch pushed to master at Rtch/bettola 2025-09-17 18:25:56 +00:00
c5a722b047 [Fix] Accidently removed rotation of local player.
Rtch pushed to master at Rtch/bettola 2025-09-17 18:21:48 +00:00
e35c4b5d61 [Fix] Visible lighting seems between chunks.
Rtch pushed to master at Rtch/bettola 2025-09-16 23:04:06 +00:00
fa7159587d [Add] Terrain lighting.
Rtch pushed to master at Rtch/bettola 2025-09-16 21:15:40 +00:00
744c41b8ce [Add] Terrain collision and gravity.
Rtch pushed to master at Rtch/bettola 2025-09-16 19:49:23 +00:00
7ba0b348bc [Add] Initial terrain generation.
Rtch pushed to master at Rtch/bettola 2025-09-16 18:11:10 +00:00
506356458a [Add] Noise Generation library. Credit: Jordan Peck.
Rtch pushed to master at Rtch/bettola 2025-09-16 18:00:17 +00:00
eb38a34c93 [Add] Camera modes, for first person/third person.
Rtch pushed to master at Rtch/bettola 2025-09-15 23:12:12 +00:00
ad2a540554 [Refactor] Unify client and server player classes.
Rtch pushed to master at Rtch/bettola 2025-09-15 20:29:01 +00:00
c083df9958 [Change] Implement 3D character controls/rotation.
Rtch pushed to master at Rtch/bettola 2025-09-15 18:41:41 +00:00
42ca31946b [Add] Design doc to .gitignore.
Rtch pushed to master at Rtch/bettola 2025-09-15 17:29:39 +00:00
6af39c4f82 [Fix] _world_up vector initialiser for z-coord.
Rtch pushed to master at Rtch/bettola 2025-09-14 21:18:07 +00:00
9bf8b277ff [Add] 3D orbit camera and refactor renderer.
Rtch pushed to master at Rtch/bettola 2025-09-14 20:27:17 +00:00
a6646820c5 [Add] Ground plane.
Rtch pushed to master at Rtch/bettola 2025-09-14 19:27:20 +00:00
e208f49674 [Add] Gone with 3D renderer instead. added z coord.
Rtch pushed to master at Rtch/bettola 2025-09-14 15:10:24 +00:00
9615c39e67 [Refac] Separate rendering, game and application.