userJames Kingcancel
branchsbox-hc2/maincancel

85 Commits over 0 Days - ∞cph!

4 Months Ago
GetVoxel: return 0 for unallocated chunks
4 Months Ago
Nicer bothy flattening
4 Months Ago
Fix warnings from RangedFloat API changes
4 Months Ago
FlattenGround: do bigger things first
4 Months Ago
FlattenGround tweaks
4 Months Ago
First pass at implementing FlattenGroundComponent https://files.facepunch.com/ziks/2024-08-16/sbox-dev_nWg5BriXua.png https://files.facepunch.com/ziks/2024-08-16/sbox-dev_gZGfddKkMi.png
4 Months Ago
Fleshed out world damage Now uses passed in Damage value Has falloff up to Radius Got rid of multiple CarveModification hack A bit slow with large radius ATM https://files.facepunch.com/ziks/2024-08-16/sbox-dev_7gsWLQoZrz.png
4 Months Ago
Don't network mob state machines
4 Months Ago
Restructure world gen so we can modify heightmap while placing objects Actually fix drone NRE
4 Months Ago
Skeleton FlattenGroundComponent https://files.facepunch.com/ziks/2024-08-16/sbox-dev_JiSjz6Jl5u.png
4 Months Ago
Update libstates Possible fix for NRE in drone FSM
4 Months Ago
Make missile bot damage ground
4 Months Ago
Simplify some voxel modification RPCs
4 Months Ago
Oops
4 Months Ago
Add some documentation to IModification
4 Months Ago
Add BuildModification Set BlockType in Item, dunno if this is actually needed WIP ore seams
4 Months Ago
Fix for possible NRE in Roller state machine
4 Months Ago
Spawn metal piles Model might need scaling down
4 Months Ago
Spawn players near beaches
4 Months Ago
Put these back Some safety in SetPalette
4 Months Ago
Fix off-by-1 in Carve
4 Months Ago
Mark voxel textures as used again
4 Months Ago
Reimplement dirt punching
4 Months Ago
Let mining laser destroy soil
4 Months Ago
Fix prop rotation not being deterministic
4 Months Ago
Generate some soily beaches
4 Months Ago
World gen block tweaks
4 Months Ago
I don't know what this is doing but it's making everything too dark Make noise texture match voxel resolution
4 Months Ago
Refactor block spawning
4 Months Ago
Spawn item on block destroy
4 Months Ago
Blocks respect GatherSourceKind
4 Months Ago
Block health working Every hit does 1 damage for now
4 Months Ago
Fix possible NRE in drone chase graph Starting on block health
4 Months Ago
Fix loading voxels from a save
4 Months Ago
Save world gen seed etc, nicer RLE for chunks LoadWorldState, untested
4 Months Ago
Fix VoxelModel.DrawGizmos
4 Months Ago
Implement SaveWorldState
4 Months Ago
Speed up world gen https://files.facepunch.com/ziks/2024-08-15/sbox-dev_eWK5BoSjtT.mp4 Fix some warnings
4 Months Ago
Spawn props on clients too, only network prefabs with NetworkMode.Object
4 Months Ago
Expose parameter for biasing towards plains or mountains
4 Months Ago
More world tweaking
4 Months Ago
World gen tweaks
4 Months Ago
Rock node / fragment features Hook up some more world features
4 Months Ago
World gen can spawn objects Add BiomeSampler to scene Let's have the voxel world at z=0
4 Months Ago
Use a spawner for the spider boss WIP World gen parameters Update libstates
4 Months Ago
Make world gen a bit flatter for now Fix destroying voxels on non-host
4 Months Ago
Bump up world height to 128
4 Months Ago
Hacky voxel modification networking
4 Months Ago
VoxelWorldGen component, use seed Use new modification stuff for voxel damage
4 Months Ago
Started on voxel networking boilerplate Implement world gen as IModification