19159 Commits

Author SHA1 Message Date
David Rose
3a75ebde9a DepthOffsetAttrib::min_value, max_value 2012-02-17 19:11:22 +00:00
David Rose
6c3386c65f fix deprecated import syntax 2012-02-17 17:33:19 +00:00
David Rose
ef44a814a3 project() should preserve w coordinate 2012-02-16 18:26:09 +00:00
David Rose
646f12f625 squelch backtrace on SystemExit 2012-02-16 00:19:09 +00:00
David Rose
0b0a286101 hacky stuff 2012-02-16 00:18:31 +00:00
David Rose
1fc2e4b35d replace old NodePath.lerp* calls with NodePath.*Interval equivalents 2012-02-15 21:27:46 +00:00
David Rose
c301075586 set_view_mat() needs to be preserved through make_copy() 2012-02-15 02:02:13 +00:00
David Rose
540e5ff85e whoops, float not int 2012-02-14 23:14:03 +00:00
David Rose
30e8d98f2c use toOsSpecific() where it counts 2012-02-14 23:12:20 +00:00
David Rose
2c7d493513 NodePath::set_tex_projector(..., lens_index) 2012-02-14 02:40:51 +00:00
David Rose
2a782774aa whoops, important to default want-dev correctly based on __debug__ 2012-02-13 18:25:12 +00:00
David Rose
cf816c9885 some config vars to control buffer viewer 2012-02-13 18:06:14 +00:00
David Rose
c520c7a520 bah, improper import of DCFile 2012-02-13 17:51:59 +00:00
David Rose
51d420ed81 new certificate authorities needed--I guess we need to automate this somehow 2012-02-13 17:38:51 +00:00
David Rose
e6ffb2e509 more robust handling of graphics buffers with very limited (e.g. netbook) graphics drivers 2012-02-13 14:13:36 +00:00
rdb
949395a4cc Add normal_gloss texture mode (requested by wezu) v1.8.0 2012-02-13 08:35:52 +00:00
rdb
3bb89ff4eb don't explicitly link to WebKit 2012-02-13 07:17:47 +00:00
rdb
39e520268d fix debugging message accidentally left in 2012-02-13 06:59:22 +00:00
David Rose
d81fef3ae1 early fail on GLGraphicsBuffer if no support for fbo 2012-02-13 01:47:08 +00:00
David Rose
841bfb0743 fix Tut-Fireflies demo (problem with initially zero-sized buffers) 2012-02-12 21:40:16 +00:00
David Rose
4820b4a2db fix more static-init ordering issues caused by new alignment code 2012-02-12 19:55:52 +00:00
David Rose
59c0a3c0e4 use WebKit to provide NPAPI on OSX 2012-02-12 18:43:25 +00:00
rdb
90eac01be0 One more step towards PointLight shadows 2012-02-12 15:22:04 +00:00
rdb
a4afec9d80 add a note about David's cube map fixes 2012-02-12 15:19:23 +00:00
David Rose
f2d095b3a3 fix win32 build issue 2012-02-11 23:40:57 +00:00
David Rose
f90cea1a22 whoops, typo 2012-02-11 22:28:57 +00:00
rdb
cd7a4839be Add --no-sse2 / --use-sse2 options to toggle SSE2 support 2012-02-11 21:32:20 +00:00
David Rose
bb8867fb77 move GSG::get_supports_render_texture() into GraphicsOutput to support render-to-texture on non-Windows platform. Also, further fixes to FBO render-to-texture. 2012-02-11 21:09:35 +00:00
David Rose
37b5aa6fd2 my pass on the 1.8.0 notes 2012-02-11 19:49:31 +00:00
rdb
5bf3aa09d5 add libRocket extensions for packp3d to pick up 2012-02-11 19:39:33 +00:00
rdb
6795dd86b1 show error message when rocket fails to open a file 2012-02-11 11:36:57 +00:00
enn0x
fd1f1e19b3 Added base class for character controllers, in oder to allow C++ developers to replace the default implementation with their own. 2012-02-11 10:02:25 +00:00
rdb
9afc789755 no GL_MULTISAMPLE in gles 2012-02-11 09:47:02 +00:00
rdb
1c8f6f378a Attempt to unbreak OpenGL ES build 2012-02-11 09:21:54 +00:00
David Rose
fffc982206 fixes to depth buffer for cube maps 2012-02-11 02:21:05 +00:00
David Rose
d743dc8a55 The buffer flip should be performed in end_flip(), not in begin_flip(). This long-existing mistake caused double-flips with parasite buffers in effect. 2012-02-10 18:21:55 +00:00
rdb
c9138166fa unset PRC_SAVE_DESCRIPTIONS in optimized builds to reduce memory usage 2012-02-10 15:26:53 +00:00
rdb
d290a193ad Fix static init ordering issue with the runtime build 2012-02-10 09:19:12 +00:00
David Rose
61fa1e4c26 extend compute_planar_bounds() 2012-02-10 02:02:13 +00:00
David Rose
91cb23abb0 oobeCull() also wants a cam argument 2012-02-09 22:35:08 +00:00
David Rose
d34c964e53 UnionBoundingVolume, IntersectionBoundingVolume, Camera::set_cull_bounds() 2012-02-09 21:55:31 +00:00
rdb
880fb62a15 preliminary release notes for 1.8.0 2012-02-09 14:47:16 +00:00
rdb
8062339604 fix broken implementation of join() 2012-02-09 12:01:40 +00:00
rdb
55387212b7 also apply install_name_tool to .so files when building OSX installer 2012-02-09 10:19:23 +00:00
David Rose
abf84dbd0a something's broken with FBO-based cube maps and the depth buffer. Needs more research. 2012-02-08 23:30:46 +00:00
enn0x
3345f207b8 Fixed bug in CTOR for BulletCylinderShape, and added copy constructor for all shapes. 2012-02-08 22:22:20 +00:00
David Rose
6d630e2cf1 auto-clear depth between eyes by default for stereo 2012-02-08 20:34:26 +00:00
David Rose
9d83449006 expose Lens::get_last_change() 2012-02-07 23:01:56 +00:00
David Rose
71871ba28b base.oobe() accepts cam argument 2012-02-07 22:08:53 +00:00
David Rose
e125604c50 use fourth point for compute_planar_bounds(). 2012-02-07 20:34:05 +00:00