Commit graph

  • 208c6e2031
    Synchronise with 2.1.2 release main Xavier Del Campo Romero 2025-01-31 00:22:17 +0100
  • 277f32db5d
    Set up CMake-based build system Xavier Del Campo Romero 2025-01-26 23:30:08 +0100
  • 94800874a8
    Move contents to root directory after cvs2git Xavier Del Campo Romero 2025-01-26 23:01:03 +0100
  • a6a9aa2359 Added depth sample kwizatz 2005-07-11 17:04:50 +0000
  • 0025c67fac Depth penetration computation done, needs more tests. kwizatz 2005-07-10 23:26:40 +0000
  • 01863678f8 Added depth penetration test app, more stuff on depth penetration computation kwizatz 2005-07-08 23:27:49 +0000
  • e63c7f053d more penetration depth code kwizatz 2005-07-07 23:19:54 +0000
  • a3506d7721 Started implementing EPA kwizatz 2005-07-06 23:41:51 +0000
  • f7f46ef953 Started implementing EPA kwizatz 2005-07-06 23:40:57 +0000
  • d746d92742 Just formating changes kwizatz 2005-07-04 23:35:05 +0000
  • 7cbc4071fb Added calls to opbject proceed on Smart Collision check kwizatz 2005-05-11 23:31:04 +0000
  • 96dc3ec7b4 minor changes, none in code kwizatz 2005-05-11 14:18:59 +0000
  • 677f0851f9 Looking for the dtCallData Error kwizatz 2005-05-10 23:26:52 +0000
  • 49d6714e63 *** empty log message *** kwizatz 2005-05-10 03:46:23 +0000
  • 27c4e3cc66 Trying to solve dtCollideData Issue kwizatz 2005-05-10 03:45:11 +0000
  • 8ed41a4933 More on Walk sample kwizatz 2005-05-10 01:29:22 +0000
  • 669b8d0e82 More work on walk sample kwizatz 2005-05-09 23:40:17 +0000
  • 2ab0170b35 Added Walk Sample (not yet functional) kwizatz 2005-05-09 23:18:42 +0000
  • 6b2a133ffe Restructured autotools files in order to get "make dist" working kwizatz 2005-05-09 18:24:17 +0000
  • d561901fd7 Added Ellipsoid primitive, fixed once and for all problem with samples not linking right. kwizatz 2005-05-09 04:10:18 +0000
  • 21c2a764cd commented out double precision functions and scalars since most of the library deals with singles, plus there were a lot of warnings. kwizatz 2005-04-21 23:20:55 +0000
  • 1d8bfc43f5 Fixing DLL's kwizatz 2005-04-21 22:37:33 +0000
  • 5ac65b425d Added VC++ 2003 solution and project kwizatz 2005-04-21 22:08:37 +0000
  • cbb64de3aa Fixed a memory leak. kwizatz 2005-04-21 18:29:23 +0000
  • e52c5eaa89 include path fix for installed library kwizatz 2005-04-18 22:15:06 +0000
  • 7a8f4a9cd2 just some minor adjustments to torus.cpp kwizatz 2005-04-18 00:33:18 +0000
  • 0e8f8d7026 Sample Works kwizatz 2005-04-16 02:08:41 +0000
  • 8fc6bf2a2e *** empty log message *** kwizatz 2005-04-15 23:24:35 +0000
  • b81669ceb4 Finally removed the reported compilation and instalation bug, worked on a torii sample kwizatz 2005-04-15 23:09:37 +0000
  • 482ef6117c *** empty log message *** kwizatz 2005-04-14 23:30:40 +0000
  • 1e8c134da4 finally added qhull kwizatz 2005-04-14 04:22:34 +0000
  • e93a8518f4 *** empty log message *** kwizatz 2005-04-14 02:57:52 +0000
  • 7a8395e2d0 *** empty log message *** kwizatz 2005-04-14 02:13:05 +0000
  • 698cf68a4b *** empty log message *** kwizatz 2005-04-13 23:27:35 +0000
  • 0733a5321f *** empty log message *** kwizatz 2005-04-13 23:20:55 +0000
  • d406edb5f6 Added qhull source kwizatz 2005-04-13 23:02:29 +0000
  • 11864df0b3 Added qhull source kwizatz 2005-04-13 19:18:17 +0000
  • 0d56e268d9 Fixed FREESOLID_VERSION bug kwizatz 2005-04-13 14:39:36 +0000
  • 05a1e0cd3f Fixed autoconf files. dtecta 2005-01-21 22:48:05 +0000
  • 977dfec9c6 *** empty log message *** kwizatz 2004-08-21 14:47:24 +0000
  • 2732f80a8c Replaced GPL on COPYING with LGPL kwizatz 2004-05-11 04:15:55 +0000
  • 958bcb212c Added freesolid-config input script kwizatz 2004-05-09 04:27:11 +0000
  • 17a54f568f added changes to build shared library kwizatz 2004-05-09 03:58:25 +0000
  • bfc3326e94 changed configure.in kwizatz 2004-05-09 03:49:02 +0000
  • 03e86cce76 Added proper code to generate a shared library kwizatz 2004-05-08 20:14:59 +0000
  • 24f5643dd3 Added proper code to generate a shared library kwizatz 2004-05-08 19:07:58 +0000
  • a11f545941 Fixes to resolve several build issues sborho 2003-07-16 21:05:10 +0000
  • c113cec8ab 1. Removed Makefile.in s from the repository. Hopefully this should fix the compiling problems in Debian. manjunaths 2003-01-11 23:38:52 +0000
  • 21f36f975e 1. Removed configure and aclocal.m4. These are autogenerated and should not be in CVS. If you check out fom CVS you will need aclocal, automake and autoreconf to build now. manjunaths 2003-01-11 18:49:03 +0000
  • 2849355f76 1. Fixed a bug in Object.cpp at void Object::do_broadphase of a type mismatch bug. 2. Fixed the names of of some Standard C++ header includes to prevent g++ 3.2.1 from complaining. 3. Lots of minor fixes for all the files in the directory include/3D to bring the library up to date with g++ 3.2.1 standards. 4. Fixed some header file names in sample/ directory. 5. Added a check for qhull_a.h header file and fixed config.h include in Polyhedron.cpp. 6. Added a check for qhull library and now depending on its presence the -lqhull switch is added during compilation. manjunaths 2003-01-11 18:22:45 +0000
  • 5b0de0a177 SOLID 2 is now FreeSOLID. dtecta 2002-10-21 21:53:19 +0000