reporust_rebootcancel

106,842 Commits over 3,836 Days - 1.16cph!

2 Years Ago
asset change
2 Years Ago
Improvements to underwater effects
2 Years Ago
Adding a string array when building command will add each arg individually to the command
2 Years Ago
Cherrypicked: Use stringbuilder when building commands, optimize quotesafe
2 Years Ago
Chat message once you hit your bag limit
2 Years Ago
monument navmesh gen tool test
2 Years Ago
▄▋▋ ▌▋▇ ▇▍▋▉▌ ▋▍▉▋▌▌█
2 Years Ago
merge from main
2 Years Ago
If the Place Monument component has no monument assigned, don't try to place it.
2 Years Ago
Merge from main
2 Years Ago
Fixed Jump and Duck buttons not working in demos to switch between first person spectate targets Fixed some cases where the body mesh could remain visible when switching between players in a demo while spectating Fixed some crosshair issues when switching between players in a demo while spectating
2 Years Ago
Merge PerentVelocityInherit -> Main. Train wagons now support parented vehicles correctly, and velocity is correctly retained.
2 Years Ago
When a rigidbody is parented to another rigidbody, the child rigidbody actually inherits the velocity even while parented. Therefore the forced velocity change in OnParentChanging was actually doubling-up the velocity in those cases. I've set it to NOT adjust the velocity in the case of the parent having its own rigidbody, and that's fixed it, apart from a remaining momentary jitter when entering and leaving the trigger (as seen here when the minicopter transitions across the wagon's trigger: https://files.facepunch.com/BillB/1b2311b1/Unity_qLfRWyks5e.mp4). I wonder if it's now a client interpolation issue.
2 Years Ago
Added a minimum triangle edge length to mesh trimmer options
2 Years Ago
Merge from build_server_optimization -> aux2
2 Years Ago
Time how long each prefab takes to prepare and log it after
2 Years Ago
SceneToPrefabTag now support specifying a non-final LOD index
2 Years Ago
Disable vehicle parenting on workcarts and locomotive (already disabled on wagons). We shouldn't really have this enabled unless we can get physics velocity to translate properly when entering/leaving the parenting zone.
2 Years Ago
Enabled vehicle parenting for all train car parent triggers
2 Years Ago
Fixed train collision triggers getting the wrong base entity if an entity with a rigidbody entered the collision trigger while parented to the train car.
2 Years Ago
Fix decal cull NRE when part of monument
2 Years Ago
Tell cars not to sleep if they're parented to another rigidbody. Mainly because Unity doesn't seem to allow it anyway (even if the parent rigidbody is asleep)
2 Years Ago
Merge to aux2
2 Years Ago
Set defines once per build rather than before + after each platform & asset bundles
2 Years Ago
Merge from tools_demo
2 Years Ago
Fix hud toggles not working in demos
2 Years Ago
layer.toggle, layer.show and layer.hide commands can now be run in demos
2 Years Ago
Merge from tools_demo
2 Years Ago
Fix project settings
2 Years Ago
Revert ProjectSettings
2 Years Ago
Merge from harmony_qol -> aux2
2 Years Ago
Typo in error message logging
2 Years Ago
Merge from media_projects
2 Years Ago
Merge from main
2 Years Ago
merge from main
2 Years Ago
merge from main
2 Years Ago
fix for standard-wind-specular
2 Years Ago
Updated rig models for all dog variants, lods.
2 Years Ago
Merge from nexus
2 Years Ago
Fix server compile
2 Years Ago
Merge from main
2 Years Ago
Set the default clan logo to nothing instead of the FP logo
2 Years Ago
Allow stamping the clan logo onto signs in the paint UI Fix clan async callbacks being called before clan info was updated
2 Years Ago
New caboose dressing prefab file, with furniture & lighting and fx. Cleaned up temp files and junk.
2 Years Ago
Merge from main
2 Years Ago
Merge from main
2 Years Ago
Set encryption to default to 1 until EOS is fixed
2 Years Ago
Updated baking tool
2 Years Ago
Updated untamed AI design.
2 Years Ago
Fixed dogs not having a flee state. Added an error log for when a brain tries to change to a state that's not in the state dictionary.