194,538 Commits over 4,079 Days - 1.99cph!
Activity category & type enum generation
Added IInteractionProvider.GetAllInteractions & BaseEntitySettings.GetAllInteractions
Added "authtimeout" convar (default = 10 seconds)
unpacked all; minor partial PM correction needed for HQN
more combat system stuff
hardcoded an idea to test out
Reduced spawn density of wooden logs by around 30%
Added floors to building collision mesh
Disabled saving on radtown ore nodes (not supported by loot spawn points, RUST-1747)
More combat system work
Fixed missing animator links on a bunch of unit prefabs
UI sprite cleanup/renames
Various UI polish
Fixed bad activity creation in GroupProgression
set jenkins Unity version to 2017.1.0f3
updated project settings .Net subset to fix 2017 errors
More corpse stuff
Remaining meat count should be accurate on load
Mesh+bone+materials should now be correct
More corpse save/load stuff, still has issues
finally got the unit portrait render properly working with Idle anim for both team
updated unit gloss map and portrait
Working on selling to shops
Fixed some combat component load issues
Fixed component enabled state not being stored correctly (weird protobuf issue)
Fixed ComponentsWhenDead on unit initialization not respecting whether the unit is actually dead during initialization
Merge into main for item code refactor. See the big changelist on changeset #3261.
More fixes. Everything tested and seemingly OK now.
Fixed NRE in packing processor
Fixed packed shader default values
bradley now uses a* pathfinding to navigate roads
launch site road network path
simple bradley sounds
▄▊▉▊▇▍ ▍▆▅▇▅▉ ▋▅▅ ▊▇▄▄ ▆▊▌▍▄▆ ▆█▍▉▆▍
Fixed keyword assignments for hq normal special case
High quality normals only when std-pm1 is 32bit
Analysis tool skipping non supported shaders for now
packed atlas_twig and metal armored set materials
removed Inspectable component
Roof, overhang, ceiling, floor, almost working correctly
Added a few more mip levels to terrain atlas textures to mitigate alias/shimmer under trilinear
Fixed snow normal assignment on terrain atlas set
Fixed bad activity strings for unlocks.
Fixed things being unlocked twice.
Added inspection of hide to learn to make hats and beds.
Fixed unlocks throwing an exception on save
Fixed clothing attempting to change colour before being equipped,was throwing an exception
Repacked building atlas material for high quality normals
Added packed shader support for high quality normal packing
Changed packed shader keyword layout to reduce permutations
Testing and fixing bugs in item stuff. Moved multi-item stack creation method from ItemEx to the main ItemManager.
Wearable colors persisted, synced on portrait clones
Added high quality normal mode to material packing processor
Updated analysis tool
Added a callback for steamworks.RequestPlayerInfo that is fired when the info is received
Merge from Progression Rework
Unlock Activity creation tweaks