userGriglercancel

710 Commits over 304 Days - 0.10cph!

5 Months Ago
client compile fix
5 Months Ago
merge from Halloween24
5 Months Ago
BC: separated origin adjustments between crawling and incapacitated wounded states - stop cloth getting caught around the head when incapacitated, while trying to minimize clipping (local gravity towards feet rather than orientating to world gravity)
5 Months Ago
merge from main/Halloween24
5 Months Ago
BC: handling null player properly in teleport check (player preview)
5 Months Ago
BC: bone transforms and bone states reset with player teleports (including mount/dismounting) and also reset with extreme single-frame angle changes - stops cloth freaking out when you switch seats that are facing opposite directions (pedaltrike is the main offender) - exposed LastTeleportTime in BaseMovement for this
5 Months Ago
merge from main/Halloween24
5 Months Ago
quick lerp on burstcloth length modifier, reduces jerky behaviour when changing between different modifiers
5 Months Ago
reduced length scaling on dracula cape when ducked and mounted to 0.9
5 Months Ago
adjusted MaxOriginDelta values on cape burstcloth to match similar assets
5 Months Ago
replaced fully rigid linear constraint with a stiff spring and a small linear limit for it to play in - absorbs force spikes better, especially when a kinematic body is attached
5 Months Ago
horse walking, trotting, sprinting, and turning speeds modified by towing - currently flat modifier of 60 percent across the board
5 Months Ago
missing TowingJointBreakDebug file
5 Months Ago
merge from halloween24 - some cloth fixes and dracula cape worldmodel collider fix
5 Months Ago
siege weapons override vehicle handbrakes when being towed - fixed towed entities not getting their tow attach/detach callbacks
5 Months Ago
fixed negative scale on dracula cape worldmodel collider
5 Months Ago
server-only compile fix
5 Months Ago
client-only compile fixes
5 Months Ago
more towing strength adjustment
5 Months Ago
applying horse motion through rigidbody to give more information for joint resolution, also adjusted towing anchor down
5 Months Ago
halved twoing joint break strength
5 Months Ago
fixed native memory leak in OceanSimulation (only a problem if you're restarting a server in-editor a lot)
5 Months Ago
server compile fix
5 Months Ago
merge from ghost_sheet_fixes
5 Months Ago
set bike and horse mountables to animate cloth in worldspace
5 Months Ago
added head/clavicle/neck to ignored bones on ghostsheet to help collision behaviour at some lookangles
5 Months Ago
reduced wind shader values on GhostSheet material
6 Months Ago
merge from Halloween24/ghost_sheet_fixes - fixed sheet exploding when mounting - other small config changes to help collision and mounting movement
6 Months Ago
adjusted some bc config values for max origin delta and collision cast directions
6 Months Ago
setting length multiplier on ghost sheet BC controllers 1 across all states (stops exploding when mounting)
6 Months Ago
removed WaterVisibilityTrigger from xmas dungeon cell prefabs
6 Months Ago
merge from Halloween24
6 Months Ago
removing WaterVisibilityTrigger from all halloween procedural dungeon cell prefabs and set it to not spawn a christmas dungeon
6 Months Ago
merge from main
6 Months Ago
added TowConfig prefabattribute that's retrieved and combined between two objects when towing begins - combines to the most restricted settings of both configs (a towing object may allow free rotation on an axis that the towed object may need to restrict)
6 Months Ago
cars ticking tow attachment properly and handling detaching
6 Months Ago
adjusting layering and position of towing anchors and triggers
6 Months Ago
removed dependency on BaseEntity from AttachTo
6 Months Ago
more towing - inverted control of towing attachment - simplified AttachTo func, we can get the anchor points internally with information from the interface
6 Months Ago
corrected body used by horse for towing and some hitch->tow renaming
6 Months Ago
separation of towing (renamed from hitching) into its own class, exposing an interface for things that want to tow or be towed (shared interface, the joint goes both ways)
6 Months Ago
merge from flow_vector_field
6 Months Ago
corrected offset of dpv mounting bounds check
6 Months Ago
fixed water on billb test map
6 Months Ago
dpv compile fix
6 Months Ago
not applying flow forces on lakes, the water is still - also cleaned up the accumulation of the flow force, the amount of nesting was horrific
6 Months Ago
accidental doubling up of waterflow generation for rivers
6 Months Ago
dirty prototype of converting terrain alpha map to holes map to replace terrain ignore volumes from physics checks
6 Months Ago
let dpv be picked up with fuel and give you the fuel if you do
6 Months Ago
using parallel call to populate water flow from shore vectors