18849 Commits

Author SHA1 Message Date
rdb
c45e05cffe recognise -i as valid option, of course 2012-01-08 12:52:11 +00:00
rdb
b92e172172 to hell with the encodings, let's just pull in morepy entirely for pdeploy 2012-01-08 11:51:05 +00:00
rdb
1208f78d86 let's just add some more standard encodings to the panda3d package 2012-01-08 11:48:53 +00:00
rdb
6eeccd0273 Move 'io' module from morepy to standard panda3d package 2012-01-08 10:58:30 +00:00
rdb
388551f4da add icon support to pdeploy, and write .desktop files on Linux 2012-01-08 10:40:48 +00:00
rdb
3fd427f0c9 add in rocket stuff, fix some of zhao's spelling errors and naming issues 2012-01-07 19:49:43 +00:00
rdb
b422d480a4 libRocket stuff 2012-01-07 19:40:53 +00:00
rdb
69fcb76b1a experimental libRocket support 2012-01-07 19:02:41 +00:00
rdb
2d78a0503b more easily extendable DisplayRegion 2012-01-07 18:52:20 +00:00
rdb
c06eafece4 fix from teedee 2012-01-07 08:40:06 +00:00
David Rose
2d0fb30fd6 support transparency in material's diffa 2012-01-06 21:58:36 +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
ea05496d09 disable Toontown's cheesy lock for normal, threaded Panda 2012-01-06 00:51:54 +00:00
David Rose
211df4b90f need default parameters for runp3d.py 2012-01-06 00:44:43 +00:00
David Rose
16ae6aa182 a little more information for incorrect arguments 2012-01-05 21:50:57 +00:00
David Rose
e1a136a21e fix minor crash on input error 2012-01-05 21:49:46 +00:00
enn0x
e68cb77e4a Added wrapper for btMultiSphereShape. 2012-01-05 13:07:38 +00:00
David Rose
faf7af4b67 tag long-running function with BLOCKING 2012-01-05 02:43:45 +00:00
rdb
94fb5c97eb Windows installer should now ask if the user wants a desktop icon 2012-01-04 10:21:56 +00:00
Zhao Huang
cbf9c83e23 Fix for gles returning driver info causing incomplete builds on certain linux distros 2012-01-04 06:24:59 +00:00
David Rose
c6c46bd61b aggressively locate already-imported modules 2012-01-03 21:05:51 +00:00
David Rose
f110a269c8 GraphicsEngine::get_render_lock() 2012-01-03 03:05:54 +00:00
David Rose
cfcde491a8 set BLOCKING on long-running functions 2012-01-03 02:29:53 +00:00
David Rose
8f68dd373b return status from recompute_if_stale() 2012-01-03 01:47:02 +00:00
David Rose
abb7a76368 Support __file__ in pdef file for convenience 2012-01-01 16:34:36 +00:00
David Rose
bbdd1341d8 print_xml 2012-01-01 02:39:36 +00:00
Zhao Huang
ebc948b3f8 Fixed FBO Float Buffers; Multisample FBOS were left untouched and needs more work. 2011-12-31 21:43:18 +00:00
David Rose
b405b6bfac add set_auto_recompute() 2011-12-30 19:24:47 +00:00
Zhao Huang
a56760cbcf Exposes Opengl Vendor, Driver, Shader Model information to python 2011-12-30 09:00:37 +00:00
Zhao Huang
b4fcbfff0a added getJointTransformState 2011-12-30 01:29:53 +00:00
David Rose
1c9395b311 a few checks against bad data 2011-12-29 22:23:14 +00:00
David Rose
b5eeced04a whoops, remove debug prints 2011-12-29 22:02:08 +00:00
David Rose
f666607adc expose match_files() to python usefully 2011-12-29 18:05:12 +00:00
rdb
49326183a9 it'd be so incredibly useful if GraphicsEngine just outputted what kind of buffer it created as an info message 2011-12-29 12:45:50 +00:00
rdb
7eeb37ec94 make sure pp-filter gets the same fb props as the main win - fixes antialiasing failure with FilterManager 2011-12-27 10:06:06 +00:00
rdb
306d6f993a coloured cartoon inking 2011-12-27 09:48:27 +00:00
rdb
6b3c53e115 fix a bug with crash when calling resizeBuffers 2011-12-27 09:48:01 +00:00
Zhao Huang
aa91bf071e Cleaned up the section relating to the intel compiler a little bit 2011-12-23 16:13:49 +00:00
rdb
a387909cf2 fix compilation issue 2011-12-23 12:42:07 +00:00
rdb
c80f1572d8 fix compilation issue 2011-12-23 12:07:21 +00:00
Zhao Huang
9e02be0431 Add support for the Intel compiler on win systems, and a switch --MSVC_Intel to enable it. 2011-12-23 07:37:17 +00:00
David Rose
a06fd5521f found a reason to use dlmalloc if 16-byte alignment is required 2011-12-22 22:44:31 +00:00
Zhao Huang
3138076bc4 Add a small change to make the header more friendly to the Intel Compiler 2011-12-22 08:30:07 +00:00
David Rose
f647872b2b lower egg-recursion-limit to 1000 2011-12-21 23:12:10 +00:00
Zhao Huang
d32064ced4 Fixed some more dependency bugs with parallel build
Add some clarity to error handling messages
2011-12-21 19:00:56 +00:00
Zhao Huang
f2d1a429f2 Added include <time.h>, necessary to define localtime when compiling using --optimize=4 2011-12-21 18:12:43 +00:00
David Rose
d39739b37f wrong assert, get_num_components() != size(). 2011-12-21 15:09:51 +00:00
David Rose
f6a32897ba build correctly without DO_MEMORY_USAGE 2011-12-21 02:31:37 +00:00
David Rose
9326f5be54 compiler warnings 2011-12-21 01:39:47 +00:00
David Rose
6e5dd2cc63 fix memory crashes on win32/Eigen build 2011-12-21 01:25:38 +00:00