repobeforecancel

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

8 Years Ago
Now using EntityId + more work on persisting smart objects and their minions!
8 Years Ago
More work on InteractionPosition and InteractionPositionGroup.
8 Years Ago
Added RoleDefinition noun and verb fields Tribe tracker UI shows current/active role text when applicable Fixed DataAsset ids fields not being marked serializable
8 Years Ago
Ensure player is initialized when loading a session from the menu (doh)
8 Years Ago
Removed some stop coroutine calls Types to files (EntityId, PersistedEntityData) Added tooltips for rally + home buttons
8 Years Ago
Traits persistence
8 Years Ago
Merged from main
8 Years Ago
Fixed EntityId implicit conversion NRE
8 Years Ago
Moved action chain pooling to the AI manager, to ensure we alloc on init Added EntityId type with implicit conversions to IEntity via EntityManager.GetById (for persistence) Added DataAsset.Id, replaced GetInstanceID usages
8 Years Ago
YAMFM
8 Years Ago
Minor thing
8 Years Ago
Behaviours are aware of the plan they were created from, some other small refactors
8 Years Ago
When loading Interaction Positions, Occupier and ReservedFor might not hold valid Unit Id, so account for that.
8 Years Ago
SmartObject now holds GetInteractionPlanById
8 Years Ago
gave male boar corpse chunks of meat to be cut out
8 Years Ago
improved skinning on female skirt
8 Years Ago
YAMFM
8 Years Ago
Forced forward in AO settings to avoid artifacting with shaders that are fwd Menu background mouse paralax thing
8 Years Ago
Fixed Action events not being cleared
8 Years Ago
ActionChain pool return moved to behaviour/effect exit/complete state handling
8 Years Ago
Some unit portrait clone optimisations Split socials persistence to partial, removed a foreach in OnMinute callback ActionChain uses FixedArray to avoid any dynamic allocs, added pooling for action chains Removed NullItention
8 Years Ago
TimeManager persistence improvements WorldManager weather persistence
8 Years Ago
Merged from main
8 Years Ago
SmartObject persistence WIP
8 Years Ago
AudioManager reset returns pooled sources
8 Years Ago
Fixed a bunch of silly shit with bootstrap/game manager init
8 Years Ago
EntityManager.Reset doesn't need to go through the full entity destruction path Cleaning up Singleton/ManagerExtension init flagging, ECS reset
8 Years Ago
Load optimisations GameManager no longer bootstraps via coroutine, loads GUI from Awake and inits in Start instead Cleaned up entity view destruction More work on player camera persistence
8 Years Ago
small polish on angry anims
8 Years Ago
added some angry/breate anims to conversations
8 Years Ago
unconnected the part of the shader that broke lighting while next to fire
8 Years Ago
Refactoring Player persistence so we don't init components repeatedly PlayerProgression refactor to use entity/asset ids in persisted data, not references
8 Years Ago
Let's not always cycle selected unit after game ready is invoked in PlayerController.InitUnitHandling
8 Years Ago
Fixed some missing materials on den prefabs causing NREs
8 Years Ago
Socials persistence
8 Years Ago
angry anims
8 Years Ago
Roles persistence
8 Years Ago
Player camera module resets VicinityEffect reset/physics trigger cleanup Refactored entity view containers so that we get a cleaner scene heirarchy after load
8 Years Ago
Same again
8 Years Ago
FlockDriver.OnDestroy disposes culling groups Misc Player reset tweaks
8 Years Ago
Disabled keepalpha in clothing, hair and skin to allow latest ASE until fix is up Updated ASE to 25.002
8 Years Ago
SaveLoad GetSaves missing directory create
8 Years Ago
Patched hair, skin and clothing shaders
8 Years Ago
campfire and large building updated for new building sytem
8 Years Ago
Reproduction persistence (untested)
8 Years Ago
Relationships clean up and persistence
8 Years Ago
Relationships persistence WIP
8 Years Ago
Ingame load sorta working, few bugs left
8 Years Ago
Player/PlayerComponent persistence pass
8 Years Ago
Progression persistence