branchrust_reboot/maincancel

28,793 Commits over 3,622 Days - 0.33cph!

10 Years Ago
10 Years Ago
Fixed supply drop not dropping
10 Years Ago
Tweaked underwater fog
10 Years Ago
Ragdolls for boar, bear, stag Tweaked player ragdoll (should fix LOD issues)
10 Years Ago
Fixed players sometimes spawning inside objects
10 Years Ago
updated player rock attack to better match timing of viewmodel
10 Years Ago
Added triangular floor peice Wolf meat is now proper cookable
10 Years Ago
Made ores spawn everywhere (at least for the time being)
10 Years Ago
Terrain shading debug props.
10 Years Ago
adjusted the attack animation so it hits the center of screen
10 Years Ago
prefabs for the salvaged hammer and its various fx
10 Years Ago
salvaged hammer is all done;
10 Years Ago
Decreased grass vertex count (performance test)
10 Years Ago
updated vm melee weapon anim contact points, reactions,events & controllers
10 Years Ago
Made grass patch vertex count error log group properly in Sentry Slightly increased grass tapering distance
10 Years Ago
Added graphics.quality X (sets the same parameter the launcher sets, X can be between 0 and 5)
10 Years Ago
Minor spawn handler tweaks
10 Years Ago
Made SERVER+CLIENT+STEAM default project compile option (I think it always used to be like this?)
10 Years Ago
OCC (obsessive compulsive commit)
10 Years Ago
Increased water opacity Fixed underwater fog always being disabled
10 Years Ago
Added per-biome grass textures Refactored the way SpawnFilter and TerrainMath handle temperature Tweaked terrain generation (now allows seeds that would lead to collider overflows in Unity 4) Protocol++
10 Years Ago
changed the pickaxe hit sound so it's synched better with the animation
10 Years Ago
adjusted attck animations of all view models so it lands in the center of screen. set up the alternate attacks for the boneknife, and salvaged_axe
10 Years Ago
mecanim behaviour script that will handle alternate animations to be played for the attack
10 Years Ago
nullified the weapon bob when the player is aiming down the sights
10 Years Ago
Biome-specific grass textures for Andre.
10 Years Ago
Upped the UVMIX a bit.
10 Years Ago
sound effects for the salvaged_axe; added some weapon specific hit effects for the hatchet / stone_hatchet / pickaxe
10 Years Ago
salvaged axe prefab; tweaked various settings on some other view model prefabs
10 Years Ago
special fx events for the salvaged_axe
10 Years Ago
made some tweaks to several of the view model animations to fix some of the clipping on the arms.
10 Years Ago
vm melee hit anim updates
10 Years Ago
Added hazmat suit parts
10 Years Ago
Added mesh colliders to hazmat suit parts
10 Years Ago
Hatchet, Boneknife, Pickaxe should be functional - even if the animations are kind of odd
10 Years Ago
BuildingTest scene
10 Years Ago
Refactored grass system to support multiple instances thereof Added support for using different filters for every texture in the atlas to the grass system Removed some unused code from TerrainMath
10 Years Ago
Added triangle shaped foundation (test) http://files.facepunch.com/garry/2014/September/12/1410522651.jpg
10 Years Ago
Tweaked spawn handler placement check height offset (may fix trees spawning inside rocks, requires server restart)
10 Years Ago
Biome tweaks (all trees in the snow biome are now snowy, some nicer transitional noise, requires server restart)
10 Years Ago
Adding a bunch of primitive meshes - for placeholding, prototyping
10 Years Ago
Made grass dithering add more position and color noise in transitional areas
10 Years Ago
Fixed legacy and legacy uvmix terrains not having proper water reflections Fixed missing sky from new water reflections Added tree rendering to new water reflections; bark and leaves Added optional oldReflectionPath to PlanarReflection component, for comparison shots against new method
10 Years Ago
Added missing overlays to terrain's water reflection
10 Years Ago
Moved new water reflection shader into a Resources folder; was broke on client build
10 Years Ago
▍▍▌▅▌▄ █▇▇ ▅▄▉█
10 Years Ago
Fixed fog rendering in water reflections; also switched reflections to a faster/simpler replacement shader
10 Years Ago
Fixed atmospheric blend locking inspector values during play mode
10 Years Ago
Fixed and consolidated PVT layer masking; not final, pending feedback from artists Added auto PVT cache reset on cache aware material param change; edit-mode only workflow tool; exposed as PVT_Control.cacheReset
10 Years Ago
Improved the distant texture scaling on terrain. Aka. no more massive ground textures.