Commit Graph

17 Commits

Author SHA1 Message Date
rdb a65b477734 Commit patches by cfsworks:
cxx: Fix missing includes masked by composite builds.
misc: Fix typos in comments.
config: Fix missing config forward-declarations.
direct: Adjust Python imports to panda3d.* instead of pandac.*.
display: Split graphicsWindow out into an extension.
framework: Use if/elif/elif/endif instead of ifdef/elif/elif/endif.
ode: Remove erroneous INLINE declarations.
interval: Fix missing import.
2014-10-19 22:41:47 +00:00
David Rose 05bd74a80e Parabolaf -> LParabola 2011-10-30 20:28:55 +00:00
rdb 7a33157f92 Revert some of my callable changes, I found out that old-style classes don't provide __call__ 2010-03-20 10:30:06 +00:00
rdb ac1223d0da Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
Josh Wilson 3d322b7394 attempt to prevent a RockDebris effect that would otherwise crash the client 2008-05-28 02:51:27 +00:00
Josh Wilson 0d977f5ee3 throwing an error in projectile interval if calcTimeOLastImpactOnPlane() fails 2008-01-16 19:25:05 +00:00
David Rose 2a3d4d0934 use new parabola-based collision system 2007-10-16 20:11:56 +00:00
greytower 4f51f073a0 deal with 0 duration projectile interval 2007-04-17 01:17:27 +00:00
Josh Yelon 1b058da878 Added __all__ declarations 2006-08-09 20:49:19 +00:00
Dave Schuyler b4f8764266 changed panda modules import 2006-02-15 00:43:43 +00:00
Darren Ranalli 9bf6494bc1 added new projectile mode: pass through waypoint and end on a plane 2004-10-19 03:09:23 +00:00
David Rose b1db93fb87 explicit import paths 2004-06-01 19:31:48 +00:00
Darren Ranalli eec52ae30d once more must provide either startPos or duration, also implicit startPos is sampled every time interval starts rather than first time only 2004-02-23 22:46:49 +00:00
Darren Ranalli dae5fabd22 support implicit startPos w/ startVel and endZ -- may cause trouble for parent intervals 2004-02-20 00:07:54 +00:00
Darren Ranalli ca6e9716d8 fixed bug in endZ case 2004-02-19 23:42:41 +00:00
David Rose fbb2032a97 fluid intervals 2003-11-12 00:15:50 +00:00
Darren Ranalli 613dea6208 added ProjectileInterval 2003-04-23 01:32:16 +00:00