Commit Graph

244 Commits

Author SHA1 Message Date
David Rose b5cf90cf1e fix link error on opt4 2004-09-22 18:40:16 +00:00
Justin Butler 72112dbe72 Checkin to disable stack track debug info for performance tuning. 2004-08-11 22:31:24 +00:00
Dave Schuyler 28ea992c31 added setLoop and getLoop 2004-08-10 22:15:23 +00:00
Dave Schuyler 44ad745064 added debugInitStackTrace 2004-06-08 22:33:40 +00:00
David Rose b1db93fb87 explicit import paths 2004-06-01 19:31:48 +00:00
David Rose b169b29435 remove support for old panda 2004-04-20 22:51:39 +00:00
Dave Schuyler e45fe3235f lots of little changes for os x 2004-04-02 02:53:20 +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 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
David Rose b0e3667dbe fix IndirectInterval not to start/stop sounds repeatedly 2004-01-07 02:47:54 +00:00
David Rose d787afb6a4 ensure sounds aren't played past their duration 2004-01-06 20:46:57 +00:00
David Rose 37f484dd48 add constrainedLoop 2003-12-13 22:14:28 +00:00
David Rose ef9e7478fc turn off warning for frame count=1 2003-12-12 05:45:51 +00:00
David Rose fcb41afd31 remove silly warning 2003-12-12 05:13:20 +00:00
David Rose e8c4d87386 generalize partName interface 2003-12-11 08:08:09 +00:00
Dave Schuyler 6da0c1e352 changed node arg to nodePath in intervals 2003-11-26 02:54:08 +00:00
David Rose 2e3f848e85 pass most keyword arguments through to function 2003-11-19 23:41:49 +00:00
David Rose 4066f9ee8d add debugging output 2003-11-17 00:59:59 +00:00
David Rose 4d37f8fe6d make negative playRate implicitly play animation backwards 2003-11-14 09:48:01 +00:00
David Rose 77e7c30ab4 whoops, typo 2003-11-14 09:47:35 +00:00
David Rose 6ffeaf8170 define IndirectInterval 2003-11-14 09:34:13 +00:00
David Rose ac8bb40c69 allow duration to imply endTime 2003-11-13 05:49:49 +00:00
David Rose fbb2032a97 fluid intervals 2003-11-12 00:15:50 +00:00
David Rose 27a8da21ec fix resume_until some more 2003-11-11 06:51:15 +00:00
David Rose 80862fe41a add resume_until 2003-11-11 01:04:30 +00:00
David Rose 59d8e8ebcb MopathInterval inherits from LerpFunctionInterval to take advantage of blendType 2003-11-09 06:52:37 +00:00
David Rose 3c3f2f4432 replace set_velocity() with set_fluid_pos() 2003-10-08 19:08:53 +00:00
Dave Schuyler 3573ccb9aa changed comments. 2003-10-02 04:23:18 +00:00
David Rose dea5eaccfb allow intervals with duration < 0 2003-09-30 17:16:27 +00:00
David Rose 6afb9a87ab add forceUpdate 2003-09-27 00:39:55 +00:00
David Rose 0f357ba02f warning is now an error 2003-09-22 22:16:52 +00:00
David Rose a4129aa412 fix reverse interval with explicit duration too long 2003-08-29 19:03:36 +00:00
David Rose 9d137295f6 better behavior when frame counts are mismatched 2003-08-21 16:57:44 +00:00
David Rose 25977a911d fix reverse interval 2003-08-21 16:17:42 +00:00
David Rose 5bd18eac4c remove old play(), stop(), setFinalT() interval interface 2003-08-18 22:56:31 +00:00
David Rose ebc60ccce5 name by animname 2003-08-18 21:51:50 +00:00
David Rose 76fa331c85 duration includes last frame 2003-08-17 01:23:30 +00:00
David Rose 6e1cdc100a robustify edge conditions 2003-08-17 01:18:36 +00:00
David Rose 02900a46ce add shear intervals 2003-08-06 17:59:39 +00:00
David Rose 3450df314f enforce new interval interface 2003-08-05 03:13:42 +00:00
David Rose 91236ff836 FunctionInterval should report its name as Func 2003-08-04 17:47:28 +00:00
David Rose 5994cdffbd fix setT() while interval paused 2003-08-04 17:47:12 +00:00
Mark Mine 317713f789 Fixed joybox resolution problem, and interval jumptostart and end commands 2003-08-03 03:11:00 +00:00
David Rose 962ccf7496 abort sooner if errors in meta interval construction 2003-08-02 20:19:15 +00:00
David Rose bfc61341a1 don't clamp t value in set_t() 2003-07-23 01:03:44 +00:00
David Rose b7f13c5309 try to avoid introducing a scale when lerping hpr 2003-07-10 21:54:53 +00:00
Darren Ranalli 8176ae9423 made __init__ a little more flexible 2003-07-10 20:30:54 +00:00
David Rose 1e076dadd1 support setT() while interval is playing 2003-07-02 23:18:41 +00:00