199,032 Commits over 4,140 Days - 2.00cph!
Added early bail if disconnect on client is caused by app quitting. Prevents some errors
buffering of ClearEffects so we actually remove all effects.
gating of Effects stuff with Enabled status of component.
Revive effect actually removes downed effect, not just the disabled flag
scientist projectiles no longer hit the ch47 fuselage due to lerp
can once again stick c4 etc on vehicles
hackable crate resets decay time when hack start/stops
much, much better push behavior
exiting boat at low velocity places you on top of boat
removed ability to spam swapseats
StripFlags no longer invokes flag removed events, This stops people from un-ragdolling when they go from disabled to dead.
Reaching 0 health during combat now adds the downed effect.
Fixed effect logging order
People no longer regen health while downed.
Cleanup of potential non-resetting of effects.
Misc target filtering tweaks.
Fixed nudity censor clipped by water and water masks
hearing and visibility scoring tweaks, vision multiplier
player visibility value
rebake workerbot model for igniter, merged texture/mesh, rerender proper portrait, updated prefab
Databrowser cleanup, search and grouping improvements
Animals will no longer attack downed Units
More progress on downed units
Added Downed effect which disables Units instead of killing them.
Added Revive interaction to get them back up (currently only happens through player command).
Projectile trail renderer is invisible for the first 6 meters
Player voice affects their noise value, so you can shout at NPCs to agro them (probably)
Player visibility and noise value exposure
Enemy indicators show for anything being attacked by the player tribe
Fixed unit leaving tribe UI popup having a "decline" button
Enemy indicators now show for all hostile units (not just humans)
Fixed some NPCS with 0 vision
update mortar impact FX/arc projectile
fixed flipper FX oritentation
team roster background is now only shown in modal views, so in tab view you can see through to the background like the other tabs.
more units and mods available each week on the market
light hair materials are now more blonde
made test heads area with test heads materials
Ogre knockback test
Manifest.
Ogre stat/anim/sound/material tuning
Cleanup
Don't show healing combat log lines when self-healing
Made the ogres work again
Added TimerProcs to NPC's, triggers at set intervals while a NPC is aggroed
adding particle dissolve shader
adding particle textures
WIP rework mortar impact FX
WIP igniter tile top
updated flipper FX
update/optim burner flame
BaseAttackViewAnimEvent, FX is now parented to world instead of unit to avoid moving FX when moving the unit right after attacking
Added a new self proc chance field to NPC definitions, will proc an effect on self for each attack
Fix zombie mode start countdown time
Fix for spectator stuff happening on the wrong client
Proper spectate cam for ragdolls
Fixed combat log not displaying any logs from enemies with"corpse" in their name
Separated nav arrow code from the MainCamera script