241,432 Commits over 3,867 Days - 2.60cph!

8 Years Ago
Voice callback fixes
8 Years Ago
tidy up
8 Years Ago
not sure why this was changed
8 Years Ago
Fixed for errors in CLIENT/SERVER only modes
8 Years Ago
Missed one file in previous comit apparently
8 Years Ago
Fixes. The check for space to exit a vehicle is working correctly now.
8 Years Ago
Disabled some new elements of player pooling to fix missing footsteps, weapon world model issues
8 Years Ago
Fix for debug capsule visuals
8 Years Ago
Basic entering and exiting vehicles working. Exiting vehicle boots player but camera doesn't follow correctly yet.
8 Years Ago
Vehicles are no longer NetworkPlayers, just network entities
8 Years Ago
Connecting drivers to vehicles
8 Years Ago
Still testing to get it buttery smooth...
8 Years Ago
WIP possibility to set default interactions on dispensers
8 Years Ago
Minor goal plan attribute fix
8 Years Ago
Removed [s]/[t] prefix from GoalPlan node consideration display
8 Years Ago
Fixed a bunch of module data that got fucked due a field rename that unity refused migrate via FormerlySerializedAs ;\
8 Years Ago
Merge from goalplan_fallbacks
8 Years Ago
Fixed the AI Designer being broken af
8 Years Ago
Hunger tweaks.
8 Years Ago
Recyclers in radtowns are immortal
8 Years Ago
Removed Energy considerations from Common - Collaborations module, since this is more of a "manage collaborations" module, I ticked "Allow no considerations" for it instead, that we rather let the collaboration inititiative modules take care of the consideration scoring.
8 Years Ago
Evaluation Target for considerations is now shown on the node summary as [s] for self and [t] for target. Added Mood considerations to Human - Collaborations - Social module. You're now more likely to take the initiative for collaborations if your mood is high. You're now more likely to start a conversation if your target's mood is high. You're now more likely to give someone a hug if your target's mood is low.
8 Years Ago
Ticked "Allow no considerations" for all goal plans in Human - Building module, since they're either player commanded or picked based on careful condition flagging.
8 Years Ago
Energy considerations added to Common - Stamina module (more likely to recover stamina with higher energy).
8 Years Ago
All Goals and Goal Plans in Common - Movement Mode module now has Allow for no considerations ticked.
8 Years Ago
Added Stamina consideration to Flight goal in Common - Combat - General. Manage Targets and Clear Combat Target nodes now has "Allow No Considerations" ticked in Common - Combat - General.
8 Years Ago
Renamed GoalPlan.Attack(Human) to GoalPlan.Attack (since it's used in Common - Combat - Attack module). Added Stamina consideration to Common - Combat - Defensive module.
8 Years Ago
Added Stamina consideration to Attack (Human) goal plan in Common - Combat - Attacking (though how is this Human specific?)
8 Years Ago
tweaking with sleep AI so people sleep and wake up at reasonable times
8 Years Ago
Energy consideration added to Common - Collaborations in AI Designer.
8 Years Ago
Added inverse mood stat consideration to Decline Breeding Social Invitation. Added a "inverse" hint in the list of considerations displayed on nodes in the AI Designer.
8 Years Ago
building asset and new shader in a new branch
8 Years Ago
buildings and level updated
8 Years Ago
Fallback goal plan preliminary stuff
8 Years Ago
More fuckery
8 Years Ago
fixes to some cave rooms, new cave block corner_up Adding cave_large_hard files wip
8 Years Ago
Commenting out some reflection fuckery that I bokred
8 Years Ago
Editor tags
8 Years Ago
may have fixed people sleeping standing up
8 Years Ago
Steamworks update
8 Years Ago
AI Modules can be disabled on the asset level Disabled breeding and collaboration related modules
8 Years Ago
Cherry picking 16774 - disabling water vis trigger, not ready for server yet
8 Years Ago
Ran scene2prefab to fix missing materials
8 Years Ago
Renamed RemoveUnitTag to RemoveUnitFlag because that's actually what it does Hooked up consideration response invert to editor drawer Removed some consideration assets that are no longer needed as a result of the wrapper level invert Did a bunch of reflection in DataAsset.GetReferences Goals and GoalPlans can flag their DSE as "allowed no considerations", mostly for player instigated AI (this disables warnings and validation)
8 Years Ago
combat music edit
8 Years Ago
latest art
8 Years Ago
Added more rocks around lighthouse/ network ++
8 Years Ago
backup/progress
8 Years Ago
Decals now loaded from Item Database
8 Years Ago
Refactored ResponseCurve to support inverse internally.