19145 Commits

Author SHA1 Message Date
David Rose
5a5a6387bd fix issues with grayscale pfm files 2012-06-19 06:01:06 +00:00
David Rose
c64a59d62e integrate pfm files more tightly with other image file types 2012-06-19 04:45:36 +00:00
David Rose
36f909b2bf support patches for characters too 2012-06-14 22:32:36 +00:00
rdb
e79c9aef46 more changes 2012-06-13 17:26:21 +00:00
rdb
92caea4823 missed one 2012-06-12 13:44:28 +00:00
rdb
ccbfafaf8f fix the glShaderSource prototype, also fix compilation for GLES2 2012-06-12 13:34:39 +00:00
rdb
256cb5c2f7 Compile on OpenGL ES, which doesn't have geometry shaders or tesselation shaders 2012-06-12 10:34:07 +00:00
rdb
5ba7076808 apply patch in bug LP#1009593 and up bam version 2012-06-11 15:03:41 +00:00
rdb
08de612511 missed a few 'libdir's 2012-06-11 08:25:06 +00:00
rdb
e26414d70b apparently lib64 is no longer the policy in debian, so use /usr/lib for everything 2012-06-10 14:21:42 +00:00
rdb
0e72e83f4e compile correctly for OpenGL ES 2012-06-10 14:13:53 +00:00
rdb
b71bca5c49 a lot of improvements 2012-06-07 07:52:56 +00:00
rdb
24cdca64e7 Brand new Cocoa display module 2012-05-25 10:38:47 +00:00
David Rose
d1c9bee195 generate_vis_points() should respect zero_special 2012-05-25 00:00:11 +00:00
rdb
963c235877 initialise all DisplayMode members 2012-05-24 08:48:50 +00:00
David Rose
e137dfcaa4 fix thread-unsafe tga loader 2012-05-14 16:58:44 +00:00
David Rose
78e72288ad improve rescale_texture() and consider_rescale() when loading texture from in-memory PNMImage 2012-05-10 13:46:08 +00:00
rdb
aee35023f0 add packages installed later to PATH too (fixes bug LP 953847) 2012-05-10 07:26:23 +00:00
rdb
6bab1d7819 did it wrong 2012-05-08 20:11:13 +00:00
rdb
9648bfd458 fix eigen package detection 2012-05-08 19:53:56 +00:00
rdb
5f8283c9fb same fix elsewhere in code 2012-05-08 19:36:37 +00:00
Andrew Wason
4ced98fae9 LP bug 992049: patch from Andrew Wason 2012-05-08 19:35:19 +00:00
rdb
d1c80b3876 fix bug LP 996478: Resetting default mouse cursor causes error message popup 2012-05-08 19:31:46 +00:00
David Rose
c707de0661 add add_sub_image() 2012-05-01 17:12:20 +00:00
enn0x
ae4c5cb5e9 Additions to PhysX CCD support. 2012-05-01 09:03:11 +00:00
enn0x
ad54aff016 Exposed CCD for PhysX. 2012-04-30 22:45:12 +00:00
David Rose
e9053ff910 support GLSL tessellation shaders 2012-04-27 20:29:47 +00:00
rdb
b7d369ec27 DIE EVIL BUG OF DOOM 2012-04-25 19:05:06 +00:00
Andrew Wason
9e6cc04792 commit another rectalogic patch, to fix pbuffers on GLX 2012-04-25 18:20:13 +00:00
Andrew Wason
a4c3d999f2 apply patch from rectalogic 2012-04-25 11:27:36 +00:00
David Rose
adf5131190 version issues with xulrunner api 2012-04-24 16:44:17 +00:00
David Rose
753fa8e8fd minor workaround 2012-04-23 20:27:50 +00:00
rdb
58675b889d work around archlinux compiler bug 2012-04-18 18:51:43 +00:00
enn0x
907872267a Added get/set_param 2012-04-15 22:44:17 +00:00
David Rose
03cbd9f1ef add egg2obj to makepanda build 2012-03-30 16:46:05 +00:00
David Rose
f674ea9b38 add -rotate, -mirror_x, -mirror_y 2012-03-28 21:11:08 +00:00
David Rose
98d7643a23 PfmFile::flip() 2012-03-28 21:06:38 +00:00
rdb
438c297968 apply fix from et1337 2012-03-28 16:15:00 +00:00
David Rose
772e96881b revert accidental commit 2012-03-28 00:13:58 +00:00
David Rose
29e5d74613 LMatrix4::xform_point_general_in_place() 2012-03-28 00:12:56 +00:00
David Rose
fcbf66df25 tag some more methods BLOCKING 2012-03-27 14:31:11 +00:00
enn0x
48b3b4dc55 Python callback for collision filtering 2012-03-26 20:06:10 +00:00
David Rose
d280ad2a81 deal with initially hidden windows properly 2012-03-22 18:11:11 +00:00
rdb
7978472f00 Reverting this whole mess 2012-03-20 14:32:14 +00:00
rdb
d9ef0f11ae allow comparison between BitMask and integer 2012-03-20 10:59:21 +00:00
rdb
0b4654d512 let's try operator WType 2012-03-19 20:54:04 +00:00
rdb
4818adb5ed actually, temporarily revert my "operator WType" too, Python uses it for bool evaluation too 2012-03-19 09:58:39 +00:00
rdb
32ec1fbc77 actually remove operator bool, but keep operator WType 2012-03-19 09:41:49 +00:00
rdb
47f3933489 allow casting bitmasks to their integer type, and make sure that bool(bitmask) is False when all bits are off 2012-03-19 09:39:43 +00:00
Chris Brunner
8ba7b5d0de Force manifest generation on MSVS installs 2012-03-16 23:13:02 +00:00