Commit Graph

8847 Commits

Author SHA1 Message Date
rdb 607bdac3dc Add missing EXPCL_PANDAPHYSX symbols 2014-02-20 22:53:16 +00:00
rdb 3b1e193abb extension functions for ODE classes 2014-02-20 21:56:34 +00:00
rdb dd6cfe5fa9 Export EggParameters 2014-02-20 21:50:00 +00:00
enn0x e2c6e3fb56 Fix bug #1282466 2014-02-20 20:53:01 +00:00
rdb 7e455e0fad Add files that belonged to the previous commit 2014-02-20 13:58:23 +00:00
rdb 5f2c0a6e04 Big commit aiding in separation of Python bindings:
* Most extension functions have been moved to C++.
 * In makepanda, Python bindings are compiled into panda3d/<module>.pyd.
2014-02-20 13:33:26 +00:00
rdb 2ae458c2df Fix a bug with tangents and binormals 2014-02-20 12:37:08 +00:00
rdb bf4221da1e Fix crashes and borks with the Ogg Vorbis loader 2014-02-18 19:03:47 +00:00
enn0x 259d2df0c4 Added utility function BulletWorld::test_filter 2014-02-16 21:58:40 +00:00
rdb 04bbf28a71 Oops, forgot to check in header file as well. 2014-02-16 10:22:11 +00:00
rdb edab64c570 fix Cg error reporting and lack of shader unbinding 2014-02-15 21:34:57 +00:00
rdb bfebff1d0a don't compare modes an unnecessary second time. 2014-02-15 16:14:21 +00:00
enn0x 1a96ab9aa9 Added filtering for BulletWorld.contactTest 2014-02-14 23:31:07 +00:00
rdb 4da840805f Add support for k_time / osg_FrameTime inputs, and change the Shader Generator not to require a separate texcoord set for every texture in an effort to cut down on register overuse. 2014-02-10 11:32:06 +00:00
rdb 89749133ff oops, remove vorbis-enable-vfs which I never implemented 2014-02-10 11:25:39 +00:00
rdb ddcd74047b more error checks and allow disabling seeking and VFS behaviour 2014-02-10 11:24:36 +00:00
rdb 67d12cdd4a add InternalName::join(sep) 2014-02-10 09:51:21 +00:00
rdb 94962c15d2 addTexture -> add_texture 2014-02-10 09:50:37 +00:00
rdb de7ec424c7 Add get_tangent_name and get_binormal_name 2014-02-09 16:45:08 +00:00
rdb b8935be2c3 fix bug LP#1277916: MeshDrawer causes crash if setBudget not explicitly called 2014-02-09 10:41:26 +00:00
David Rose edd731b232 copy_channel_masked() 2014-01-29 17:30:40 +00:00
rdb 618781e7cc there's no reason to interrogate the ffmpeg code. 2014-01-17 22:09:53 +00:00
rdb 849dc05a60 Fix blunder 2014-01-13 22:06:47 +00:00
rdb 56577ec08a Don't rely on color fregs, they have unintended side-effects. Also, don't use up unnecessary registers when texgen is enabled. 2014-01-13 21:31:42 +00:00
rdb b781547956 a tiny optimisation to use less registers 2014-01-11 15:06:22 +00:00
rdb faa78c734e Add HAVE_PYTHON guards 2014-01-06 21:11:23 +00:00
rdb eeb2c4211f Fix compilation of raw mouse support in Linux 2013-12-25 13:59:08 +00:00
rdb ea22e87f79 remove GLX_EXT_import_context section entirely as we're not using it, and it uses GLXContextID which seems to give trouble related to conflicting definitions. 2013-12-23 22:08:33 +00:00
rdb 4e92e480e0 Make DatagramIterator typed (ask me if you want to know why) 2013-12-23 20:46:20 +00:00
rdb dd345d6c02 Add missing include 2013-12-16 21:03:22 +00:00
rdb e9ce924b54 Add missing include 2013-12-16 20:49:02 +00:00
David Rose f615e0beeb fix some stereo-fbo and cube map issues, introducing DisplayRegion::set_target_tex_page() 2013-12-06 23:45:40 +00:00
David Rose 741203a693 some minor debug aids and robustness additions 2013-12-06 20:53:40 +00:00
enn0x 47a66f0e54 Added method for getting Bullet version. 2013-12-03 21:28:57 +00:00
enn0x bfac6fa6be Added part info to Bullet raycast results. 2013-12-03 19:18:20 +00:00
enn0x cc79e24c6c Implemented tick callback for BulletWorld. 2013-11-30 13:25:08 +00:00
rdb 56334e73e8 try fix segfault (sorry!) 2013-11-22 10:53:19 +00:00
rdb 126573775a fix LP bug 1133771, RenderState.compare_to does not work with state-cache or uniquify-attribs disabled 2013-11-19 21:34:55 +00:00
rdb ea126d3175 missed a few PY_VERSION_HEX checks for buffer interface support 2013-10-29 17:42:58 +00:00
rdb 4a91704958 add copy_data_from version that takes a Python buffer object 2013-10-29 12:14:47 +00:00
rdb 2fdf53efb8 Add a version of offset_vertices that takes a range 2013-10-29 11:29:39 +00:00
rdb 87aa66f09c Py_buffer is not available in Python versions before 2.6 2013-10-29 10:36:16 +00:00
rdb 6296ed0a4e fixed issue that caused compiler warning 2013-10-27 17:28:47 +00:00
rdb d899d8e6ed update libRocket file interface 2013-10-23 16:45:27 +00:00
rdb bf270fadc1 only load default font if it's the ttf one, not the bam one 2013-10-23 16:38:48 +00:00
rdb 8383427022 patch by Josh Enes (bug 1074173) 2013-10-22 12:32:15 +00:00
rdb 829e79cf29 Load the default font (Perspective Sans) by default 2013-10-19 11:13:32 +00:00
rdb 0c83cc5530 crisp text in librocket (use nearest filtering instead of linear) 2013-10-19 08:44:59 +00:00
rdb 5463752f8e 64-bit windows 2013-10-07 16:51:46 +00:00
David Rose 8076fedd64 fix incorrect depth computation for OSphereLens 2013-09-27 22:20:44 +00:00