200,178 Commits over 4,140 Days - 2.01cph!
Fixed terrain asset constantly being modified even when nothing changed
smartobject_test saved without splat paint mode on gg
island 0001 saved without splat paint mode
removed spit from small fire and added to a new big one with the object/transform to attach animals to called AP_MACHINE_PRIMARY
Renamed Attachments to UnitAttachments
BuildingAttachments, CookCorpse boilerplate
merge from main/phys-effects
added meat mesh to rabbit
added roasting and carrying animations to rabit
updated den_03 (rabbit warren) to allow navigation over the top of it so rabbits spawned on top can get off and rebaked island-0001 navmesh
Adding animation parameter options to ItemSettings attachment stuff
Moved some bits around
Building attachments setup in view prefab create / update
Initial version of MusicManager rework.
Dispenser.AddDispensable : support for other systems adding items to a dispenser
Machines now only process Items, refactored CanProcess, AddInput, ValueOfInput methods
Added MachineProcessSettingsWrapper: allows for per Entity machine FX prefab
Machines use VisualFX
Added CorpseStates.Cooked, CorpseParameters.MinutesToCook
CookCorpse MachineProcess implementation, uses BuildingAttachments system for corpse placement...
Unit.Items Unset animator hold bools on RemoveItem
CameraModule.GetAverageGroundHeight reverted (was highest...)
Container/Items cleanup, machine process deposit options
Updated RCC to v3
New driveable lod 1 truck
Fixed fire treating all items as valid fuel
CookCorpse no longer requires a skinned corpse
Removed "IsClearWeatherType" bool etc
MusicManager now logs asset name rather than flag enum tags that were showing -1
Clear weather now has correct music tag
WeatherSettings data refactor to use less classes
reworking hex block to have better tesselation and matching up road surfaces
should be a big improvement with how players look while holding a bow and being in combat
Added support for different attachments roles/modes
updated anims to rotate arrow once bow is in combat mode
CombatAbilitySelectorSettings NRE catch and TODO
Corpse attachment carry bool and cooking bool
Fixed portrait widget showing when the player selects any entity in the editor
Fixed projectiles not finding UnitView in parent of whateverthefucktheyhit.
Destroy projectiles when interrupting a ranged attack
Projectile trail disabled on setup
Unit physics and ragdoll fixes
Improved PlayerController interaction
Unity b17 shader auto updates
Fixed revz DX9 whiteout player preview model (RUST-950)
Added event music for combat.
Minor shader fixes
Merged in revz dx9 player preview fix
More item pickup/drop ui sounds
Added caustics wind scrolling + mat param; default = just enough to be noticeable
Added caustics tiling + mat param; default = halved from previous, larger spacing
Merged in caustics changes from wrong branch