59
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated projectfiles (COLLADA related projects will not work yet)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
added missing libxml2 files, and config.h (for linux). todo: both configwin32.h for win32, and configure for non-windows
Erwin Coumans
as ejcoumans
More... almost 18 years ago
updated to more recent libxml2 version (work in progress)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
dgregorius: updated changes.txt More... almost 18 years ago
created Jamfile for COLLADA_COM & LibXML, added LibXML in it's own location under Extras libxml doesn't compile with jam yet, C sourcecode versus C++?
Erwin Coumans
as ejcoumans
More... almost 18 years ago
preliminary convex hull support using COLLADA_DOM, draw convex hull in wireframe (point cloud doesn't have triangles)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
added limited support for COLLADA_DOM. Will need to add jam/msvcgen build support.
Erwin Coumans
as ejcoumans
More... almost 18 years ago
constraints merge simulation islands
Erwin Coumans
as ejcoumans
More... almost 18 years ago
Typo
Frank Richter
as res2002
More... almost 18 years ago
Add Extras/FCollada as an include path for appColladaDemo.
Frank Richter
as res2002
More... almost 18 years ago
Applied a patch from Michael D. Adams to fix a warning with gcc.
Frank Richter
as res2002
More... almost 18 years ago
Property fixes
Frank Richter
as res2002
More... almost 18 years ago
Regenerated configure & VC projects. Misc property fixes.
Frank Richter
as res2002
More... almost 18 years ago
Bumped version in configure.ac to 1.5.6 (assuming that "1.5f" is the next version released). Updated files in mk/autoconf and mk/jam with copies from CS; fixes a GLU detection issue on MinGW. Set msvc/bullet_ico.ico as the default application icon. Disabled exceptions for gcc builds.
Frank Richter
as res2002
More... almost 18 years ago
constraints between bodies merge constraint simulations (this fixes problems with deactivation/sleeping)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
dgregorius: removed wrong normalization More... almost 18 years ago
dgregorius: Fixed joint improvements - consideration of zeroth order term More... almost 18 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... almost 18 years ago
renamed to trunk
Erwin Coumans
as ejcoumans
More... almost 18 years ago
dgregorius: changes to generic constraint More... almost 18 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... almost 18 years ago
testing svn:externals
Erwin Coumans
as ejcoumans
More... almost 18 years ago
attempt to set property
Erwin Coumans
as ejcoumans
More... almost 18 years ago
- CcdPhysicsDemo also uses Generic6DofConstraint (testing with mouse picking). - HingeConstraint back to old method by default (comparison) - FCollada by default in ColladaDemo
Erwin Coumans
as ejcoumans
More... almost 18 years ago
m_jointAxis was renamed to m_linearJointAxis, also initialized with SimdVector3(0,0,0)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
[no comment] More... almost 18 years ago
Renamed m_jointAxis to m_linearJointAxis (and set it to zero for angular JacobianEntry)
Erwin Coumans
as ejcoumans
More... almost 18 years ago
dgregorius: Changed hinge constraint to use JacobianEntry class. Also removed change from last submission to JacobianEntry constructor for angular constraints. More... almost 18 years ago
bugfix, passed member as initializer of same member. thanks DonDickyD for pointing out!
Erwin Coumans
as ejcoumans
More... almost 18 years ago
step closer to COLLADA-DOM, convex hull / mesh. can't find where the vertices/triangles are 'hidden' in the structures.
Erwin Coumans
as ejcoumans
More... almost 18 years ago