SRL / SRL-5

SRL 5
https://villavu.com
GNU General Public License v3.0
32 stars 34 forks source link

Fixes RadialWalk and friends. #160

Closed idynin closed 11 years ago

idynin commented 11 years ago

Fixes RadialWalkEx to enable search in the counterclockwise direction, like is described in picture 1 in this post: http://villavu.com/forum/showthread.php?t=372&p=3370#post3370

Does this by bypassing the FixD inside of variantToDirection, as negative degrees are already fixed in FilterPointsPie.

This commit also fixes the ability to pass compass directions to RadialWalkEx, ex. 'n', 's', etc.

RadialWalk

Signed-off-by: idynin ilya@idynin.com