256,575 Commits over 4,018 Days - 2.66cph!
- Split gamepad/kbmouse Poll functions to seperate classes
- PlayerShip now adds correct control component at startup based on chosen input type
- Changed the way mouse aiming is handled, now more accurate, less shit.
- Bit of PlayerShip code purge
Removing old rocks prefabs folder
Removing old rock models and textures
Rock_temp folder rename
Was storing the current SmartSubscription on the InteractionPlan, which is owned by the SmartObject... so this is kind of wrong
Moved caching of SmartSubscription over to Agent, and exposed that in BehaviourChain, that we can properly manage unsubscribing from a SmartObject when a BehaviourChain is ended abruptly.
adding jerry can LODs + prefab, textures and materials.
Removed unsubscribe hack in SmartObject.
Added a proper unsubscribe when a BehaviourChain Completes (need to verify that it's enough to just unsubscribe the current behaviour plan).
Updated to standard brdf spec/refl changes in unity 5.3.1p1; touched relevant shaders
- Fixed aiming laser bug, moved the code from coroutines to update
- Yeseterday's changes from p1
Craggy Island update
Savas/Savas Koth update
Sat dish material fixes Hapis
Added unity glcore support (now standard in osx); updated shaders and RustNative binaries
fixing osx compilation; premake4 doesn't seem to recognize 'toolset'
SmartObject's CanSubscribe, when there is a required interaction id in place, we should return whether the incoming interaction id is the one required or not.
Shader updates, Unity 5.3.1p1
- Return null if best decision has a score of 0.
- If we traverse the goal hierarchy, but failed to find a result down one branch, look down another sibling branch, or go up one level and continue looking there. Just make sure we return the new branch result, like we were NOT doing!!!
Deleted some old un-used actions with missing types
DecisionLog twaeks
Fixed some issues with DecisionLog
Distance crossfading bugfix
Fixed dict lookup error, improved consideration logging
Added Decision Log debugger window, allows for stepping through DM ticks for the selected Unit's Agent
Added native glcore support
/Nature/Grass folder stuff.
Allow attaching roofs to the bottom of other roofs again
deer backup before I make some changes that might break it
Cowboy - north east & north west run anims + .meta
Cowboy - north east & north west run anim source
Prefab prepare
Updated phrases
Disabled lazy aim
Viewmodel responsiveness tweaks
-And more templates for Action and Consideration
Fixed layer index warnings
Warmup construction parts placed directly in the map in editor (for debugging)
Dither UI protection background to avoid banding
Roof exploit fix
Stability diminishing returns
Various building block placement quality of life improvements
-You should finally be able to create Conditions with a template, like you do with classes. It will create $Name$Condition.cs and $Name$ConditionSettings.cs