18764 Commits

Author SHA1 Message Date
David Rose
b3706f5018 coupla more fixes for recent breaks to packaging 2011-09-23 22:10:40 +00:00
David Rose
024e5e9d19 oops, mustn't auto-wrap file in this case 2011-09-23 22:04:42 +00:00
enn0x
0ea1ff0ecb For some reason dynamic_cast failed with current Bullet revisions. 2011-09-23 22:01:42 +00:00
enn0x
8e93bee2d6 Testing some alternatives for character controller stepping. 2011-09-23 20:57:56 +00:00
David Rose
4ebdf7b6fa make_texture() is a useful function to publish 2011-09-23 18:54:59 +00:00
rdb
3414a4ff1c add PyBool_FromLong to pystub, apparently it's needed to compile on FreeBSD 8.2 2011-09-19 17:23:13 +00:00
David Rose
703271d15d writable vfs 2011-09-17 00:41:06 +00:00
David Rose
278bc55d62 a couple more writable-vfs migrations 2011-09-17 00:40:29 +00:00
David Rose
191ce517da migrate a few use cases to writable vfs 2011-09-17 00:05:23 +00:00
David Rose
84fdd2ea9e more robust vfs write operations 2011-09-16 23:10:46 +00:00
David Rose
57b42fbfe1 clean up some read-write operations 2011-09-16 23:10:27 +00:00
David Rose
e986614cfc writable vfs 2011-09-16 20:13:08 +00:00
David Rose
5f6affba78 several Linux fixes 2011-09-14 23:00:27 +00:00
David Rose
074b9ee60b define print_signature_certificate() 2011-09-14 17:19:12 +00:00
David Rose
4b5d087246 use more explicit casting chain, to maybe help out the Intel compiler 2011-09-14 14:00:46 +00:00
David Rose
d592205b57 attempt to fix eternal twirling 2011-09-14 12:42:06 +00:00
David Rose
0f7b6d6c40 add faceForwardDelta, faceForwardNode 2011-09-13 23:15:30 +00:00
David Rose
7d7edee889 fix bitrot, add Mopath.draw() 2011-09-13 22:28:18 +00:00
David Rose
e0323969a5 maybe we're ready to build with DO_PIPELINE enabled in general 2011-09-12 23:03:05 +00:00
David Rose
089c4780d5 run win-python-x64 if it exists 2011-09-12 22:03:22 +00:00
enn0x
540f7f2150 Warning if elapsed time < stepsize (no simulation but interpolation!) 2011-09-11 20:37:58 +00:00
rdb
6da6402397 oops, put that line in the right place 2011-09-10 08:45:17 +00:00
rdb
ddf37dbe28 hopefully this should fix the compile error for p3dcert on osx 2011-09-10 08:37:41 +00:00
rdb
482e7b1e9a oh, I see what was wrong 2011-09-10 08:30:27 +00:00
rdb
cc6dbfd8bb fix the rtdist build... hopefully 2011-09-10 08:27:09 +00:00
Justin Butler
e14d4e0120 adding to remove from attic 2011-09-09 21:30:05 +00:00
Justin Butler
e2c78d4fc0 *** empty log message *** 2011-09-09 21:18:23 +00:00
rdb
d8ed592051 actually, revert that, but switch to float for Tiger compatibility 2011-09-09 19:28:06 +00:00
rdb
31d56d08ab do we really need to create a new colour space to clear the background? We can just use the generic RGB space. 2011-09-09 19:14:22 +00:00
David Rose
0113a991a1 missing include 2011-09-09 18:19:01 +00:00
David Rose
c6296add0b fix python crash at loader.load_sync() 2011-09-09 17:16:40 +00:00
rdb
bd62ba4cb6 this should fix plugin build on 64-bits linux 2011-09-09 08:46:08 +00:00
David Rose
6064045aa3 fix an assertion failure at shutdown 2011-09-09 01:17:35 +00:00
David Rose
00a87f7c44 fix a bit more type inheritance issues 2011-09-09 00:52:17 +00:00
David Rose
43cbd0f106 unneeded tau_cflags 2011-09-09 00:14:52 +00:00
David Rose
0687324183 fix memory leak 2011-09-09 00:14:17 +00:00
David Rose
a4909730dc better movie seeking behavior 2011-09-08 17:49:16 +00:00
David Rose
79e60e25ec hey, I overlooked heap_alloc_array() et al 2011-09-08 15:34:07 +00:00
David Rose
0ce0196027 can't query TypeHandle::none() pointers 2011-09-08 15:19:21 +00:00
David Rose
369f93951f fix a memory leak in the garbage-collect-states case 2011-09-08 15:02:34 +00:00
David Rose
007b7d3f9e tracking down memory leaks 2011-09-08 02:28:14 +00:00
David Rose
d7ee644809 simple error prevented driver-generate-mipmaps from working 2011-09-08 01:14:13 +00:00
David Rose
e552c230a0 further debugging in TransformState (and one important bugfix) 2011-09-07 23:44:36 +00:00
enn0x
212ed1e510 Switch from setVelocityForTimeInterval to setWalkDirection. 2011-09-07 21:54:44 +00:00
David Rose
0c2ab823d3 robustify low-level Python accessors 2011-09-07 16:03:01 +00:00
David Rose
ad0a1ab64f use dual linked lists instead of a linked list and a pset 2011-09-07 06:22:04 +00:00
David Rose
48df7995e5 need garbageCollectStates task 2011-09-07 00:31:22 +00:00
enn0x
e722b48c02 Added some documentation. 2011-09-06 22:43:26 +00:00
enn0x
66ace2c235 Added methods for getting and setting (overriding) inertia. 2011-09-06 22:16:58 +00:00
enn0x
bee0fa5a7f Linking against BulletMultiThreaded.lib is not required. 2011-09-06 22:15:29 +00:00