1. Spin
Spin does not seem to work at all, if called in Create(). Tried multiple variations to test

If called outside Create(), it seems to be OK. However, using call-script in Create() doesn't work, so I have to invoke it and then use a repeating script with a timing function, which is rather inefficient for something I want to call exactly once.
Since I have fairly complex events called in Create() in PURE, it is a good test environment. If you don't have a copy, and are a Spring developer wanting to test this, PM me. Everything else seems to be working just fine, dunno why spin is borked.
Will post in Mantis, but that's kind've a biggie, think everybody should test.
2. StartMoving() Calls
I use direct access to a variable set to 0 or 1 by StartMoving() scripts, instead of using variants of MotionControl() for any Units I can get away with it. However, in SVN, this doesn't seem to work right- StartMoving doesn't seem to be getting called for at least one SlowUpdate, and it may be longer. HOWEVER! MotionControl scripts, which also rely on that on/off state, are working perfectly! Therefore, the state is changing, but StartMoving() is either not being called during that frame, or something else is borked.
Did somebody change that behavior in the COB interpreter, calling MotionControl directly? If so, you've just broken a lot of scripts, and not just in my project! I don't really mind, but please, don't do that without public discussion next time, k?