108,120 Commits over 3,867 Days - 1.16cph!
Added missing overlays to terrain's water reflection
Moved new water reflection shader into a Resources folder; was broke on client build
Fixed fog rendering in water reflections; also switched reflections to a faster/simpler replacement shader
Fixed atmospheric blend locking inspector values during play mode
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
Improved the distant texture scaling on terrain. Aka. no more massive ground textures.
Reimported all terrain normal+height maps
Killed the last walking tree.
attack / holster animations for the salvaged_hammer
Added ragdoll testing scene
Tweaked forest clutter to form nicer clusters
Fixed bug in AIPart (this explains the teleportation)
re-made bota bag vm prefab & transfered scripts ( as everytime something changes on the model it breaks the prefab)
updated bota bag vm deploy anim + meta data
Added polys to bottom of cork (as it can be seen in shot)
More AILocomotion adjustments in another attempt to fix animals teleporting to origin
Tweaked forest distribution (more snowy trees)
Reverted spawn debug logs
Doubled some forest densities (performance test, requires server restart)
Fixed server not saving config files on quit
Rock hit sounds, screenshake
Fixed weapon sounds effects sometimes not playing
Added fps.limit X (where X = max fps, default = -1 = no limit)
Auto-updated terrain asset files (5.0.0b3)
Added missing meta files (just folders, nothing serious)
Added delay to melee attacks
Fixed bolt rifle ironsights being wrong
ViewModel.scene: Viewmodel switching button list
ViewModel.scene: Right click look around, wsad move
ViewModel.scene: Added melee hit button (plays "attack", then plays "attack2" on "Strike" event
ViewModel.scene: Selects animation on viewmodel change in editor
ViewModel.scene: Remembers last open viewmodel
Converted rock, torch, hammer melee viewmodels to new system
Time of Day update to 2.2.1 prerelease 1
More impact particle effect shader updates
Added GrassSpawn.Tapering parameter
Tweaked grass prefab
Log parser more compatible
AILocomotion adjustments in an attempt to fix animals teleporting to origin
Trim newline in stack trace
Crash detection, extract + clean up stack trace so grouping works properly in Sentry
Undone compile fix (upgrade to u5b3)
Compile error fix, might be wrong
Fixed random sand getting mixed into biome transition
Tightened biome transitions
Updated the grass system
Replaced spawn filter min/max cutoff values with a threshold value
Undoing changes in ClearFirstFrame (causing black screen)
PVT base pyramid no longer using managed resources and is now uncompressed;
Eliminated PVT base map cpu creation steps; looking to fix out-of-mem crashes
Base terrain PVT shader now also fetches from VT cache; zoom now works again
Tweaked biome distribution (more snow, less tundra)
salvaged hammer rigged up
Made ClearFirstFrame always execute in edit mode if not playing
finished the last of the salvaged_axe view model animations
Slightly improved splat mapping
Fixed colormap calculation sometimes being off by one relative to the splatmap
Door can now be locked open (probably won't ever want to do this)
Lock costs less to craft
Can now duplicate a key without a lock
Doors have visible lock when a lock is attached (placeholder)
Fixed projectile script being ifdef'd out
Refactored CrosshairInfo to GameMenu