0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Sep 10, 2025 — Sep 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the description of the obstacle avoidance behavior More... about 15 years ago
Changed sphere cast to OverlapSphere + Raycast More... about 15 years ago
Changed the way the flocking works More... over 15 years ago
Added 'wide paths' More... over 15 years ago
Fixed several bugs in grid and path follower More... over 15 years ago
Fixed the wander countdown bug More... over 15 years ago
Fixed steering behavior bugs More... over 15 years ago
Changed the obstacle avoidance to turn as well as push More... over 15 years ago
Renamed the avoidance behavior More... over 15 years ago
Added an object avoidance steering behavior More... over 15 years ago
Added a tree reference node More... over 15 years ago
Fixed evade/pursuit bugs More... over 15 years ago
Added simple behavior tree implementation More... over 15 years ago
Added event class to the FSM More... over 15 years ago
Fixed the velocity calculation for the dynamic/character controller actors. More... over 15 years ago
Split actors into actors/motors More... over 15 years ago
Added a new 'planar' mode for better behavior with steering in 2D control systems More... over 15 years ago
Fixed the steering combining, and moved the steering update into FixedUpdate for consistency More... over 15 years ago
Removed a warning for a class that will likely be removed soon More... over 15 years ago
Added asset labels to steering assets for convenience More... over 15 years ago
Added gravity to the SimpleForceActor. Removed unnecessary code from the LWYAG behavior More... over 15 years ago
Merge branch 'graph_optimizations' More... almost 16 years ago
Fixed a couple of minor visual bugs More... almost 16 years ago
Fixed the path follower bug #27. More... almost 16 years ago
Changed the graph interface to remove the generic parameters Grid optimizations should be working (not sure if these are actually faster, needs testing) More... almost 16 years ago
Removed the old level representation stuff More... almost 16 years ago
Merge branch 'steering_asset_default_fix' More... almost 16 years ago
Fixed the default steering behavior asset parameters, so they are actually set on startup now More... almost 16 years ago
Merge branch 'grid_parameters' More... almost 16 years ago
Grid no longer displays cells that cannot reach any neighbors, nor cells with 'negative height'. More... almost 16 years ago