33,176 Commits over 4,109 Days - 0.34cph!
added 1sr set of material examples to the shader test scene.
Quick and dirty scale tweaking on the lighthouse. Not final.
Bunch of clientside profiling
When loading a HeldEntity, reset the owner
Better behaviour for disabled entities
finished the view model anims for the 2handed spear.
sounds and prefabs commited as well
Fixed assertion weirdness on server startup
Fixed Lerp not lerping when far away
Attempt to fix "NetException: This message has already been sent!"
Made the work queue class generic
Fixed stability system huge freezes
Warn if loading an entity takes too long
Fixed bug in amplify motion not using native code; should be faster now
Fixed pvt parallax mapping; wasn't working before
Tweaked pvt init order to avoid undefined/black data when swapping from/to non-pvt
Changed way pvt blends into base pyramid; now a bit sharper at mid-distance
Increased pvt prepass resolution for sharper pages; doubled pvt cache size in fantastic and beautiful quality modes
Updated native libs with latest changes
Fixed some warnings in server path
Updated with native modules from build server
Fix for incorrect terrain overlays affecting mostly the path splat
Moar parallax in pvt mode
3rd person animations for the 2handed spear hold.
Added PathFinder namespace (contains standalone pathfinding classes)
Added TerrainPath terrain extension (handles terrain-only pathfinding, used for infrastructure)
Added TerrainPathConnect terrain modifier (connects object to infrastructure)
Fixed minor bug in PathFinder
Merged hunting changes from animals branch.
Subtracted the animals merge.
Small pvt cache tweak to avoid hogging all the vram on largest maps
Added SpanningTree (calculates minimum spanning tree)
Made TerrainPath calculate and use the minimum spanning tree of the path network
Changed TerrainPath to run pathfinding in the apply step instead of the add step
Changed TerrainGenerator to place infrastructure after heightmap post processing
Fixed error in TerrainPath
Updated builder to use b18
Time of Day update to 2.3.4
Water update to latest version
Set the ingame date and time to the real-life value on startup
Fixed pvt loading wrong tiles at preload
Updated to latest RustNative
Updated to latest UnityVS
Removed Third Party/FogVolume
Fixed fog shader on windows
Tweaked entity network rates
Fixed logic error in DamageTypes
Renamed "Physics Prop" layer to "Physics Projectile" since that seems to be what it actually is (for now)
Added "Vehicle Large" layer and set up collision matrix / layer masks
Removed Standard Assets/Particles
Updated scripts to use Renderer.shadowCastingMode instead of Renderer.castShadows
Removed shadow-only material and shader
Added shadowOnly toggle to SkinnedMultiMesh
Reapplied per-pixel fog patch to water shader
Added exclusion filter for objects using ShadowCastingMode.ShadowsOnly, in amplify motion blur
Added cutoff value to grass system
Updated test scene ProfileProceduralMap
Made dynamic terrain adjustments get applied in a certain radius instead of a square area
Protocol++ (network + save)
Renamed TerrainMeta folder to TerrainExtension
3rd person run animations for the 2handed spear.
Fixed way pages in lowest pvt mips are deallocated; can now use full pvt range, for shaper far terrain, without blending into base sooner than necessary
The mother of all refactors
Fixed startup error in buildingtest
Fixed guns making now shoot effects
Fixed entity disable broken logic
Converted weapon worldmodels to the new ShadowOnly stuff
Limting error reporting to 5 per minute
Fixed NRE when getting pingTime
Fixed deploy guide NRE
Fixed "Ignore collision failed" warnings
Fixed NRE and warnings in new console system
Reverted to previous lidgren version
Post-refactor cleanup
Fixed terrain normal map being completely flat
Enhanced terrain modifier system (added soft fadeout distance)
Added separate terrain color modifier
Properly disabled TerrainModifier in TestLevel (temporary)