userGriglercancel

1,653 Commits over 791 Days - 0.09cph!

12 Days Ago
increase hull eject velocity
12 Days Ago
configured trigger hurt scaling on boat foundations
12 Days Ago
added optional behaviour to TriggerHurtNotChild to scale damage by another multiplier, lerped on a heavily appoximated distance from the edge of the trigger to the center (better on smaller volumes)
12 Days Ago
clamp min damage multiplier on playerboat hurt triggers for better low-speed behaviour
12 Days Ago
merge from sculptures
12 Days Ago
removed old wrong sculpting tooltip
12 Days Ago
merge from main
13 Days Ago
changed SculptingToolData from mono to static helper class
13 Days Ago
rewmoving now-redundant SculptingToolData PrefabAttribute
13 Days Ago
mark ice sculpture as hidden
13 Days Ago
cleaned up tooltips and icons a bit in the sculpting gui
13 Days Ago
merge from main
13 Days Ago
adjust push velocity for short time after sculpture edit
13 Days Ago
overlap censor bounds to avoid nasty visible grid
14 Days Ago
Fixed lighting/camera setup in sculpting dialog
14 Days Ago
corrected edit mode initialization and stopped BindRendererBounds from stomping mbp
14 Days Ago
center block from sculpture setup data in dialog creation
14 Days Ago
mbp instead of material instance
15 Days Ago
handle rare drag-on-open NRE
15 Days Ago
fixed missing attribute on event methods breaking undo/redo in build
15 Days Ago
fix minor hitguide issues, doubled up additive cylinder, capsule not matching height
15 Days Ago
setup prefab for pedestal instead of direct reference to model, doesn't get caught in manifest build - built manifest
18 Days Ago
merge from ragdoll_selfcollision_fix
18 Days Ago
re-enabled ragdoll<->ragdoll collision
18 Days Ago
spawning baseplate properly in sculpt ui
18 Days Ago
adjusted msg length limit
18 Days Ago
sanity limits on sculpt update rpc msg
18 Days Ago
check for buffer failure in sculpture update
18 Days Ago
cleaned up semi-useless chunk prefab
19 Days Ago
more compile fixes
19 Days Ago
build compile fix
19 Days Ago
merge from main
19 Days Ago
fixed hardcoded data bounds in admin view
19 Days Ago
updated sculpting menu items
19 Days Ago
assign new pedestal for gui
19 Days Ago
reduced block size to fit pedestal better
19 Days Ago
merge from main
20 Days Ago
improved sculpting ux massively, keeps collider as-is during carve (only updating visuals) so that carving depth doesn't feed into itself or need messy plane logic
20 Days Ago
fix double free on pooled array in sculpting
20 Days Ago
merge from main
21 Days Ago
merge from main
21 Days Ago
more profiling
21 Days Ago
fixed issue of commands writing SDF data directly to the client entity instead of the server - change default value of 0 to mean unitiailized
21 Days Ago
merge from main
21 Days Ago
helper server commands for testing, `basesculpture.applyrandomshapes` and `basesculpture.printcrc` both take optional radius arg
22 Days Ago
refactor SDF data access and modification to alway be via an internal handle so that it can be baked in the background in all cases, stops a nasty stall when loading large numbers of sculptures but also ensures safe access in all cases
22 Days Ago
codegen
22 Days Ago
merge from main
25 Days Ago
initial iteration of a push/pull sculpting tool that's working by smoothstepping existing data, allows you to very smoothly sculpt in a way that feels more like clay modelling than shape-stamping
25 Days Ago
halving quantized max value for stored data, big quality improvement