repobeforecancel

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

8 Years Ago
Tweaks to Sleep behaviours, people should sleep more often... Fixed some Desire NREs related to DesireFilter Hacked in quick fix to turn off the "stabiliseTorso" anim bool when sleeping (cc frankeih, see HumanView) Added an overload for Items.TryPickUpItem that doesn't rely on an animation events + callbacks Social interactions now give a slight Mood boost rather than a "happy" buff, Happy and Sad Effects are applied using Mood thresholds instead Added CanStowItem and CanHoldItem Conditions which actually check for the availability of valid attachment points Fixed issue causing people to continulously try to stow a held weapon that was not stowable (rocks, etc)
8 Years Ago
More Desires tweaks
8 Years Ago
Compile fix
8 Years Ago
Tweaks
8 Years Ago
Refactored Desires, fixed various bugs with creation and fulfiment, improved debug display and a bunch of other shit I forgot
8 Years Ago
Fixed Senses not working due to bad restricted Item and Resource type definitions data Rewrote/consolidated Desire weight considerations into a single type Improved Desire support for various item property definitions Units are much better and finding and gathering Desired items Added warnings when a SmartBehaviour can't find a free InteractionPosition on execution
8 Years Ago
Progression widget timeout fix Fixed NRE in CraftItem action, improved state handling a bit
8 Years Ago
Need/Vital CurrentValue getter is clamped 0-CappMaxValue
8 Years Ago
Vital and Need.CurrentValue setter clamp removed, using Mathf.Min(value, CappedMaxValue) instead
8 Years Ago
Effect Triggers can now be disabled for debugging
8 Years Ago
More audio cooldown stuff
8 Years Ago
PlayerProgressionWidget fixes, data tweaks
8 Years Ago
Compile fix
8 Years Ago
Craft/Build data pass
8 Years Ago
Various editor and item/building data tweaks Hooked up item/building discovers to the progression UI Fixed a few NREs in Desire types related to Definition comparisons Desire.Reset clears descriptive text for re-use
8 Years Ago
Implemented skill gain based Item/Building unlocks Added UnitProgression, GroupProgression components TribeStartArea applies starting Stat values regardless of the scene being played in editor
8 Years Ago
Very basic global sound cooldown
8 Years Ago
Removed unnecessary pitch modifier from Audio
8 Years Ago
Skill unlocks progress BuildingTypes, ItemTypes and ResourceTypes now use Definitions Unit sound pitch is now adjusted on the mixer via AudioManager.OnGameSpeedChanged
8 Years Ago
deer, young male has little horns elder male is bigger, has giant horns and looks beefy
8 Years Ago
Audio manager cleanup, started reworking the mixer, added ducking for high prio UI sound and Unit sound
8 Years Ago
turned off curve resampling for rabbit to stop it stomping keyframes
8 Years Ago
stopped sleeping going to sit while isSleep is still true
8 Years Ago
Initial implementation of noise in relation to in game unit sounds.
8 Years Ago
AudioSourceManager.AudioSource exposure
8 Years Ago
Data save
8 Years Ago
StatModifiers more easily created in code without data dependencies, example usage in Audio
8 Years Ago
Effecs tweaks (death triggers restored to intended setup, pre stats def refactor) Temporary transform.LookAt in SetDestination when we arrive at a SmartObject InteractionPosiiton
8 Years Ago
Fleeing distance just based on Morale parameters for now until we can find a better distance calc
8 Years Ago
Started adding stuff to UnitSoundTypeDefinitions
8 Years Ago
SetDestination tweaks
8 Years Ago
Fixed bug with game start music
8 Years Ago
removed FormerlySerializedAs
8 Years Ago
Renamed SkillTypeDefinition.Verb to SkillTypeDefinition.Noun beacuse I words good
8 Years Ago
Merged SetDestination actions back into a single class, added custom editor. Stopped SetDestination ending early after a distance check when in SmartObjectInteraction mode. Fixed BehaviourChain break bug causing SmartObject subscripts to not end correctly Fixed rect select not working
8 Years Ago
Fixed some bad coordinate conversions that were breaking fleeing
8 Years Ago
interaction position infomation for log seats assets with the fixed tools!
8 Years Ago
Yet another merge from main.
8 Years Ago
Fixed broken entity selection in InteractionPositionEditor
8 Years Ago
Fixed a bunch of stupid allocation in DebugTools Added sorting by tags and tag copy/paste to AtmosphericMusicSettingsEditor
8 Years Ago
logs to sit in mostly working, broken by lack of position interaction editor.
8 Years Ago
removed annoying debug log
8 Years Ago
Merge fleeing stuff to main
8 Years Ago
DSE cleanup
8 Years Ago
sleep sounds edited and added to anims
8 Years Ago
Some skill usage data
8 Years Ago
Fleeing using Influence Maps WIP
8 Years Ago
Merged from main
8 Years Ago
Working on evaluating roles in a Social for participants.
8 Years Ago
Fixed a bunch of bad combat ability skills data