201,578 Commits over 4,171 Days - 2.01cph!

8 Years Ago
Lowered bravery stat to +10 so rats will attack people
8 Years Ago
Added runtime lookat debug info for ai.
8 Years Ago
Merged from main
8 Years Ago
▌▉▍▌▋ ▄▆▋▉.▇▄▆▌ ▋▌▌ █▅▆▌▌▉▇▊▄ ▇▊▍▌▆██▅▇▆▊▇▋.
8 Years Ago
Merged from ai branch
8 Years Ago
Undone some item serialization
8 Years Ago
Converted PlayerBelt (untested)
8 Years Ago
Removed unused AI unlocks
8 Years Ago
Converted PlayableCharacterInventory
8 Years Ago
more career ui
8 Years Ago
Converted HeldItem
8 Years Ago
more
8 Years Ago
Grid positions in entity debug view Minor senses tweak for easier debugging of entities from grid sample
8 Years Ago
Added Group Has Housing condition to Shelter tier
8 Years Ago
Converted HeldItem
8 Years Ago
vm crossbow wobble fix
8 Years Ago
Fixed ZoneEcology spawn routine starting handler coroutines instead of yielding to them ;x
8 Years Ago
ActiveItemController
8 Years Ago
Very important comment header consistency
8 Years Ago
wip mod list stuff
8 Years Ago
Group.Supplies maintains a list of all entity ids added to supplies Added InGroupSupplies condition, replaces all "X is within Y of Z" distance conditions
8 Years Ago
don't show enemy squad in career squad editor
8 Years Ago
Corpse stockpiling and hunting using the same target filters, which should stop people picking up a hunter's kill
8 Years Ago
FindCorpseToPickUp condition tweaks
8 Years Ago
Fixed potential NRE in debug spawner
8 Years Ago
actually fixed that NRE
8 Years Ago
CarryUnit removes the unit from its current container when applicable
8 Years Ago
Removed Patrol Goal from Human/Idle
8 Years Ago
Fixed CarryUnit detatch crap
8 Years Ago
wip mod panel, headers, list
8 Years Ago
Removed "being processed" condition from FindCorpseToPickUp
8 Years Ago
Hunting corpse management uses its own target filter
8 Years Ago
Fixed some UI widgets not being properly managed by modal state changes and sibling isolation
8 Years Ago
Added player building proxy meshes for reflection pass Added reflection.quality convar (0, 1, 2 - defaults to 0, unsaved for now)
8 Years Ago
more market wip
8 Years Ago
Ported the rest of the serialization methods. all untested.
8 Years Ago
more
8 Years Ago
Protobuf things for Raiding component
8 Years Ago
Scene backup
8 Years Ago
▌▊▅█▌▉▉ -> ▊▅▅▊▌▊▌▄▇▍ ▌▄▌ ▄▋▍▆▊▄▋▋ ▊▋▆▌ █▆▌ ▋▌▋ ▅▉▋▊
8 Years Ago
Progress
8 Years Ago
Pre-spawn
8 Years Ago
Reverted the spell commit from yesterday
8 Years Ago
Character conversion work. See notes above 'Action subLateUpdate' in Character.cs for more info.
8 Years Ago
Character still has a bunch to do but not kinda works. You can walk around. Switching the default spawn to character instead of spectator.
8 Years Ago
Q to swap equipment sets (not currently working, code is setup though) Some belt stuff
8 Years Ago
Needed to add some #if SERVER flags around serializing to remove errors when in Client-only mode. We may be able to remove these later. Also fixed a bug in SingleUserInteractableEntity.
8 Years Ago
Updated PlayerInventoryProperties so sword, shield and staff start in the correct equipment slots
8 Years Ago
Ran CodeGen to make new button input work
8 Years Ago
Character interface stuff