193,212 Commits over 4,049 Days - 1.99cph!
Added GM.PlayerDroppedWeapon( ply, wep )
Potential vrad.exe performance improvements
added CareerLeague.NextPlayerFixtureSetEvent.
GameColorManager now listens for this event, sets kit colours.
People no longer drop needed items when crafting when more than one of the same item is required.
food AI curve tweaks.
AI debugger no longer says "score inherited from GoalPlan" when it's actually from a Goal.
un-override the filtering on the target filters for gathering for crafting
Gathering for crafting actually looks for required items and not just any items.
Basket crafting AI now uses crafting orders and not leftover desires stuff.
Removed some old data.
Color.ToHex() now converts to Color32 so it can be formatted as hex
added extensions class with Color.ToHex
Fixed NRE in PlayerMetabolism
results table header changed to show round number/max
redisabling the UI in the main scene
GitSync: numpad library bugfix, TTT updated to latest version, UTF8 library fix
setup away kit with complementary colors
tweak ui portrait material for glow
tweaked color kit/added new one
sorted kit ID by hue for visualisation , reassigned corresponding kit ID to player/ai team
change unit kit color script to spawn half in away color, sorted by ID
Added torch equip/ignite tip
Added comfort explaination tip
added consume food/water tip
Added campfire heal tip
translate mouse0 etc to "left mouse" in game tips
Different fix for the previous bug. Apparently some things could be spawn queued but not yet in the snapshot. If two characters joined right together, the second client's character wouldn't show up for the first client. Instead, keep the queue but don't send an entity in the snapshot if it's already in the queue.
ViewFill can assign extra construction requirements per fill used (eg. 0.2 logs for each view used as filler)
Gets rounded to an int and added to whatever construction requirements already exist for the building
Reduced lodcomp OnVisibilityChanged overhead
Top hiz downscale (testing)
Fixed a bug that was as follows:
Server events:
1. ZGameMode client player character created. It has no children yet.
2. Character spawn serialization is queued on NetworkEntityManager (but not sent yet).
3. Character is set as the NetworkSubscriber subscriber.
4. Full snapshot is sent as a result. Character with no children is serialized.
5. Fists selected and assigned as child of character.
6. The queued spawn from #2 is sent. Character has one child (fists).
Client receives the first spawn with no children, and ignores the second one because the entity already exists.
Fix: Clear the spawn and update queues when sending a snapshot. Everything's getting sent anyway.
Fixed multi clicks required to start fill placement
Fixed some bad rotation logic
ViewFill now places box nav mesh obstacles for each block of views
Improvements to scientist behaviour.
Removed InteractionDesire.
Added Agent.NextInteraction.
Shaved most GC allocs in hair setup and morph cache
Ensure players always spawn on beach (Savas island)
Eliminated GC from QuickCraft.Rebuild
Added metabolismtick convar (time inbetween metabolism updates)