196,892 Commits over 4,110 Days - 2.00cph!

9 Years Ago
Fixed dead units not creating corpses
9 Years Ago
Units don't sense themselves. Senses debug overlay shit
9 Years Ago
Upped the senses range multiplier
9 Years Ago
DebugToolsObject GUI tweaks UnitViewEditor matrix tweak
9 Years Ago
Connection state enforcement
9 Years Ago
Fixed bad perception condition in combat module. Sneaking now decreases visibility.
9 Years Ago
Removed tick from UnitPortraitManager Made PlayerController.OnSelectionEmpty more reliable Random clothes in tribe start WIP (probably bugged due to preview item code)
9 Years Ago
fixed the positioning of the scope / flashlight addons for the double barrel shotgun
9 Years Ago
Avoid using GameObject.SetActive in potrait manager
9 Years Ago
UnitPortaitManager processes tracker portrait updates in a queue instead of on demand
9 Years Ago
Empty DMs no longer cause all subsequent DMs to be ignored. Fleeing is back!
9 Years Ago
Removed shitty bone finding LINQ from UnitPortaitManager.GetTrackerPortrait
9 Years Ago
Tweaks to fleeing calculations
9 Years Ago
Blackboard read/write filtering in AIDesigner, can only read/write to Entity type keys in the scope of BC
9 Years Ago
Player kill desires being removed also results in combat target being cleared now.
9 Years Ago
Moved ItemDesire fulfiment out of the Items component and into a callback in Desires Actions.CraftItem also creates Desires for newly crafted items
9 Years Ago
Added button to AIDatabaseSettingsEditor to remove unused after find/sort
9 Years Ago
Removed un-used Goals/Plans/Selectors from the AI database
9 Years Ago
More combat tweaks
9 Years Ago
Combat appears to more or less work now, with some jank still.
9 Years Ago
Combat kinda works now
9 Years Ago
5.5a
9 Years Ago
Fixed hapis, mostly...
9 Years Ago
[SC] Population is now based on combined RCI growth
9 Years Ago
[SC] More
9 Years Ago
Fairly big refactor on ItemDesire. Probably needs testing a bit.
9 Years Ago
Tweaks & optimizations.
9 Years Ago
latest
9 Years Ago
vm source updates
9 Years Ago
Removed empty animation event from human_anim_craft/human_craft1
9 Years Ago
Compile fix
9 Years Ago
Bomb mission now playable, needs UI work
9 Years Ago
Cleaned up Desires a bit, fixed a bug that caused incorrect Desires to be created from CraftCommand
9 Years Ago
loot table adjustments for slightly more infrequent flamethrowers
9 Years Ago
[SC] More
9 Years Ago
Fixed PickUpItem ACtion creating desires in StartImplementation rather than the OnItemPickedUp callback
9 Years Ago
sfx re-assigned to craft
9 Years Ago
Removed IsHuman field from AnimationParameters
9 Years Ago
Typo
9 Years Ago
Added button to sort AI modules by weight in AgentParamters editor/drawer Updated all Unit.Agent data with new modules for core behaviours and movement mode management
9 Years Ago
stone craft sfx added to anim
9 Years Ago
DecisionMakerTypes renames, added third type for movement mode management AgentParameters.OnValidate ensures that all DMs are always defined, drawer updates Split social AI modules into primary and additive modules Removed SetMovementMode actions from most Abilities (except the new SetMovementX ones)
9 Years Ago
Merged in latest temporal-aa changes; less bugs, sharper results
9 Years Ago
Compile fix
9 Years Ago
DSE formatting tweaks Module rename, Unit DM data fixes
9 Years Ago
- [SC] added bars
9 Years Ago
Project setting, shader variants MovementMode AI module tweaks
9 Years Ago
- Added UpgradeDatabase static class - PlayerStats now applies upgrades when calculating modified stats
9 Years Ago
fixed incorrect frame rate and end frames on lots of anims
9 Years Ago
- Bit more upgrades stuff