223,524 Commits over 3,684 Days - 2.53cph!

6 Years Ago
Merge from main
6 Years Ago
higher icebergs ad icesheets densities in arctic
6 Years Ago
more
6 Years Ago
Scientists don't hurt each other.
6 Years Ago
lower rock splat amount via material bias
6 Years Ago
Entities can flagged as inaccessible in a Unit's knowledge data. This can be checked in DM filtering and is set via navigation failure in SetDestination
6 Years Ago
Added checkpoints to iceroad Coin, trigger mats Score effects
6 Years Ago
refactored roster view tab UI to a new UITeamView, works for any team. clicking teams in league now pushes a modal version
6 Years Ago
Added files that didn't get checked in
6 Years Ago
Perform all filtering before increasing count of evaluated candidates. Added new RegisteredBuildingItems entity source for filtering.
6 Years Ago
Fixed floating decor rocks
6 Years Ago
Scientist voice com only limit replies when not in a squad.
6 Years Ago
Fixed planet navigation bug when rapidly switching
6 Years Ago
Cherry picking 25305
6 Years Ago
Reject rivers that start too close to other rivers
6 Years Ago
Merged hapis_7 to save157
6 Years Ago
Improved awareness of allies stepping into an npc's line of fire. More optimization when trying to wake up dormant agents.
6 Years Ago
.
6 Years Ago
actually enable single entity on food AI
6 Years Ago
Fixed a debug tools wrapper NRE
6 Years Ago
▉▌▄▌▉▋ █▉▋▊ ▆▇███▇▇ █▆▍█▌
6 Years Ago
Smoother river terrain adjustments
6 Years Ago
Some more stone splat on beaches
6 Years Ago
Cleanup
6 Years Ago
adding wip logo stuff (nothing implemented yet)
6 Years Ago
fixed NRE in GoalPlan. Food AI uses single entity mode again but checks SmartObject viability. Cooked food AI uses same pattern as Eat Something.
6 Years Ago
skightly more trees in temperate field topo
6 Years Ago
apparently I deleted a comment and didn't save it last night
6 Years Ago
Added medium beachside rocks
6 Years Ago
Backup
6 Years Ago
▋▋▄▄▄▉▍ ▉▍▇▉▅
6 Years Ago
▇▄▋▆▉
6 Years Ago
Fixed bug in TryWakeUpDormantAgents introduced in yesterday's optimization. Applied ally awareness again on Scientists.
6 Years Ago
pop changes backup
6 Years Ago
Reworked defend ally goal plan (just makes unit run to ally under attack, doesn't check for perception, other combat modules should take over once the unit gets into range) Added a condition type to check for a unit's role Added a bravery effect for defenders to make them more likely to stay and fight Added a PlayerDisabledRole activity
6 Years Ago
Unsaved change
6 Years Ago
▍▉▆▇▋ ▋▊▉ ▊▉▄▌█
6 Years Ago
New console command to fill a container under cursor (eg. fill_container Berries) Disabled Evaluate Single Entity Per Type on Find something to eat - if multiple units are hungry at the same time and at the same location (eg. waking up in the morning) they would all share the closest food item in a basket and only one would be successful because they would occupy the interaction This change should make multiple units eat from a basket of berries at the same time
6 Years Ago
Cleanup
6 Years Ago
Fixed those occasional ragdoll rootbone errors.
6 Years Ago
Fixed a HitInfo constructor not assigning PointStart (should fix some blocking irregularities)
6 Years Ago
Scene & prefab stuff.
6 Years Ago
Added stone splat to sand
6 Years Ago
Spawn population tweaks
6 Years Ago
Forestside splat tweaks
6 Years Ago
Forest size tweaks
6 Years Ago
▅█▆'█ ▆█▄▉ ▍▆▇▊ ▇▍▊▉ ▇▊▍▄ ▌▅▉▊ █▉ ▍▆▄▅ ▉▅▋▍▆█ ▌▆▍▋█▍ ▉▌▌▅▄ ▋█▆ ▅▅▌█▍▍▌ (▉▄▋▉▌▉▌▊).
6 Years Ago
First try at improving scientist awareness of shooting allies.
6 Years Ago
Backup
6 Years Ago
Register at Crafting Station checks if someone is already using it. Nuked machine process value. EntityValueConsideration is now just consume value. Food AI should now choose better between eating from dispenser and picking up items. Current Goal and Last Goal Plan should now only clear from a break that doesn't set a new GPV. Fixed GoalPlanVariant.CalculateScore inconsitency causing AI to get stuck sometimes.