realXtend / tundra

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

MathGeoLib update #647

Closed cadaver closed 11 years ago

cadaver commented 11 years ago

The version of MathGeoLib used by Tundra previously is old, missing a lot of updates and fixes, as noted in issue #621.

This pull request updates MathGeoLib to the newest stable version, with some adaptation to match Tundra codebase requirements. Core and application modules have been adapted where necessary.

Some function signatures change in the scripting interface, so testing is required to verify that commonly used functionality has not been broken.

cadaver commented 11 years ago

Pull request has messed up lowercase directories, which manifests on Unix. Needs to be recommitted.

cadaver commented 11 years ago

Should now be good for testing. Verified to build on win/linux/mac.