reporust_rebootcancel

105,895 Commits over 3,806 Days - 1.16cph!

10 Years Ago
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
10 Years Ago
Player spec map (fudged, workable)
10 Years Ago
█▅▇▉▄▇ ▋▋▄ ▆▊▆▉▌▆▉ ▅▋▄▋
10 Years Ago
Set scene ambient to hemisphere (seems to fit better overall, especially since the terrain still uses legacy shaders)
10 Years Ago
Updated ore textures (this should really be done by an artist, but I think we might replace the meshes altogether?)
10 Years Ago
Labelled player animations with "PlayerAnimations" Made sure all player animations were using the RustPlayer avatar Made ikWeight use animation curves instead of calling SetIKWeight
10 Years Ago
Undone everything goosey did yesterday (fixes broken player animation, sorry dude)
10 Years Ago
Quick fix for lat-based atmospheric blend
10 Years Ago
added the torch and rock animations to the mecanim controller; adjusted the timings on some of the movements to lessen some of the "foot sliding" going on
10 Years Ago
Updated water adjustment script
10 Years Ago
Updated sky prefab and scene render settings Deleted TerrainGenerator test scene (shit's so fast now it's no longer required)
10 Years Ago
AdaptiveReinhard tonemapping still broken on OS X (sorry)
10 Years Ago
Time of Day update to 2.1.2 prerelease 3
10 Years Ago
changed the SetIKWeight animation events so it works with the Mecanim Synch layer stuff; Set up the last of the remaining weapon anims for mecanim
10 Years Ago
-added a workaround to a mecanim bug that was breaking the SetIKWeight function
10 Years Ago
Added latitude-based atmospheric blend component; only does color LUTs atm Preparing amplify color for 2-way latitude+day-night blend
10 Years Ago
jog and running animations done for the player holding rock
10 Years Ago
Tweaked camera, sky Added ProceduralSmall map Animals now spawn everywhere (instead of just forests)
10 Years Ago
Fixed player model not playing walk animations (NaN mechanim shit)
10 Years Ago
Fixed remaining PVT issues on OSX/GL; port to u5 is complete Updated PVT terrain shader to match recent changes to fallback Fixed amplify motion shader errors Removed unused AM shaders for now Scaled back on pagesPerFrame
10 Years Ago
Fixed all decor not spawning
10 Years Ago
More grass tweaks
10 Years Ago
Fixed situations where the grass patch mesh could reach the per-mesh vertex count limit
10 Years Ago
Another stab at UI lag
10 Years Ago
Swapped UI rendering back to how it was, this new way kills frame rate
10 Years Ago
crouchwalk and jogging animations for the player holding The Rock. Can you smell what Dwayne Johnson is cooking?
10 Years Ago
Mesh colliders for animals Fixed animal pink skins
10 Years Ago
FIxed player skin being shiny as balls at night
10 Years Ago
Updated sky prefab (smaller clouds, slower wind speed)
10 Years Ago
Disabled fog in horizon clouds
10 Years Ago
Time of Day update to 2.1.2 prerelease 2
10 Years Ago
Changed ambient occlusion image effect order
10 Years Ago
Added safe error handling when a grass patch uses too many vertices
10 Years Ago
Prefab names
10 Years Ago
Re-organised prefab folder Everything that autospawns should now be in the autospawn folder protocol++
10 Years Ago
Skinned colliders can no longer be convex Fixed potential headshots creating an error Fixed a bunch of compile warnings
10 Years Ago
Removed duplicate LOD group from cactus 5
10 Years Ago
Fixed HTML manager spawning twice Changed HTML to 'OnDemand' mode Removed player rigidbodies serverside Fixed Radiation sphere trigger math Added vis.triggers convar
10 Years Ago
SkinnedMeshCollider triangle array errors
10 Years Ago
Fixed some prefab layers
10 Years Ago
Fixed errors with input state being null on disconnect
10 Years Ago
This should fix having to hit doors to get lock status to change
10 Years Ago
Changed ores to use standard shader
10 Years Ago
Disabled voice chat playback (crashing in u5 in SetData)
10 Years Ago
Removed redundant rigidbody warning
10 Years Ago
Material tweaks PlayerModel scene render settings
10 Years Ago
the player + torch animations all done.
10 Years Ago
Tweaking to avoid crazy shadow flickering
10 Years Ago
PVT fixes for Unity 5 support Wider hardware support using ARGB32 fallback for tables
10 Years Ago
Added ClearFirstFrame to main camera (fixes depth-only clear flag issues on some HW/SW)