3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
made virtual destructors and virtualized inherited virtual methods More... almost 14 years ago
Fixed the BULLET_SINGLETHREAD option so it actually works. It was making bullet always single threaded. More... almost 14 years ago
fixed it so it will call the standard posix version strerror_r for Mac OS X. More... almost 14 years ago
committing changes to allow modifying gravity and slope on the character More... almost 14 years ago
SetCurrentDir now throws a palException if it fails (rather than More... almost 14 years ago
exception const-ification More... almost 14 years ago
add rpath to engine-specific libs so they can find the pal libs at runtime More... almost 14 years ago
fixed case for case-sensitive filesystems More... almost 14 years ago
Added a GetInstance() function to the bullet physics class clean up some code. Also fixed an issue where if a body is deleted before a constraint attached to that body, it would cause a crash when the constraint is deleted. More... almost 14 years ago
Added rigid link to ode. More... almost 14 years ago
Removed a delete call because deleting the geometry wrapping it causes a double delete. More... almost 14 years ago
made destructor public again. Kind of need to be able to delete them. Not sure why the constructor was made protected, but it doesn't matter either way because they can't be created since they have pure virtual methods. More... about 14 years ago
Oops, missed part of the commit. More... about 14 years ago
reverted some non-compiling code. More... about 14 years ago
oops, deleted a required semicolon More... about 14 years ago
plugged some memory leaks in Bullet More... about 14 years ago
Fixed some double-delete of some objects when doing a Cleanup. ONLY More... about 14 years ago
changed within-method use of heap objects to put them on the stack, More... about 14 years ago
enable use of ctest More... about 14 years ago
Added a new create and a non-virtual init method to the palGenericLink that will generate frame matrices for you if the bodies are placed in their default positions for the joint and given the joint the origin. Also did some very minor code clean ups. More... about 14 years ago
fixed PAL_AXIS stuff More... about 14 years ago
Fixed a crash problem with compound concave bodies on Bullet when using doubles. The problem appears to be with bullet, but I handled the meshes differently so I didn't have that bug. This also allows the memory used generating the triangle meshes for the primitives to be used directly by the physics engine. More... about 14 years ago
made a minor tweak so that if you call SetPosition(x,y,z) before init, it won't crash. More... about 14 years ago
the position wasn't being set on init. More... about 14 years ago
started making a test for link feedback (palLinkFeedback) More... about 14 years ago
changed to use new library load function More... about 14 years ago
palLinkFeedback now inherits palStringable More... about 14 years ago
fixed generic link test More... about 14 years ago
Added palAxis enumerated type for x, y, and z axes. Changed methods to More... about 14 years ago
fixed PAL_PLUGIN_PATH for running tests More... about 14 years ago