userJames Kingcancel

8,042 Commits over 3,775 Days - 0.09cph!

4 Months Ago
Disable PropertySheetPopup from being modal for now Fixes Facepunch/sbox-issues#6109
4 Months Ago
Fix broken transition bounds
4 Months Ago
Increase SubroutineData parameter pool size
4 Months Ago
Fixed #1
4 Months Ago
GetVoxel: return 0 for unallocated chunks
4 Months Ago
Call PrepareGeometryChange before moving TransitionItem Reset view on Home key press
4 Months Ago
Show red icons for erroring state actions too (#9)
4 Months Ago
Show red labels for invalid transition conditions / actions (#9) https://files.facepunch.com/ziks/2024-08-19/sbox-dev_YyyXVN5F46.png
4 Months Ago
Nicer bothy flattening
4 Months Ago
Fix warnings from RangedFloat API changes
4 Months Ago
RangedFloat cleanup * Add Min / Max properties instead of x / y fields, fields are obsoleted * Max always equals Min for Fixed range type, unlike the old y field * ToString returns "<min>" for fixed values, or "<min> <max>" for ranges, instead of "<min>,<max>,<type>" * Parse supports old format * Can deconstruct: `var (min, max) = range;` * Add tests parsing old format
4 Months Ago
Fixed #5
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
WIP RangedFloat fixes
4 Months Ago
Update libstates Possible fix for NRE in drone FSM
5 Months Ago
Added SendMessage( string ), transitions can listen for a message
5 Months Ago
Make missile bot damage ground
5 Months Ago
Simplify some voxel modification RPCs
5 Months Ago
Oops
5 Months Ago
Add some documentation to IModification
5 Months Ago
Add BuildModification Set BlockType in Item, dunno if this is actually needed WIP ore seams
5 Months Ago
Fix for possible NRE in Roller state machine
5 Months Ago
Spawn metal piles Model might need scaling down
5 Months Ago
Spawn players near beaches
5 Months Ago
Put these back Some safety in SetPalette
5 Months Ago
Fix off-by-1 in Carve
5 Months Ago
Mark voxel textures as used again
5 Months Ago
Reimplement dirt punching
5 Months Ago
Let mining laser destroy soil
5 Months Ago
Fix prop rotation not being deterministic
5 Months Ago
Generate some soily beaches
5 Months Ago
World gen block tweaks
5 Months Ago
I don't know what this is doing but it's making everything too dark Make noise texture match voxel resolution
5 Months Ago
Refactor block spawning
5 Months Ago
Spawn item on block destroy
5 Months Ago
Blocks respect GatherSourceKind
5 Months Ago
Block health working Every hit does 1 damage for now
5 Months Ago
Fix possible NRE in drone chase graph Starting on block health
5 Months Ago
Fix loading voxels from a save
5 Months Ago
Save world gen seed etc, nicer RLE for chunks LoadWorldState, untested
5 Months Ago
Fix VoxelModel.DrawGizmos
5 Months Ago
Implement SaveWorldState
5 Months Ago
Speed up world gen https://files.facepunch.com/ziks/2024-08-15/sbox-dev_eWK5BoSjtT.mp4 Fix some warnings
5 Months Ago
Spawn props on clients too, only network prefabs with NetworkMode.Object