realXtend / tundra

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

Adminotech bugfixes pt. 6 #655

Closed jonnenauha closed 11 years ago

jonnenauha commented 11 years ago

Highlights

cadaver commented 11 years ago

Mac build fails with NO_BOOST=TRUE due to not being able to apply the patch to kNet. (OSX 10.7.4)

jonnenauha commented 11 years ago

Updated:

Stinkfist0 commented 11 years ago

@jonnenauha It would appear that the TransformEditor is now not working if the optional undo manager is not passed to it in its ctor. I can take a look into this soon.

cvetan5 commented 11 years ago

@cadaver can you post some error prints here? Cannot reproduce that on my machine (OS X 10.8.2)

cadaver commented 11 years ago

Basically, a complaint of whitespace on each changed line, and "patch does not apply" from "git apply" command. I fixed that with --ignore-whitespace, so you can disregard that now.

Stinkfist0 commented 11 years ago

Oh, now that looking into TransformEditor it would appear that the code was broken already when @cvetan5 added the undo functionality originally, so nothing to do with @jonnenauha's commits.