Chris Bell chrisbell
  • Joined on 2024-09-28
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-02 04:53:06 +00:00
2be653504a I may have used ai for some of the proc gen..
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-01 21:20:21 +00:00
8c0601c7aa Basic proc gen with hash noise
chrisbell pushed to develop at chrisbell/odin-raylib-game 2025-03-01 18:56:19 +00:00
chrisbell created branch develop in chrisbell/odin-raylib-game 2025-03-01 18:56:19 +00:00
chrisbell deleted branch chunking from chrisbell/odin-raylib-game 2025-03-01 18:55:10 +00:00
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-01 18:54:45 +00:00
chrisbell created branch procgen in chrisbell/odin-raylib-game 2025-03-01 18:54:44 +00:00
chrisbell deleted branch interaction from chrisbell/odin-raylib-game 2025-03-01 18:52:59 +00:00
chrisbell pushed to master at chrisbell/odin-raylib-game 2025-03-01 18:52:54 +00:00
bdf4f7a7b6 Merge pull request 'Handling interactions' (#2) from interaction into master
22f50d04e7 Handling interactions
Compare 2 commits »
chrisbell merged pull request chrisbell/odin-raylib-game#2 2025-03-01 18:52:53 +00:00
Handling interactions
chrisbell created pull request chrisbell/odin-raylib-game#2 2025-03-01 18:52:49 +00:00
Handling interactions
chrisbell pushed to interaction at chrisbell/odin-raylib-game 2025-03-01 18:46:21 +00:00
22f50d04e7 Handling interactions
chrisbell created branch interaction in chrisbell/odin-raylib-game 2025-03-01 18:46:21 +00:00
chrisbell pushed to master at chrisbell/odin-raylib-game 2025-02-28 14:40:38 +00:00
f29fad7168 Merge pull request 'Chunking system, save/load chunks' (#1) from chunking into master
0d25cbb38a Prepping for merge
07768ddf9b Removing some log statements
5135ec1868 Dynamically load/unload chunks around player
f9ea78d62e Cleanup
Compare 9 commits »
chrisbell merged pull request chrisbell/odin-raylib-game#1 2025-02-28 14:40:37 +00:00
Chunking system, save/load chunks
chrisbell created pull request chrisbell/odin-raylib-game#1 2025-02-28 14:40:09 +00:00
Chunking system, save/load chunks
chrisbell pushed to chunking at chrisbell/odin-raylib-game 2025-02-28 14:37:31 +00:00
0d25cbb38a Prepping for merge
chrisbell pushed to chunking at chrisbell/odin-raylib-game 2025-02-28 05:09:49 +00:00
07768ddf9b Removing some log statements
chrisbell pushed to chunking at chrisbell/odin-raylib-game 2025-02-28 01:07:30 +00:00
5135ec1868 Dynamically load/unload chunks around player
chrisbell pushed to chunking at chrisbell/odin-raylib-game 2025-02-27 19:51:18 +00:00
f9ea78d62e Cleanup