193 Commits

Author SHA1 Message Date
rdb
c26c0e6a97 Android support, part 1 2013-01-24 17:54:56 +00:00
rdb
91e305789a Add ppremake package for bullet 2012-10-25 10:03:55 +00:00
rdb
30872b617e somewhat experimental support for 64-bits OS X and OS X Lion 2012-08-06 09:57:34 +00:00
David Rose
bf03940bcb opencv 2.3 2012-07-08 20:04:33 +00:00
David Rose
a572d1a413 shouldn't automatically build a dependency on Windows 7 2012-02-22 18:43:56 +00:00
rdb
562296e694 add support for the libRocket debugger 2012-02-19 12:20:16 +00:00
rdb
11189c99b7 Add libRocket compilation instructions to Config.prc. Will commit actual Rocket integration soon 2012-01-06 12:28:31 +00:00
David Rose
6e5dd2cc63 fix memory crashes on win32/Eigen build 2011-12-21 01:25:38 +00:00
David Rose
787742c93e LINMATH_VECTORIZE -> LINMATH_ALIGN 2011-12-18 02:00:31 +00:00
David Rose
33b9a1e1cf integrate Eigen 2011-12-16 14:17:48 +00:00
David Rose
134e9a9e92 dual names for interrogate 2011-10-11 00:45:51 +00:00
David Rose
501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
David Rose
657c0ebaf6 HAVE_SPEEDTREE should be added to dtool_config.h 2011-07-27 18:09:29 +00:00
David Rose
4785161374 squelch some more compiler warnings 2011-06-18 00:16:48 +00:00
rdb
fc801b8568 add assimp library to ppremake 2011-05-04 15:55:46 +00:00
rdb
776baf7c15 Basically functional collada loader that uses the COLLADA DOM. Can load scene graph and geometry. 2011-04-04 20:56:50 +00:00
rdb
e24397f494 Add COLLADA DOM library 2011-04-04 19:24:10 +00:00
rdb
54c692330a rewrite p3dcert to FLTK 2011-03-09 11:16:20 +00:00
Maxwell J. Koo
40b487d3fa Apply patch from launchpad user mjkoo to add custom mouse cursor support on X11 2010-12-21 12:36:11 +00:00
rdb
0ea72a4712 Remove GLU dependency from Panda3D. Yes. That's right, folks.
And now I shall make myself some coffee and wake up, in that order.
2010-12-19 07:03:49 +00:00
David Rose
593393dd64 speedtree win64 2010-10-14 16:57:00 +00:00
David Rose
910e71660e speedtree 2010-10-07 22:55:06 +00:00
rdb
754cb8e4bc Changes to build PhysX support on 64-bits Linux 2010-10-01 16:23:16 +00:00
David Rose
060217dcdd need HAVE_VIDEO4LINUX 2010-08-29 17:53:17 +00:00
rdb
cdea7d12b5 I don't think we need OPENSSL_097 anymore 2010-07-16 09:18:26 +00:00
David Rose
16a4cc0d84 protect jpegint.h references 2010-07-14 13:59:34 +00:00
Chris Brunner
051e5ee70f 64-bit build support 2010-05-27 23:28:00 +00:00
rdb
4173057c26 Move tinyxml into the source tree, rather than using it as external library 2010-05-24 18:55:08 +00:00
David Rose
5e8d539f1f move OS_SIMPLE_THREADS to dtool_config.h 2010-05-01 16:10:54 +00:00
rdb
2a6974eec2 stdint/numeric_types stuff, let's follow the standards 2010-03-29 15:38:40 +00:00
rdb
34fbafebed Forgot to check in this - HAVE_XRANDR 2010-01-16 08:09:57 +00:00
David Rose
7031285896 propagate DTOOL_PLATFORM properly 2009-11-24 15:55:30 +00:00
Redmond Urbino
5394d01ed6 integrating awesomium with panda 2009-10-19 08:23:44 +00:00
David Rose
9bce781a90 nested comment fix 2009-10-13 18:53:00 +00:00
David Rose
1872104e61 add per-overload comments and make_seq synthetic functions to interrogatedb 2009-09-15 13:36:07 +00:00
David Rose
7f4481ef2d use underscores instead of dots in platform separators 2009-08-24 19:39:26 +00:00
David Rose
c30ae4fc99 forgot HAVE_GETOPT_H 2009-08-21 17:26:26 +00:00
David Rose
494d61083e avoid compiler warnings from HAVE_BLAH_H conflicts by renaming macros 2009-08-21 15:40:05 +00:00
David Rose
9908148679 add dtool_platform 2009-08-03 18:51:54 +00:00
rdb
961a754ec4 Add support for /proc/curproc for FreeBSD 2009-07-22 05:52:38 +00:00
rdb
bcd844a43a Forgot to check in these for XF86DGA stuff 2009-07-16 09:34:19 +00:00
David Rose
d24c039650 expose HAVE_P3D_PLUGIN to c++ code 2009-07-13 07:13:12 +00:00
rdb
aa0e91de1f HAVE_LINUX_INPUT_H 2009-07-03 18:22:13 +00:00
rdb
c9aee0fa5b This commit:
* Enables us to build against the latest version of FFMPEG.
* Fixes the ffmpeg code not to use deprecated stuff anymore.
* Adds support for libswscale. Undef HAVE_SWSCALE in Config.pp if you compiled ffmpeg without.
* Uses sws_scale instead of the now-removed img_convert.
* Fixes a couple of deadlocks in FFMpegTexture.
2009-07-03 08:15:54 +00:00
rdb
b0c4875ad9 This is a big commit for OpenGL ES stuff:
* Added GLES, GLES2 and EGL packages to the ppremake files.
 * New glesgsg and gles2gsg modules.
 * Added egldisplay module that is like glxdisplay, but through the EGL library.
 * Added pandagles and pandagles2 metalibs (only supporting egldisplay yet)
 * The iphonedisplay module depends on glesgsg instead of embedding it.
 * The glesext_shadow.h file is removed, we don't need it anymore.
2009-06-16 09:17:33 +00:00
rdb
44169b9e75 Add OpenAL support to ppremake 2009-06-11 15:19:34 +00:00
David Rose
a5f509bea3 Add TinyXML 2009-06-09 20:31:31 +00:00
David Rose
58c13de4ca integrate changes from Schell Games (plus some tab character fixes) 2009-06-01 21:51:15 +00:00
David Rose
040dcfc333 move NDEBUG and _DEBUG into dtool_config.h 2009-05-27 22:43:40 +00:00
David Rose
f68fa1909a USE_DELETED_CHAIN, memory alignment 2009-04-24 22:52:23 +00:00