200,682 Commits over 4,171 Days - 2.00cph!
Fixed Navigation not calling SetState for all assignment
Got rid of force state argument
Navigation behaviour callback improvements
Navigation.States.Pending now two states, NavigationPending, MovementPending
Fixed Unit.Navgation+Callbacks.OnPrimaryBehaviourEnded not listening to AgentBehaviourSlot.OnCompleted (was only listening to OnBreak)
Fixed trace errors, needs testing
untested craft item persistence stuff
Added serverlist.AddCurrentServerToFavorites(), CanAddServerToFavorites(), menustate only
Added Favorite this server button to the bottom bar of the main menu when you are on a server
Slightly adjusted alignment of text and icons on the bottom bar of the main menu
Reduced action chain log spam
Fixed AnimatorParameterHolderEx.Set returning when the components parent Unit's view was culled
Devs can craft all workshop skins if "unlock all items" is set in the editor
Added some item schema debug convars (autoschema, loadschema, printschema)
Fixed client reconnection bug, over subscribing to message handlers
player animator blendtree updates and poses
Block TimeManager.Pause during skip to morning
No longer sending references more than once in the same payload.
Stopped clients from trying to register the same entity twice.
Fixes bug with joining a game and a player is in a car.
Simplified Crafting component loading because PostLoad doesn't actually do what I thought
modified ch47 pivot to be closer to center
boat work
Fixed TimeManager reset not resetting current game speed
ActionChain.Tick no longer calls Complete or Break in the same frame as the initial Run impl
Nav cleanup
Allow character types to have modified movement speed, or unlimited ammo
backup vehicle components temporary textures
fixed hasShield animator warning spam
Renamed some things in shaders and moved other things around
Renamed DepthMask component to WaterDepthMask since it's water only now
Added Water Masking toggle to particle shaders used for water FX, to clip them against the water mask
Enabled Water Masking on rowboat water surface FX
New NPC variants, meshes & LODs.
Fixed some NPCs having armor stats when they shouldn't have.
Weapon worldmodels.
KotH: Working on a capture point thing
New range of undead.
Manifest.
Fixed player resilience, ferocity and Crit chance not taking items in the wear slots into account
Fixed Critical Chance and Resilience UI labels showing base stats instead of actual stats (base stats don't change)
Fixed crits being measured as 0-1 on entities and 0-100 in items (is now measured as 0-100 everywhere)
Relevant undead use weapon swing animations.
Fixed an inaccurate item description.
Fixed trinkets not showing armor value in tooltip
Fixed wrong weapon root on tooltip being disabled if the item being inspected wasn't a weapon
Condition text on tooltip now gets disabled instead of being set to string.empty
Game mode client/server better differentiated, and working on KotH capture states.
Info test for game modes.
CombatEvents now store the majority damage type
Damage type should now read properly in the combat log UI
Random uncommited prefabs apparently.