5,292 Commits over 2,345 Days - 0.09cph!
Fixed metal_plate_torso not having any meshes
Workaround for foilage outline on menu screen
Material tweaks
Switched off directional fog
Upgraded project to unity5b2
Fixed WaterUpdate NRE's (probably)
Client network connection will skip out if too much time has been spent processing packets
Fixed water not having reflection/refraction
Removed SetIKWeight references
Profiling Stuff
Fixed FakePhysics running clientside (perf)
Disbale error logging in editor (crash, freezing etc)
Skinned meshes update their bounds on demand instead of every x seconds
Fixed warning in PlayerInventoryAnimation because of missing ikWeight param
Disabled Am auto register objects
Player spec map (fudged, workable)
Labelled player animations with "PlayerAnimations"
Made sure all player animations were using the RustPlayer avatar
Made ikWeight use animation curves instead of calling SetIKWeight
Undone everything goosey did yesterday (fixes broken player animation, sorry dude)
Tweaked camera, sky
Added ProceduralSmall map
Animals now spawn everywhere (instead of just forests)
Fixed player model not playing walk animations (NaN mechanim shit)
Swapped UI rendering back to how it was, this new way kills frame rate
Mesh colliders for animals
Fixed animal pink skins
Disabled fog in horizon clouds
Re-organised prefab folder
Everything that autospawns should now be in the autospawn folder
protocol++
Skinned colliders can no longer be convex
Fixed potential headshots creating an error
Fixed a bunch of compile warnings
Fixed HTML manager spawning twice
Changed HTML to 'OnDemand' mode
Removed player rigidbodies serverside
Fixed Radiation sphere trigger math
Added vis.triggers convar
SkinnedMeshCollider triangle array errors
Fixed errors with input state being null on disconnect
This should fix having to hit doors to get lock status to change
Changed ores to use standard shader
Disabled voice chat playback (crashing in u5 in SetData)
Removed redundant rigidbody warning
Material tweaks
PlayerModel scene render settings
Tweaking to avoid crazy shadow flickering
Clothes material fixes
Made camera clear only depth (fixes leaf outline bug in u5)
Made time curve harsher - night doesn't last as long
These trees had two colliders
Removed rigidbodies from more prefabs
Removed more rigidbodies
Ores now properly dispense metal/sulfur ore
Fixed construction guide shader
Fixed player sticking head through ceiling
Fixed not unducking
Fixed player collider sometimes being sidewards
Fixed door falling off (!)
Removed rigidbodies from a bunch of static-y stuff
Disabled network sleeping (perf test)
More profiling when sending snapshots
fixed vm_rock missing event errors
Fixed NRE on server with clothes swapping
Changed linux server not to ship steamclient.so
Tweaking so out of memory errors get bucketed the same
Fixed NRE in PlayerInput.ClientTick
Re-enabled water reflection (perf test)
Wolf now uses mesh collision
Fixed crash in mesh collider (unity5 - non convex mesh colliders must have kinematic rigidbody)
Disabled PVT until it works again
Disabled WaterFogVolume until it stops overlaying everything
Increased client connection timeout
Deleted skinshader, furshader (not working in u5)
Include 64bit steam dlls with debug server build
Lessen network grid size (perf test)
Fixed player being a black shiny blob
Added option to make Win32 client debug build
Disabled water reflections (huge fps boost - possible Unity5 bug?)
Testing whether 64bit versions will allow Development mode now
Error reporter per platform
Don't fuck with timings (for now)
Fixed errors not being reported
Disabling gibs (performance test)
Fixed more materials
Fixed NetworkVisibilityGrid was trying to set the vis provider before network initialized
Recompiled plugins with working UnityEngine.dll (!)