Chris Bell chrisbell
  • Joined on 2024-09-28
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-02 14:52:07 -05:00
2d79747a82 Tweaked terrain values for bigger biomes and more tile variation
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-02 14:33:50 -05:00
bd2130dfa0 Fixed a lot of bad math causing issues in negative chunks
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-02 00:10:27 -05:00
cc339b9389 fewer deserts
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-01 23:53:06 -05: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 16:20:21 -05:00
8c0601c7aa Basic proc gen with hash noise
chrisbell pushed to develop at chrisbell/odin-raylib-game 2025-03-01 13:56:19 -05:00
chrisbell created branch develop in chrisbell/odin-raylib-game 2025-03-01 13:56:19 -05:00
chrisbell deleted branch chunking from chrisbell/odin-raylib-game 2025-03-01 13:55:10 -05:00
chrisbell pushed to procgen at chrisbell/odin-raylib-game 2025-03-01 13:54:45 -05:00
chrisbell created branch procgen in chrisbell/odin-raylib-game 2025-03-01 13:54:44 -05:00
chrisbell deleted branch interaction from chrisbell/odin-raylib-game 2025-03-01 13:52:59 -05:00
chrisbell pushed to master at chrisbell/odin-raylib-game 2025-03-01 13:52:54 -05: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 13:52:53 -05:00
Handling interactions
chrisbell created pull request chrisbell/odin-raylib-game#2 2025-03-01 13:52:49 -05:00
Handling interactions
chrisbell created branch interaction in chrisbell/odin-raylib-game 2025-03-01 13:46:21 -05:00
chrisbell pushed to interaction at chrisbell/odin-raylib-game 2025-03-01 13:46:21 -05:00
22f50d04e7 Handling interactions
chrisbell pushed to master at chrisbell/odin-raylib-game 2025-02-28 09:40:38 -05: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 09:40:37 -05:00
Chunking system, save/load chunks
chrisbell created pull request chrisbell/odin-raylib-game#1 2025-02-28 09:40:09 -05:00
Chunking system, save/load chunks
chrisbell pushed to chunking at chrisbell/odin-raylib-game 2025-02-28 09:37:31 -05:00
0d25cbb38a Prepping for merge