108,277 Commits over 3,867 Days - 1.17cph!
fixed building block max health not showing up properly on client
Animals once again align to the terrain.
Predators are now half as common as other animals.
Forcing terrain shader update
Fixed green shit all over the terrain
Revered deferred shader override back to built-in; needs more work
Removed some deprecated pvt shaders and materials
Animals once again float in water.
Improved how animals avoid deep water and slopes.
Starting metabolism values are no longer hard coded.
roof shingles textures, temporarilly assigned to slanted block for preview
Increased ore/stone count
Locks now deployable again (quick fix)
Fixed melee attacks sometimes striking twice
Fixed shot arrows spawning at 0,0,0 instead of where they landed
Fixed AISense not detecting obstacles.
Wait a sec.. looks like we need it after all
Fixed warning in terrain normal processor
Removed .dylib from RustNative OSX bundle (my bad)
Cleaned GameTrace
Fixed bullets/melee attacks sometimes not hitting when they should
Removed PlayerCollision (unused)
Removed hitbox, hitsphere (unused)
fixed shotguns bouncing everyones view
Reverted the last waves_near change
Tweaked rocks to behave a bit better with lod bias 1 instead of 2.
Tweaked DDraw/ConsoleSystem
Moved a water slider without Andre noticing.
Quickfixed superspec on a bunch of clothing.
Fixed a regression that tree prototypes wouldn't get set up the second time you join a server
Removed some cancer from the menu scene.
Activated deferred shader override to support specular occlusion
Modified all Standard terrain shaders to new lighting model StandardRust
Added occlusion to terrain shader from composite normal map; used for ambient and light specular term
Settled on specular color instead of specularity
Improved ultra low quality level-of-detail for non-pvt path; now closer to textured version
Legacy parallax view vector on all terrain shaders; only affects pvt and legacy
Updated NormalMapProcessor to include occlusion; updated normal+height_generated to match placeholder occlusions
Updated atlas generator to include occlusion; generated new atlas texture
Added shader includes for StandardRust lighting model to add support for specular occlusion
Added deferred shader override with specular occlusion modifications (not active yet)
Added placeholder occlusion maps
first person hand2hand combat animations
fix for kill being called twice on BaseCorpse
Set animal max health. (Thanks helk)
fixed animals not giving resources when hit
added some maxhealth stuff for animals for zon
Restored metabolism changes overwritten in the weapons merge.
Fixed gathering (probably)
fixed impact effects not working for melee - merge to main
fixed impact effects not working for melee