Steve Streeting
Steve Streeting
I recently discovered that if you use the PHP implementation with values that are already UTF8 encoded, the signature generated does not match the one that CoreFoundation will generate. Mostly...
Derived from https://github.com/ashleydw/goamz/commit/3f178967cbbd97e938df074b1966b3831549f65b
In the S3 API for PUT Object, the "Content-Type" and "x-amz-acl" headers are not required but were mandatory in the goamz S3 implementation. I've made them optional as supported by...
Both macOS and Windows 8+ have features which prevent the smooth running of unsigned applications downloaded from the web. Any game distributed on Itch.io without a code signature cannot be...
This is useful for adjusting other behaviours when neighbors change; I found that while aggregation of group behaviours is useful, sometimes you want to be able to change behaviours entirely...
This is just like the speed fluctuation component but gives a little extra variance to final result which helps it look more natural. BTW: hope you don't mind all these...
If resolving a loop means advancing further than 2*Vehicle.ArrivalRadius, the previous code would always stall. This change means that we will always resolve a loop no matter how loopy it...
I found adding a min/max limit for the cohesion component helped make flocking behaviour more controllable. I set mine to 0.2 and 0.5 respectively, which I find helps avoid over-clustering...
I've just started trying out UnitySteer: thanks for creating it! Unity 5.5 moves a few classes around and the auto-upgrade makes a bit of a mess of it, pre-pending the...