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

8 Years Ago
LOD meshes for the new creatures. Animation fixes.
8 Years Ago
initial commit
8 Years Ago
Subtracting 24967
8 Years Ago
Moved all update calls etc. to one place.
8 Years Ago
Fixed craft order activity displaying the wrong info (requester/crafter were switched around) Generated enums
8 Years Ago
art
8 Years Ago
Crab & Barghest LODs
8 Years Ago
Fixed a career mode creation bug which was leading to a bunch of other bugs. Added editor menu option to delete career save file.
8 Years Ago
Added blackboard item craft requirements filter, removed condition from TargetFilter.FindRequiredItemForCrafting Filter editor cleanup
8 Years Ago
cm se unit list spacing tweak
8 Years Ago
6 more NPC LOD setups.
8 Years Ago
Obsolete inventories.
8 Years Ago
Added sendnetworkupdate admin console command (useful for testing)
8 Years Ago
clicking play match with an invalid/incomplete squad for your next career match no longer starts the match and crashes, instead switches to squad editor tab for you to finish your squad.
8 Years Ago
merged from main
8 Years Ago
added help prompt text when trying to start career match with invalid squad
8 Years Ago
LOD meshes & setup for the rope bridges.
8 Years Ago
Content bundled dungeon meshes.
8 Years Ago
merged to main
8 Years Ago
Fixed NRE in PlayerModel.DoAimingSounds
8 Years Ago
giant hut
8 Years Ago
missing interaction positions
8 Years Ago
Tree cleanup
8 Years Ago
LODs for more things that didn't have them. Scene stuff
8 Years Ago
Added itemoutline convar
8 Years Ago
Organizing things.
8 Years Ago
Build scene
8 Years Ago
art
8 Years Ago
Douglas Fir LODs
8 Years Ago
Added metabolismtick convar (time inbetween metabolism updates)
8 Years Ago
Eliminated GC from QuickCraft.Rebuild
8 Years Ago
Ensure players always spawn on beach (Savas island)
8 Years Ago
Shaved most GC allocs in hair setup and morph cache
8 Years Ago
Removed InteractionDesire. Added Agent.NextInteraction.
8 Years Ago
Cave work
8 Years Ago
More Scientist AI
8 Years Ago
Doin bits
8 Years Ago
more
8 Years Ago
Fixes.
8 Years Ago
Build
8 Years Ago
Improvements to scientist behaviour.
8 Years Ago
Merged from main
8 Years Ago
ViewFill now places box nav mesh obstacles for each block of views
8 Years Ago
Fixed multi clicks required to start fill placement Fixed some bad rotation logic
8 Years Ago
bits
8 Years Ago
Misc
8 Years Ago
Screens
8 Years Ago
save
8 Years Ago
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.
8 Years Ago
Reduced lodcomp OnVisibilityChanged overhead Top hiz downscale (testing)