Results 3 issues of Kevin Brennan

This PR includes 3 changes that the base box2d project has adopted: 1. Wake B2Body on setLinearVelocity or setAngularVelocity: Currently, if one of these functions is called on a sleeping...

Based on the current b2d source here: https://github.com/erincatto/box2d/blob/master/include/box2d/b2_body.h#L507 Currently, calling the SetLinearVelocity and SetAngularVelocity doesn't cause the body to move until it is awakened somehow. Bodies should wake up when...

AHK syntax expects Send {U+nnnn}, so it does not support the 5 digit codepoints correctly. For example `\mathcal{S}` produces 풮 instead of 𝒮 as it ignores the first char of...