3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
made PAL_EXAMPLES_DISPLAY only on for win32 More... over 13 years ago
branched for DVTE release More... almost 14 years ago
Fixed code that was setting gravity to crap. More... almost 14 years ago
added code in a pal vehicle destructor to delete the actual wheels. More... almost 14 years ago
added code to cleanup the bullet raycast vehicle from the dynamics world when it's deleted. More... almost 14 years ago
made the lib64 thing only happen on Linux. We certainly don't want that on Mac OS X. Not sure about windows. More... almost 14 years ago
Sometimes wrong method was being called in Bullet classes due to non-virtual methods being overridden. Making non-private stuff virtual to avoid similar bugs and make system more flexible. More... almost 14 years ago
fixed installation to put library in lib64 instead of lib on 64-bit *nix architectures More... almost 14 years ago
added new tests More... almost 14 years ago
fix for new bullet directory location More... almost 14 years ago
added null check to ~palBulletBodyBase More... almost 14 years ago
wrapped with #ifndef More... almost 14 years ago
turns out the deactivation time threshold in bullet is a global variable with a TODO to move it out (funny eh?). So the setter has to set that global value for now even though it will effect everything. More... almost 14 years ago
IsGravityEnabled was backward More... almost 14 years ago
implemented collision response setting and damping for physx, although physx defines damping from 0 to infinity, not 0 to 1. I don't know what the damping units are, but the default is close to the bullet default, so who knows. More... almost 14 years ago
added body damping and the ability to disable collision response on the generic body. I may want to move the damping code to an external interface like the auto activation code. Also made some updates to the bullet vehicle. One of which is to make it internally multi-step so the physics engine can run at a slower rate and still have a vehicle that behaves well. This needs to be more configurable. More... almost 14 years ago
Change the pal vehicle significantly. It now has a struct for the wheel config so paramaters can be added more easily. Mode the roll influence a public parameter because configuring the front and real roll center is a common necessary option. More... almost 14 years ago
When an angular motor (for Bullet) is Updated, activate the Bodies More... almost 14 years ago
Made tokamak plugin at least build. More... almost 14 years ago
Fixed up some typedef usage, and added activation settings support to ODE More... almost 14 years ago
moved all of the engine specific parts into their own directories More... almost 14 years ago
changed an internal option so that vehicle in general don't roll over as easily More... almost 14 years ago
fixed a bug with variable time step More... almost 14 years ago
fixed a sprintf call that was asking for an int but had a pointer. More... almost 14 years ago
added palActivation.h to build file (it didn't get installed w/o this) More... almost 14 years ago
[no comment] More... almost 14 years ago
fixed math in palRevoluteLink::Init More... almost 14 years ago
added palStringable a few places More... almost 14 years ago
made ManagedMemory object palStringable More... almost 14 years ago
palRevoluteLink::Init(): fix construction of m_frameA, m_frameB More... almost 14 years ago