Commit Graph

955 Commits

Author SHA1 Message Date
austin
4d6db78059 ClientDrawCellManager optimizations
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-10 14:51:29 -05:00
austin
221bcd70a7 fix cache bug + foliage setting
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-09 20:51:27 -05:00
austin
cc60818e35 js chunkgen + fixes + scriptengine work
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-09 20:04:44 -05:00
austin
86e61b7a0e Convert volumetric + shadow pass to entity tags
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-08 18:38:40 -05:00
austin
a9c74e8d50 fixes to foliage rendering
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-08 17:54:48 -05:00
austin
795fbb6a1c grid manager entity and player tracking overhaul
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-08 12:11:40 -05:00
austin
e12dd55703 hook up content generation to test gen realm
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-07 18:44:07 -05:00
afabf5595e Merge pull request 'voxelImprovements' (#5) from voxelImprovements into master
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Reviewed-on: https://git.austinwhoover.com/studiorailgun/Renderer/pulls/5
2024-11-07 15:08:54 -05:00
austin
36e261b054 terrain lod bounding sphere fix
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-07 14:59:25 -05:00
austin
22e468a6d0 remove first chunk special gen
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 14:44:55 -05:00
austin
1d91727951 view distance adjustments 2024-11-07 13:53:03 -05:00
austin
96b65dba46 fix array error
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 13:39:47 -05:00
austin
ae4c0aa4e5 add request timeout mechanism
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 12:25:31 -05:00
austin
59b899b1d7 support for sixteenth resolution chunks
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 12:08:00 -05:00
austin
f7cc0b4dcf add mechanism to deduplicate outgoing requests
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 11:55:56 -05:00
austin
e6fdac489c stratified updates to client cell manager
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 11:44:51 -05:00
austin
7493c1128b eighth res chunk gen
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 10:04:51 -05:00
austin
249e80d4ae fix midrange chunk visual gen
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-07 09:23:35 -05:00
austin
d077f43188 Add quarter res chunks + good requeue mechanism 2024-11-07 09:17:46 -05:00
austin
c045c0a0d4 Strided terrain data
Some checks failed
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-06 14:18:47 -05:00
austin
4b8e4cb542 fix server caching of terrain
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
studiorailgun/Renderer/pipeline/pr-master There was a failure building this commit
2024-11-06 10:05:06 -05:00
austin
6b2f323fdf lod cache stratification working
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 15:50:25 -05:00
austin
bf292f29c6 alter index lookups on client side
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 15:38:26 -05:00
austin
8ca29e4b40 chunkdata stride data tracking
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 15:10:32 -05:00
austin
40e9b1cba4 comment work
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 15:01:08 -05:00
austin
c80c8e5b71 chunk data stride tracking 2024-11-05 14:59:48 -05:00
austin
db2886c0c7 remove requested blocking 2024-11-05 14:56:26 -05:00
austin
e14c8ec68a use new endpoint for client terrain manager 2024-11-05 14:54:17 -05:00
austin
0320173800 Add stride to reduced endpoint
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 14:47:08 -05:00
austin
4f639cc6be Fix inverted normals for some edges of transvoxel
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-05 09:27:54 -05:00
austin
c02959efee voxel fixes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-11-04 22:28:59 -05:00
austin
d2ccf3c479 rewrite client side chunks + transvoxel integration
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-11-04 13:51:04 -05:00
austin
d6c476b4a3 true terrain regen, gen algo tweaks
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-29 14:58:06 -04:00
austin
987165649f generation testing menu with regenerate button
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-29 14:10:10 -04:00
austin
604380b31e Basic terrain generation testing
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-29 13:52:31 -04:00
austin
4d6278d21f fix + docs + refactor mathutils
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-28 16:15:24 -04:00
austin
13d8878425 more terrain generation notes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-25 21:15:15 -04:00
austin
50ad6dcfc6 craftingpanel implementation
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-24 13:30:44 -04:00
austin
df8991e875 biome ideas
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-23 16:28:15 -04:00
austin
634e88942b chemistry engine, biome notes
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-23 16:05:33 -04:00
austin
70f7a78626 biome data definitions, notes on how to distribute
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-23 15:30:27 -04:00
austin
aa70f39eb9 terrain generation testing realm
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
2024-10-23 13:07:08 -04:00
austin
d10da49140 tooltips, recipes, refactoring
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-23 10:41:32 -04:00
austin
3b521e3197 editor entity
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-22 11:29:14 -04:00
austin
c8e3a251d5 add unarmed combat
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-21 11:01:16 -04:00
austin
b9f0eef20e fix katana idle animations
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
2024-10-21 10:40:58 -04:00
austin
496172680f fix movement audio service when no audio engine 2024-10-21 09:53:58 -04:00
austin
ef724d3832 fix inventory message for undefined id on client 2024-10-21 09:44:43 -04:00
austin
ad1f65aca6 null check 2024-10-20 17:06:47 -04:00
austin
35aec8affe fix virtual scrollable on higher resolutions 2024-10-20 16:25:30 -04:00