openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
PAL (Physics Abstraction Layer)
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 11 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
New palStringable class
aclong
More...
almost 15 years ago
Changing preprocessor dependencies on WIN32 to _WIN32, because the MSVC docs say it's guaranteed to be defined (for Win64, too, FWIW) but there doesn't seem to be any such guarantee for WIN32. See http://msdn.microsoft.com/en-us/library/b0084kay(VS.80).aspx
aclong
More...
almost 15 years ago
minor doc fix
aclong
More...
almost 15 years ago
Fixed palBenchmark linkage under Windows
aclong
More...
almost 15 years ago
updated to a recent version of Doxygen (1.6.1), because doxygen complains if you feed it an old Doxyfile
aclong
More...
almost 15 years ago
fixed typo
aclong
More...
almost 15 years ago
* fixed operator<< for palRigidLink (VC8 mistakenly allowed it w/o it being a friend)
aclong
More...
almost 15 years ago
fixed operator<< for palLink and palBulletRigidLink
aclong
More...
almost 15 years ago
added operator<< for palLink
aclong
More...
almost 15 years ago
fixed palBulletRigidLink (limit needs to be set based on configuration
aclong
More...
almost 15 years ago
* added operator<< for palBulletRigidLink
aclong
More...
almost 15 years ago
fixed off-by-one error in palBulletPhysics::SetGroupCollision
aclong
More...
almost 15 years ago
Fixed palGenericBody so it updates its mass when geometry is added.
aclong
More...
almost 15 years ago
Changed palBulletRigidLink to be based on revolute link instead of prismatic.
aclong
More...
almost 15 years ago
fixed novodex build error
legregius
More...
almost 15 years ago
changed the memory symantics of the concave mesh a bit to make it more reasonable for the vertex/index code, implemented the built vertex buffer methods for concave mesh, made ode use a capped cylinder sinces it's a pal capsule and the flat topped cylinder doesn't quite work right, and fixed some problems with the bullet generic body since concave hulls can't be used with compound bodies. The bullet change makes 2.76 work properly and optimizes for objects with single shapes.
legregius
More...
almost 15 years ago
INTENAL_DEBUG now a little more verbose
aclong
More...
almost 15 years ago
Fixed code that sets the user data pointer on the dGeoms. Now the body pointer is returned properly on ray casts.
legregius
More...
almost 15 years ago
* Added newlines to the ends of files to silence gcc warnings.
aclong
More...
almost 15 years ago
Added protected method for setting body members to
aclong
More...
almost 15 years ago
Fixed use of the pair caching ghost in the character model and in the bullet setup. this makes the character model work more correctly.
legregius
More...
almost 15 years ago
commented out code that sets the margin. The bullet manual says not to set the margin to 0, especially not on spheres. I'm not sure why the code was set that way, but the bullet manual uses some not-so-subtle wording about it. Since there is a skin width setting on the body, maybe the code should set the margin on the shape to match that.
legregius
More...
almost 15 years ago
fixed case where it looks for Xvf86vm but does not find it (not all Unix systems need it)
aclong
More...
almost 15 years ago
add an explicit cast to make MinGW's compiler happy
aclong
More...
almost 15 years ago
changed comment on m_fMaxInclineAngle to use radians not degrees.
legregius
More...
almost 15 years ago
Made the character a palBodyBase because it owns a geometry, and there was some confusion about what should delete the geometry, and what the parent is. the character also had all the methods that a body base has anyway.
legregius
More...
almost 15 years ago
started trying to get bullet to setup its own convex hulls better
legregius
More...
almost 15 years ago
Reverting r357. Not sure why signed values were used on that
aclong
More...
almost 15 years ago
On my arch (Linux, amd64), dimension2d always has a signed type
aclong
More...
almost 15 years ago
Missed from previous commit
aclong
More...
almost 15 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree