30,719 Commits over 3,867 Days - 0.33cph!
Added wall building plan
Building blocks now 10x harder to destroy
Foundations placed on uneven ground are orientated to it
Made gizmos utility backup and restore matrix if modified within a method
Moved interest and danger gizmos drawing to AI entity
Fixed OBB closest point calculation fuckup
Made AI capable of walking over dynamic obstacles if they are below or above
Added radius to AI entity
Added falloff to obstacles
Added attraction to follow behaviour
Made stuff use GizmosUtil where it makes sense
Unity keeps modifying this
Added gizmos utility class (axis-aligned circle & cylinder, oriented box)
Fixed warnings
Fixed player hit detection being fucked
Made cylinder obstacle gizmo look like a cylinder
Automatically destroy more components on dedicatd server
Vary PlayerUpdate fractionally to avoid bunching up
Fixed pickup not working
Fixed being able to shoot building blocks to bits
Item modules are no longer instanced per item
Item modules use opt-in event system instead of interface style system
Item modules no longer derive from Scriptableobject
Renamed ItemInformation to Item.Definition
Item definition now holds Modules (instead of Item)
Added current decision gizmo to AI entity
Improved context map decision making
Made FollowWaypoint target distance configurable
Those two gizmos are no longer required
Added debug gizmo to behaviour base class
Added target distance to follow behaviour
Fixed max per-behaviour max distance being ignored by follow behaviour
Made AI handler always execute in-editor
Added some basic AI script descriptions
Coder-art-fixed the menu background terrain height being off
Restored menu background terrain
Added normal mapping to menu background terrain
Only execute AI handler on server
Time to get this to main to keep the branch from diverging
Added placeholder texture for missing splats to fix pointless error logs in dedicated build
Oops, need TestLevelTerrain for the test level :S
Committing these meta files so it doesn't keep asking me to commit them
Merging terrain normal related changes
Fixing NRE errors popping up on Sentry
fixed some bone structural errors in the deer rig.
updated andre's wolf prefab with my animation controller
ItemContainer no longer derived from ScriptableObject
Wolf prefab now uses Minh's animation + effects
Increased protocol
Made items not be ScriptableObjects
ItemID's are now uint (was int)
Fixed moon being kinda blue
Tweaked LUT blending times
Minor fixes and adjustments
stag rig; stag running animation
Fixed LUT blending bugging around if a time sync from the server sets back the local time
Increased probability for small stones in forests
Made decor spawn system abide per-prefab spawn probabilities
Cleaned up GameManager slightly
First stab at stripping components on the DS
Added kickall
Server Perf logging fixes
Added textures command (lists textures)