191,035 Commits over 4,049 Days - 1.97cph!
Thicc spell projectile hitboxes.
Fixed item stats values being lost (wrong FormerlySerializedAs fieldname). Updated all values to x60 their original per second values
Dead players should no longer cast spells
Fixed players having idle noise value of 1
potential spell casting fix
scaled down ch47 map marker
skin approval
fix unit healthbar portrait animation
rerender igniter portrait with proper idle
removed error spam in BuildingView when we cant find a mesh renderer
TribeSpawner can specify hostility to player tribe
Removed testbox_diplomacy
Added testbox_combat
Added vertex alpha mask toggle for wetness (rust/std + core/foliage)
Enabled wetness in all quality modes (rust/std)
Removed ununsed wetness references
igniter :fix textures / material rig / animations / controller / WIP particle setup
file cleaning
career opportunities can now occur slightly more often
regen options UI forms
fixed obscured FoW mode not working
Fog of war mode now exposed in options, added traditional RTS style mode
Added PhysObj.ApplyTorqueCenter( Vector/AngularImpulse )
Added PhysObj.GetShadowPos() = Vector
Added PhysObj.GetShadowAngles() = Angle
Added PhysObj.GetVelocityAtPoint( Vector ) = Vector
Added PhysObj.SetContents( uint )
Added PhysObj.GetContents() = uint
tweak AI difficulty band values.
career mode AI difficulty increases during the season, starts of super easy.
ai options panel tweaks/cleanup/fixes
implemented AI difficulty selection for practice mode
more practice ai options wip: ui, code, integration to menu flow
Remove fire delay when scientists are mounted.
Updated 360 shooting pose
Stat debug fields update value when not focused
reverted back to original style player wounded ( which starts in an offest position and ends on the origin)
Added option for effects to not remove unit flags when removed.
One Shot Kill won't remove Dead flag on removal.
Revive Unit display name is now Revive
Reviving now takes time and has an animation
disabled unit gizmos on portrait clone views
scripts /units/ cleanup
better stats debug panel
more AI options panel work
small refactor of UIMapButton to make it more reusable
wip AI quick play options panel
Merge from projectile_trajectory
Network++
added AIDifficulty enum.
AISettings now takes AIDifficulty param, sets values.
Added MoveOutOfDangerChance, AttackNoMoveChance , AttackMoveChance values, control AI.Think() decisions with them.
VisitURL no longer opens mid game while jumping, opening chat
wip ai difficullty control.
fix for capture point NRE when completely capturing a point.
Added a text component that shows the current key binding to each belt bar slot
Removed reload binding
Fixed jittery NPC movements which were caused by a lack of hysteresis when their speed was right on the border of run animation speed
Added a global spell cooldown that blocks all other items/spells after using a spell (1 second right now, exposed as MinTimeBetweenCasts on the player prefab)
Fixed being able to cast more than one spell at a time
Default bind Use to F (was E)
A big of game mode spawn method refactoring