userandrecancel
branchrust_reboot/maincancel

5,928 Commits over 3,959 Days - 0.06cph!

11 Years Ago
Further AI thread safety preparations Made AI child object / collider / rigidbody handling more robust
11 Years Ago
Added visiblity mask and center / forward properties to AI entity
11 Years Ago
Updated AI test scene & tweaked obstacle avoidance slightly
11 Years Ago
Made follow behaviour direction bloom more sane
11 Years Ago
Made obstacle avoidance correctly deal with obstacles that are <= 0 units away
11 Years Ago
Made AI system correctly handle inactive dangers, interests and obstacles
11 Years Ago
Refactoring
11 Years Ago
Imporved obstacle avoidance Added more of those awesome debug gizmos
11 Years Ago
Made gizmos utility backup and restore matrix if modified within a method
11 Years Ago
Moved interest and danger gizmos drawing to AI entity
11 Years Ago
Fixed OBB closest point calculation fuckup
11 Years Ago
Updated AI test scene
11 Years Ago
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
11 Years Ago
Made stuff use GizmosUtil where it makes sense
11 Years Ago
Unity keeps modifying this
11 Years Ago
Added gizmos utility class (axis-aligned circle & cylinder, oriented box)
11 Years Ago
Made cylinder obstacle gizmo look like a cylinder
11 Years Ago
Added current decision gizmo to AI entity
11 Years Ago
Improved context map decision making
11 Years Ago
Made FollowWaypoint target distance configurable
11 Years Ago
Those two gizmos are no longer required
11 Years Ago
Added debug gizmo to behaviour base class
11 Years Ago
Added target distance to follow behaviour Fixed max per-behaviour max distance being ignored by follow behaviour
11 Years Ago
Refactored danger system
11 Years Ago
Made AI handler always execute in-editor
11 Years Ago
Added some basic AI script descriptions
11 Years Ago
Coder-art-fixed the menu background terrain height being off
11 Years Ago
Restored menu background terrain Added normal mapping to menu background terrain
11 Years Ago
Those seem to be unused
11 Years Ago
Only execute AI handler on server
11 Years Ago
Time to get this to main to keep the branch from diverging
11 Years Ago
Added placeholder texture for missing splats to fix pointless error logs in dedicated build
11 Years Ago
Added missing meta files
11 Years Ago
Fixed moon being kinda blue Tweaked LUT blending times
11 Years Ago
Minor fixes and adjustments
11 Years Ago
Fixed LUT blending bugging around if a time sync from the server sets back the local time
11 Years Ago
Increased probability for small stones in forests
11 Years Ago
Made decor spawn system abide per-prefab spawn probabilities
11 Years Ago
Added LZ4 compression lib + wrapper
11 Years Ago
Refactoring
11 Years Ago
Added overlay refresh to TerrainMeta
11 Years Ago
Applied Petur's sky tweaks to prefab (so that it's applied in all scenes) Set overlay textures in procedural scene
11 Years Ago
Attempt to keep the dedicated server from loading any terrain textures
11 Years Ago
Fixed terrain overlay texture index calculations being slightly off
11 Years Ago
Added LUT blending Reordered camera image effects in an order that seems to make the most sense
11 Years Ago
Tweaked sky prefab
11 Years Ago
Update terrain generator test scene
11 Years Ago
Added overlay support to the terrain shaders
11 Years Ago
Fixed terrain overlay value normalization
11 Years Ago
Added overlay sampling to terrain cginc