branchrust_reboot/maincancel

30,558 Commits over 3,836 Days - 0.33cph!

10 Years Ago
Reverted terrain shaders back to specularity, instead of specular color, for terrain; saves ALU + saves storage + no metals; this time it's final Added back deferred shader override with specular micro-occlusion awareness; now globally consistent and non-destructive across other standard materials Updated all terrain materials affected by these changes: legacy, atlas and pvt
10 Years Ago
Limited networking fixes
10 Years Ago
Added spawnhandler stuff to report command
10 Years Ago
Reverted insane change in Spawnable (/cc zon)
10 Years Ago
Don't show all the building component templates at 0,0,0 Fixed bear skin not having a protection property
10 Years Ago
Debug spawns and hurts when developer > 1
10 Years Ago
Animals now spawn hydrated Upgraded BaseMetabolism.cs to use newlines Player prioritises network updates to themselves
10 Years Ago
10 Years Ago
made changes to the animalanimation script to dynamicall adjust the animals playback peed
10 Years Ago
updated the animal prefabs to use the dynamic anim playback script
10 Years Ago
fixed the "foot sliding" of the animals when they move.
10 Years Ago
fixed building block max health not showing up properly on client
zon
10 Years Ago
Animals once again align to the terrain.
zon
10 Years Ago
Predators are now half as common as other animals.
10 Years Ago
Fixed PVT not working
10 Years Ago
Forcing terrain shader update
10 Years Ago
Fixed green shit all over the terrain
10 Years Ago
Revered deferred shader override back to built-in; needs more work Removed some deprecated pvt shaders and materials
zon
10 Years Ago
Animals once again float in water.
zon
10 Years Ago
Improved how animals avoid deep water and slopes.
zon
10 Years Ago
Starting metabolism values are no longer hard coded.
10 Years Ago
roof shingles textures, temporarilly assigned to slanted block for preview
10 Years Ago
Increased ore/stone count
10 Years Ago
Locks now deployable again (quick fix)
10 Years Ago
Fixed melee attacks sometimes striking twice Fixed shot arrows spawning at 0,0,0 instead of where they landed
zon
10 Years Ago
Fixed AISense not detecting obstacles.
10 Years Ago
Wait a sec.. looks like we need it after all
10 Years Ago
Fixed warning in terrain normal processor Removed .dylib from RustNative OSX bundle (my bad)
10 Years Ago
Debug info for hurt
10 Years Ago
Cleaned GameTrace Fixed bullets/melee attacks sometimes not hitting when they should Removed PlayerCollision (unused) Removed hitbox, hitsphere (unused)
10 Years Ago
Fern fix.
10 Years Ago
Fern LOD fixes.
10 Years Ago
Fixed field tree LODs.
10 Years Ago
fixed shotguns bouncing everyones view
10 Years Ago
more work on log set
10 Years Ago
Reverted the last waves_near change
10 Years Ago
Tweaked rocks to behave a bit better with lod bias 1 instead of 2.
10 Years Ago
Tweaked DDraw/ConsoleSystem
10 Years Ago
Moved a water slider without Andre noticing.
10 Years Ago
Quickfixed superspec on a bunch of clothing.
10 Years Ago
Sand rock fixes.
10 Years Ago
Pipe_A PBR tweaks
10 Years Ago
Fixed a regression that tree prototypes wouldn't get set up the second time you join a server
10 Years Ago
Removed some cancer from the menu scene.
10 Years Ago
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
10 Years Ago
Updated NormalMapProcessor to include occlusion; updated normal+height_generated to match placeholder occlusions
10 Years Ago
Updated atlas generator to include occlusion; generated new atlas texture
10 Years Ago
Added shader includes for StandardRust lighting model to add support for specular occlusion Added deferred shader override with specular occlusion modifications (not active yet)
10 Years Ago
Added placeholder occlusion maps
10 Years Ago
Rock biome tint fix.