201,544 Commits over 4,171 Days - 2.01cph!
Updated most render library functions to not lock up when a Lua type error occurs during function execution
Added type error to render.Capture
update text mesh pro
wip career ui stuff
created a portrait prefab and replacing it in the squad editor etc..
Fixed Current Goal being reset by the high priority module evaluation pass.
Better logging.
Grinding through more npc corpse setups.
UIWidget/Screen refactoring to better support management of graphics components
Disabled vsync, removed Low quality setting (ultra default)
Fixed some issues with UIWidget not toggling components properly
TabbedWindows properly toggles child widgets
Hopefully actually fixing child widget component toggling
Removed DataAsset equality operators/overloads
Item pickup cleanup
Tutorial widget graphics cleanup
Version++
added uv2 channel to playermodel LOD0 heads for test (need to add to all lods and bodies) added hair mask to skin material, testing nontssaa with new comp and diffuse textures
Senses.SimTick returns if the unit's grid position hasn't change since our last tick
Senses position change gate has a timeout
IVehicleUser no longer needs a character reference
Replaced skin hair masks with multi-param packed map; added toggle for feature
First pass single frame imposter runtime and tools
B key now toggles build menu, instead of just opening it
New trees / polish / prefab settings / LOD distances / snow variants
less highlighting coroutines
Patrol points prefab update for Military Tunnel.
NavMesh now take transparent layer into account when baking (fences).
Possessions now have a reason.
The same item can be possessed for more than one reason.
Crafting component creates and manages possessions for crafting.
Removed Character ref from FootstepsControler
Removed character ref from CharacterMotorHitReceiver
Moving away from having Character implement all these interfaces. Instead, have its components implement the interfaces, and expose them if necessary. Starting with IHealth.
Forgot one ragdoll.
Corpse prefab setup.
added relaxed gun pose for scientists
fixed some minor glitches with 3rd person attack animations
Spectator and PersistentPerson character refs simplified. Spectator now implements IPlayableCharacter