201,581 Commits over 4,171 Days - 2.01cph!
Fixed floorspikes, barricade damage triggers not being triggers
Re-added rigidbodies to players and animals - but marked as triggers
Fix last concrete bullet impact sound having the tip of a metal impact in it
Made damage collider a tiny bit bigger in barricades
set max value in player script
animals don't need to trigger anything
Added spawn.fill_populations and spawn.fill_groups admin commands
Delete rigidbody on sleepers
fireballs no longer block movement
wood jacket uses wood protection instead of wolf protection, derp
Fixed player server colliders
pumpjack belt stops with animation
Don't check for construction in DeployVolume
more bridge decal tweaks.
CraggyIsland layer updates
skin_head prefab wasn't referencing skin_head_fem prefab. Now is doing.
Soliciting reviews in game is now against Steam's Rules
Fixed not being able to craft some inventory items
Renamed and moved main game scene
TerrainCollisionTrigger ignores other triggers
Removed rigidbodies from socket_handle and construct_vision (test)
Fixed that the SpawnHandler respawn coroutines could stop spawning when an exception was thrown
Minor foundation step terrain socket fix
Fixed a bug with calculating the percentage of how completed a building is (with respect to requirements). Related to issue #99681576
Ripping out "Controller Interactions" related code, and all interactions generated at runtime by containers
Added AddInputToMachine Interaciton and DSE
First step towards the introduction of Intention.
Made clientside HoldType handling less hacky, hopefully more robust
Renamed water reflections to water quality in F2 menu
Set up so that PlayerController can inject specific Intentions for SO subscriptions.
Renamed IIntention interface to Intention.
Added DepositItemIntention.
Updated all Action constructors to accept Interaction.
DepositItem action will now use the DepositItemIntention data when running, if it's available. Otherwise it falls back to old ways...
compound walls art work, incl. lods, gibs, collisions
added Dylan's new sparks particles (new new particles). changed material on prefab rocks. Changed lighting. Added breaking rocks animations and drill spaceship flyby anims. Tweaked texture and material colours.
Deleting conditions
Fixing resharper
created second wild west camera for orbitting rocks and set them to cloud layer. Added balls building and balls_anim to courtcontroller setting that hides them down court.
█▇▆▆ ▍█▆ ▊▆▊▇▄: ▌▅▆▅▌ ▆▇▆▄▋ ▆▊▆ ▆▅▉▅▄▆, ▊▉▊▅▋▆ ▄▌▆▋▉▇▆
Added basic ammo. Fixed death problems. Fixed held item problems.
bridge mesh tweaks and AssetGallery update.
Added MeasurementType to MeasurementParamters
Lots of editor cleanup, tweaks and improvements
Lots of tweaks around effects mostly
Missed adds
Also in last commit : added AttributeModifier and calculation using them to Attribute
Replacing IsInvoking usage because it's slow