repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

9 Years Ago
Water splash fx material uses lit alpha blend shader
9 Years Ago
happy tripping laughing
9 Years Ago
chagned hand positions in happy anim
9 Years Ago
tribal drumming loops added
9 Years Ago
Stat fields + defaults in IsWithinPerceptionRangeSettings
9 Years Ago
Removed Stat.CappedMaxValue, MaxValue handles caps itself
9 Years Ago
Fixed approaching targets in combat
9 Years Ago
More tweaks to approaching in combat
9 Years Ago
Stat modifiers can now target max or current value Fixed "minipulation" typo in all the things Fixed IsWithinPerceptionRangeSettings not checking the right stats Other refactoring
9 Years Ago
BaseEntity physics cleanup Fixed bad casting in Stat+Properties
9 Years Ago
Effects now support keyword replacement in their descriptions
9 Years Ago
Data save
9 Years Ago
Fixed NRE in EntityView.OnDrawGizmos (cloned views)
9 Years Ago
Fixed bad path in SceneLoader
9 Years Ago
Scoring of roles. Remains to properly enter and exit acts through the chain of acts for a Social, need some kind of callback to hook up to on Act finished.
9 Years Ago
MusicManager fix
9 Years Ago
Added Unskilled SkillLevel Removed SkillRequirement Fixed ResoruceTypeDefinition fuckup
9 Years Ago
TickableEntity abstract
9 Years Ago
Combat Ability Selector logging
9 Years Ago
Editor tags
9 Years Ago
Some data for Breeding.
9 Years Ago
Asset "enum" drawer has a select button again Improved Dispenser interactions drawer
9 Years Ago
Breeding now works, but have to set up callbacks to catch when we should exit an act (and in turn a social) that we can properly uninstall act/role modules, and continue the chain of acts for a given social to solve more complex socials.
9 Years Ago
Fixed Resource interaction skill usage
9 Years Ago
Fixed more skill usage data
9 Years Ago
ExitAct in Social works now, which removes the module of the act. EnterAct for next act in chain of Social works now. EndSocial works now, which removes all participants and destroy the Social entity.
9 Years Ago
Merged from main to keep branch healthy.
9 Years Ago
Weapons data balancing
9 Years Ago
tortoise rename morphs to nutition
9 Years Ago
missed from last checking, tortoise idle (hasnt really changed)
9 Years Ago
Fixed the statistical model for breeding to take menstruation cycle and chance based on when last the tribe had a female pregnant.
9 Years Ago
Merged from main.
9 Years Ago
Merged from Socials branch (Breeding).
9 Years Ago
Progression data tweaks
9 Years Ago
SkillLevelDefinition IComparable AssetEnumDrawer sorting
9 Years Ago
Set Human basic attack to use correct skill
9 Years Ago
AssetDropdown rename / tweaks + comments DataAsset.IComparable
9 Years Ago
Fixed potential NRE in IsCarryingRequiredToolCondition when the player tells an animal to harvest something that requires a tool (only possible in editor and a bit stupid, but hey)
9 Years Ago
NRE catches in UnitView Update/LateUpdate
9 Years Ago
Catch potential NRE in UnitIsGroupMemberFleeingCondition when a unit does not belong to a Group
9 Years Ago
Effects data stores a list of morphs, rather than just one. Matching morph picked using unit gender + age
9 Years Ago
Added UnitInteractionState behaviour to all relevant states (item switching)
9 Years Ago
UnitSpawner "base" building is actually optional
9 Years Ago
Fixed entity physics toggle failure
9 Years Ago
Deer ragdolls
9 Years Ago
Fixed potential NRE in CraftItemSettings related to Skill usage
9 Years Ago
muscleman hair for seb
9 Years Ago
Rebaked smartobject_test navmesh to include some padding around the walls Cleaned up skill usage in Combat+Callbacks, CombatAlgorithms and TakeEffectFromDispenser to fix potential NREs
9 Years Ago
ItemDesire fulfillment checks test whether items are unlocked
9 Years Ago
Missed a bit