realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Admino bugfixes pt. 4 #614

Closed cvetan5 closed 11 years ago

cvetan5 commented 11 years ago

Commit messages copy-pasted

Stinkfist0 commented 11 years ago

Great fixes! The discussed EC_AnimationController::drawSkeleton -> drawDebug change seems to be missing still (only the attribute name string identifier was fixed in https://github.com/Adminotech/tundra/commit/b04d4567c67c6e6477fba5c1e0a93954bb0c5487).

jonnenauha commented 11 years ago

Yep, cvetan change the actual attribute variable to drawDebug as its used when calling from script/C++ code, thats the important part. Though the UI side is also important to keep consistent.

Stinkfist0 commented 11 years ago

@cvetan5 ping (re: drawSkeleton -> drawDebug)

cvetan5 commented 11 years ago

Sorry, I had that commit but wasn't pushed. There you go ^^

cadaver commented 11 years ago

Should be OK to merge. There was a problem with defining MATH_OGRE_INTEROP before stableheaders, but I'll fix that.