branchbefore/maincancel

17,530 Commits over 1,614 Days - 0.45cph!

9 Years Ago
tidy up of human controller using substate machines and adding idle to movement blend tree in animals (to make stopping look more natural)
9 Years Ago
Merge from interaction_refactor
9 Years Ago
changed the buildings so they spawn in the item placement editor constructed
9 Years Ago
checking in some fixes tent anim controllers
9 Years Ago
Entity view managment inserts elements with correct default values Fixed building view scale values
9 Years Ago
Removed Entity from EntityTypes enum Fixed all bad BCD data related to the above enum change
9 Years Ago
Data fixes Default to Utlra quality
9 Years Ago
Radial menu runs condition evaluation on target SmartObject interactions (only shows those that pass) Unit.Update no longer public or virtual, moved TickMorhs to UpdateMorphs
9 Years Ago
Radial menu supports abilities and unit targets Added AbilitySettings.ExposedToPlayer flag Made some name fields in DataAsset [NonSerialized] (should stop weird name issues)
9 Years Ago
Merge from frankie's branch
9 Years Ago
Merge from entity_refactor
9 Years Ago
Compile fix
9 Years Ago
Merge from entity refactor
9 Years Ago
Script folder cleanup
9 Years Ago
Radial layout thing EC injects smartobject interactions in base init UnitGroups to UnitClass
9 Years Ago
Fixed a bunch of broken prefab refs
9 Years Ago
DecisionMaker init fixes and additional cached casting for new Group derived Entity types Also added temporal AA from the playdead repo
9 Years Ago
More view > entity monobehaviour deferal
9 Years Ago
EntityView event fixes and UnitCollection trigger re-write
9 Years Ago
Entity removal refactor
9 Years Ago
if UNITY_EDITOR wraps EntitySettings.OnValidateHook
9 Years Ago
Missed event
9 Years Ago
Compile fix
9 Years Ago
Data save
9 Years Ago
new idle randomise system movements on human setup to stop spamming console
9 Years Ago
AvatarPostprocessor tweak
9 Years Ago
Bu-bye, TAA, we hardly knew ye
9 Years Ago
added back transition to emotes from idle
9 Years Ago
Disabled ItemViewEditor
9 Years Ago
EntityViewEditor SmartObject panel
9 Years Ago
EntityViewEditor for children
9 Years Ago
Player can select any entity in editor
9 Years Ago
Entity.Transform property rename for clarity
9 Years Ago
Entity.OnSelect/OnDeselect bool set in base methods
9 Years Ago
PlayerController entity selection fixes, event properties
9 Years Ago
made bear idle loop work
9 Years Ago
Ground/world clicks deselect all entities not just units, duh
9 Years Ago
Debug select only control
9 Years Ago
Press F1 to select the currently selected Unit's view gameobject
9 Years Ago
fix for in combat while runing glitching
9 Years Ago
last checkin was the wrong file, this is the real fix for in combat while running glitch on the human
9 Years Ago
-leftCtrl + lmb on unit = selects gameobject in inspector -Fixing SO not checking for max Subscriptions and InteractionPlan too.
9 Years Ago
Deincrament suscription change
9 Years Ago
Move smartObject.AllowedSubscriptionCount incrament to InteractionPlan constructor
9 Years Ago
Interactions refactor
9 Years Ago
AllowedSubscriptionCount calculated correctly
9 Years Ago
EntityView physics events dont use er, events
9 Years Ago
Forgot to save
9 Years Ago
Profiler hooks
9 Years Ago
Moved some SO collider setup to SmartObject because reasons