200,729 Commits over 4,171 Days - 2.01cph!
Navigation.NavigateToEnemy NRE fix
Foliage polish / color corrected new foliage / added custom vertex normals / rebaked billboards
Don't count disconnected players in z game mode
fixed being unable to repair boats due to decay
easier to access rowboat storage
fixed null group setting errors when spawning vehicles
rowboats that lose their driver will eventually turn in circles and stop
Ambience emitter perf bug fix
Not a fix, just adding some comments
▌▅▇▌▆▊▋▇▊ ██▅
█▉▇▅▍▍ ▌▋▊▇▊▍▄ ▉▍▇ ▊▉▌█▄▄▆▋▌▉<▋>
▇▉▅ ▆▄██▅▍▉ ▆█▋ ▊▇▌▉ █▇▋▊▋█▋▅▉▄▄▇▇ ▉▇▇▅█▅▉▄▊, █▉█▍▌▇▄ ▅▋ ▋▅▋▇█▌▅▊▅▇ (▄██▇▋▊▍ ▍▅▉▆▅▇█▌▍▅▆▋ ▉▇ ▅█▆▇▆▉▅)
NPC stats expose values for different movement speeds instead of hardcoded multipliers
Mix tweaks
CH47 engine distance crossfade fixes
EffectParentToWeaponBone now works on BaseViewModel
Fireball channel fx now parents to l_hand when in first person on the local client
can push rowboat with 0 calories
ch47 particle lag fix
boat spawn lag fix
Fixed an obscure bug that was causing double-up NetworkEntityGroupSubscriber BeginSubscribing attempts if a user disconnected and that disconnection ended the game round, and then they reconnected:
- User disconnected and their character was unsubscribed on disconnect.
- Round end was also triggered.
- Round end killed their character, causing a re-sub to their NetworkUser (networkuser takes over as the sub when there's no character, but this should only happen when they're connected).
- When they reconnect, the OnUserReady tried to sub the NetworkUser again.
Fixed by skipping the re-sub if the user is disconnected.
Mix tweaks
Quick spas12 gunshot + handling levels pass
update unit panel
fixed blank team logo image when no texture
Mix tweaks
Boat engine sound tweaks
fix unit panel nickname error in the squad editor
Fixed a few cases where a MonoBehaviour was referenced via an interface and needed a "Unity null" check instead of a "normal" null check. Fixes the bug where the round didn't reset correctly if Z Game ended due to a player disconnecting while another player was still on the spawn vehicle.
Added a new EffectSpellChannel component that disables an effect if the active spell is no longer active (was cancelled)
Added that and the ParentToWeaponBone component to the Fireball, Frostbolt and Heal spell channel effects
Zombies stop attacking correctly when their target dies
NPC aim fixes
locked hackable crate (ch47 event)
ch47 ai work
ch47 crate dropoff
ch47 no longer orbits water wells or tier 0 monuments
Range fix for scientists mounted to the CH47.
protocol++
more sensible cargo heli spawn timings
m249 ai balance
extra scientist at ch47 rear
ch47 scientists become unhostile after 2 minutes of not receiving fire
hitting scientists also causes the heli to aggro
m249 AI balance
Made defensive AI target filters evaluate more than one candidate so people might actually defend themselves now
minor AH fix for laptop
added map marker to ch47 crate
fixed logo opacity
updated unit panel now display proper info when hovering unit squad editor button
Added pool.debug to standalone builds (only works in development builds)
Added hostility mode to CandidateEntityFilter
Candidate filtering should now be able to apply type specific filtering to the relevant entities if filtering by type is disabled
Defensive AI filters by hostile status.
Hapis, Savas, Koth ch47 drop points
Save++ because Helk decided to commit all monuments
Network++
Wildlife NPC wip
New FX point 'root' for effects originating from the ground.
removed empty combat ability from Wolf
Final pass on duplicate kill prevention on Scientists + minor cleanup