userGriglercancel

1,659 Commits over 791 Days - 0.09cph!

11 Days Ago
refactored out persistent vertices/indices in the generator for TempJob allocated lists, virtually free and allows parallel LOD marches
11 Days Ago
initial LOD setup - using box sampling at mip levels to generate meshes from the same data using smaller grids, only generating 2 lods because it turns to nothing after that many. Can get tri count in the region of 9k->2k->0.2k
12 Days Ago
merge from main
14 Days Ago
merge from terrain_anchor_tooling
14 Days Ago
TerrainAnchorRingGenerator tool to set up better rock prefab terrain anchors - generates a silhouette ring of arbitrary set of meshes in prefab and then projects points onto it to get anchor placement with configurable backoff and spacing
15 Days Ago
merge from boat_foundation_clipping_improv
15 Days Ago
increase hull eject velocity
15 Days Ago
configured trigger hurt scaling on boat foundations
15 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)
15 Days Ago
clamp min damage multiplier on playerboat hurt triggers for better low-speed behaviour
15 Days Ago
merge from sculptures
15 Days Ago
removed old wrong sculpting tooltip
15 Days Ago
merge from main
16 Days Ago
changed SculptingToolData from mono to static helper class
16 Days Ago
rewmoving now-redundant SculptingToolData PrefabAttribute
16 Days Ago
mark ice sculpture as hidden
16 Days Ago
cleaned up tooltips and icons a bit in the sculpting gui
16 Days Ago
merge from main
16 Days Ago
adjust push velocity for short time after sculpture edit
16 Days Ago
overlap censor bounds to avoid nasty visible grid
17 Days Ago
Fixed lighting/camera setup in sculpting dialog
17 Days Ago
corrected edit mode initialization and stopped BindRendererBounds from stomping mbp
17 Days Ago
center block from sculpture setup data in dialog creation
18 Days Ago
mbp instead of material instance
18 Days Ago
handle rare drag-on-open NRE
18 Days Ago
fixed missing attribute on event methods breaking undo/redo in build
18 Days Ago
fix minor hitguide issues, doubled up additive cylinder, capsule not matching height
19 Days Ago
setup prefab for pedestal instead of direct reference to model, doesn't get caught in manifest build - built manifest
21 Days Ago
merge from ragdoll_selfcollision_fix
21 Days Ago
re-enabled ragdoll<->ragdoll collision
21 Days Ago
spawning baseplate properly in sculpt ui
21 Days Ago
adjusted msg length limit
21 Days Ago
sanity limits on sculpt update rpc msg
21 Days Ago
check for buffer failure in sculpture update
21 Days Ago
cleaned up semi-useless chunk prefab
22 Days Ago
more compile fixes
22 Days Ago
build compile fix
22 Days Ago
merge from main
22 Days Ago
fixed hardcoded data bounds in admin view
22 Days Ago
updated sculpting menu items
22 Days Ago
assign new pedestal for gui
22 Days Ago
reduced block size to fit pedestal better
22 Days Ago
merge from main
23 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
23 Days Ago
fix double free on pooled array in sculpting
23 Days Ago
merge from main
24 Days Ago
merge from main
24 Days Ago
more profiling
24 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
24 Days Ago
merge from main