192,969 Commits over 4,049 Days - 1.99cph!
Very important comment header consistency
Fixed ZoneEcology spawn routine starting handler coroutines instead of yielding to them ;x
Added Group Has Housing condition to Shelter tier
Grid positions in entity debug view
Minor senses tweak for easier debugging of entities from grid sample
Converted PlayableCharacterInventory
Removed unused AI unlocks
Converted PlayerBelt (untested)
Undone some item serialization
▌▉▍▌▋ ▄▆▋▉.▇▄▆▌ ▋▌▌ █▅▆▌▌▉▇▊▄ ▇▊▍▌▆██▅▇▆▊▇▋.
Added runtime lookat debug info for ai.
Lowered bravery stat to +10 so rats will attack people
fixed HasDesire data that got changed due to desire type removals
Disabled wander to territory while raiding
if we already have a home, unset the previous home when setting a new one.
Fix not being able to equip spells in offhand slot
Attempting to make equipped items update automatically after being equipped
Actually revert that commit for now because it breaks things in client/server only modes.
More character conversion work
WIP weapon switching work
- Work on Character, not completed yet
- Moved NetworkEntity back out of its (accidental?) sub-folder, fixing all the missing NetworkEntity references in the project
- Took some stuff out of GameModeUniversal that's now loaded separately by Bill's system
Reverted threat reduction on raiding effect
Raid goal tweaks
Exposed a required Progression Tier for each raid spawn set, locked rats to Shelter tier and locked wolves to Equipment tier
Made rats omnivorous and added the animal combat module
Raiding units now get bravery buff
Fixed the misaligned text on the progression unlock popup
update WIP unit detail UI
Spawn populations
Manifest
Cleaning up Game Events stuff in prep for progression integration
EntitySpawner now has a field for a TriggerSpawns event, instead of a bool
GameEvent.TriggerSpawners now triggers spawners that match the event def
update wip unit detail panel
moved overgrowth materials to core/foliage
Various world spawn stuff