30,757 Commits over 3,867 Days - 0.33cph!
Lighthouse material clean up.
Route all weapon effect sounds through the audio mixer
made sure the right hand prop bone is imported out correctly for the spear animations.
made the chicken animations blend smooth when transitioning from the various states.
fixed the chicken not animating in certain situations.
tweaked the chicken sounds so they're a bit more audible. (ie. chicken doesnt have silencer attached to his lips no more)
modified footstep max distance (can no longer hear them 300 feet away)
Disabled material import on satellite dish collider meshes
Fixed lighthouse recreating the material on library recreate (reverted material names)
added stone, metal floors
fixed spectator being developer only (admins can now spectate)
Removed special handling of SceneToPrefab for monuments (i.e. getting the output folder from their tag)
Forced all procedurally spawned prefabs to be inside the autospawn folder
Moved all monuments to the autospawn folder
Added lighthouses to the monument spawn system (spawn rules are placeholders, brace yourselves for lighthouses in rivers)
Protocol++
Properly setup lighthouse monument scenes
Don't let players place building blocks too far away
Fixed locks floating in mid-air when door upgraded/downgraded
Deleted temp.mb files (@gooseman)
Deleted incompatible speedtree
Made LightLOD fade shadows in and out instead of hard-toggling them
Fixed that the lowest two quality settings would disable all dynamic lighting
Staggered build starts, more info on task retry
Catch "Crash!!" build errors too
Audio stuff
improved rock sounds
add audio perspective switcher script
tweak audio mixer a bit
update audio randomizer to not adjust unrandomized values
rabbit sound effects and prefab
Fixed chickens being invincible
rabbit attack animations / and another idle anim
Fixed some names causing collisions
updated manifest
Fixed some compiler errors
retained spectating ability for admins
Removed debug speedcheats and spectating
Made asset importing faster by only checking the meta file for meshes
Only disable material import on meshes on first import (i.e. artists can manually re-enable it for individual models)
Made satellite dish monument use the correct materials
Updated terrain anchors to fit the new dish monument
Made the AI danger and obstacle lists guarantee no duplicate entries again
Added ParentRedirect component
Made tree colliders redirect AI sensing to their parent
Made DangerInfo, ObstacleInfo and TargetInfo keep references to their game object instead of their collider
Changed the AI sensing masks to interest and occlusion
Made AI sensing find trees again
Fixed minor network bug with key locks
much easier to tell if a lock is locked/unlocked now
merging in : Player corpses won't disappear while you are busy looting them
If you harvest a player corpse until it disappears, a small percentage of items will spew (wip)
Moved lootable corpse over to use RPC's instead of itemcommands
Made spawn rules for players easily configurable on the spawn handler prefab
Made players always spawn on beaches in the temperate biome
Updated all the meta files to b14
Made tree colliders automatically get moved to the tree layer when updating their prefabs
Made mesh obstacles bake their info to scriptable objects
Updating satellite dish prefab
Updating the fbx files for the satellite
made some tweaks to the rabbit run/walk and idles
Arrows have a sound, slight trail, and are much faster now
Merged in
Made campfires less deadly
Added audio to furnace
Destroying a crate makes it spew its contents
Fixed melee not registering under some conditions
Fixed gametrace not using spherecast on "hitboxes"
Fixed lantern material
increased storage box health
eating grass / hopping animation for the rabbit
Replaced Unity water with custom water (disabled reflections and quite limited atm, but it's a solid base and will get better over time)
Deleted 600mb of duplicated textures
Adding Duplicate Content script to trunk