| View previous topic :: View next topic |
| Author |
Message |
luke Site Admin
Joined: 15 Oct 2004 Posts: 621
|
Posted: Wed Jun 07, 2006 2:30 am Post subject: True Axis Physics SDK 1.2.0.1 Released |
|
|
True Axis Physics SDK 1.2.0.1 Released
True Axis Physics SDK Non-Comercial Licence Version 1.2.0.1
True Axis Physics SDK Demos 1.2.0.1
True Axis Physics SDK Demos Source 1.2.0.1
http://trueaxis.com/downloads.html
Overview:
This is primarily a new release to re-add the dll wrapper which was left out from version 1.2.0.0 during the change to an obfuscated source release. There are also some bug fixes, and some portability changes.
Detailed Changes:
- Dll Wrapper and pascal version fixed.
- Fixed some documentaiton generation bugs cause by obfuscation.
- Added functions TA::CarTemplate::SetOrientation and TA::DynamicObjectCar::GetOrientation so that a car can now be created in any orientation.
- Fixed bug where car wheels are drawn in the wrong position if they have never touched anything.
- Added defines TA_IN_PLACE_ASSERT, TA_WARNING_AS_ASSERT for error reporting.
- Added defines TA_GCC_X86_INLINE_ASM, TA_MSVC_X86_INLINE_ASM and TA_DISABLE_INLINE_ASM for portability
- Added new Physics::TestLineCollision functions write the result to a TA::Collision passed in as a paramater, rather then returning a TA::Collision.
Changed TA::Collision from a class to a structure
- Fixed missing function definition DynamicObject::GetUserGroupItemId in version 1.2.0.0 |
|
| Back to top |
|
 |
TA_User Guest
|
Posted: Wed Jun 07, 2006 5:36 pm Post subject: |
|
|
Is it still beta version. Was announced as non beta but in help it is stated as beta So?  |
|
| Back to top |
|
 |
luke Site Admin
Joined: 15 Oct 2004 Posts: 621
|
Posted: Thu Jun 08, 2006 5:15 am Post subject: |
|
|
Yes, BETA has been dropped from the version name since some long standing issues with the joint system have now been adressed and there havn't been any serious bugs found or reported for a while.
However, as with all software, it is impossible to guarantee there are no bugs and you have just found one in the documentation. The previous version actually read "1.2.0.0 BETA Beta". This version reads "1.2.0.1 Beta". There was a error in the version number generation for the documentation.
Beta or not, new fixes and updates will continue to be released. |
|
| Back to top |
|
 |
|