Commit Graph

3838 Commits

Author SHA1 Message Date
Redmond Urbino b97985557d add debug statements to track down crash 25179 2006-11-09 00:44:21 +00:00
Darren Ranalli 1cf90faf20 exceptionLogged storeObjectLocation 2006-11-08 19:49:17 +00:00
David Rose da7c1e8a10 add getAllAccepting() 2006-11-07 16:16:49 +00:00
David Rose 0992109979 increment Py_None correctly 2006-11-07 13:38:17 +00:00
Darren Ranalli a01b476326 fixed sys.exit 2006-11-07 04:19:14 +00:00
Darren Ranalli 6ff2802afc added exceptionLogged 2006-11-04 01:20:43 +00:00
David Rose 93a66498c2 fix AI crash 2006-11-03 04:10:46 +00:00
David Rose eeacc3fb26 eliminate warning 2006-11-03 01:52:02 +00:00
David Rose 10be9cdfd4 protect under __debug__ 2006-11-02 20:05:24 +00:00
David Rose 2194792fae fix getPartNames() when no parts are available 2006-11-01 00:07:38 +00:00
Josh Wilson ade5993d76 changed way report uses notify 2006-10-31 03:33:30 +00:00
aignacio_sf 20d597bad2 Set sampling rate to 0.0.
Ignore duplicate transforms (keyframes).
Fixes flicker problem for high frame rates.
2006-10-31 03:09:16 +00:00
Josh Wilson adb1b3411c added report function decorator 2006-10-31 02:39:26 +00:00
David Rose 3d24d4d003 minor fix to listJoints() 2006-10-30 19:26:09 +00:00
Darren Ranalli 0341696500 added *base.profileNextFrame 2006-10-28 13:15:53 +00:00
Darren Ranalli 5f9c4d55dc for efficiency, import pandac modules once and store them locally 2006-10-28 12:59:46 +00:00
Joe Shochet 46a0c73e47 added warning for doLater with negative delay time 2006-10-28 01:19:11 +00:00
Darren Ranalli 70db0829ff added getServerAddress 2006-10-27 23:19:46 +00:00
Darren Ranalli 9b78bad94d preserve token hash value even after invalidation 2006-10-26 22:56:50 +00:00
Darren Ranalli 823340c46c fixed crash in _ignore 2006-10-26 21:28:25 +00:00
Darren Ranalli 8897de5899 better InputManager handling of multiple inputs to a single logical input (forward, backward etc.) 2006-10-26 03:47:34 +00:00
Zachary Pavlov d1d6d3f1a3 removed guppy from pyutil 2006-10-25 23:50:09 +00:00
Zachary Pavlov 32bc2dfe11 oops, loader typo 2006-10-25 22:43:10 +00:00
Zachary Pavlov 4689f86821 fix for loader 2006-10-25 22:36:44 +00:00
Josh Wilson af24759809 stop ship controls from sending out avatar type jump messages 2006-10-25 21:05:54 +00:00
David Rose dfe5814829 rework loader vs. ModelPool; deprecate implicit filename extension; improve ModelPool.releaseModel() 2006-10-25 17:56:50 +00:00
David Rose 8768f41974 whoops, forgot to save animModel 2006-10-25 17:53:52 +00:00
Joe Shochet bc8b0a87fb fixed a little partBundleDict bug in getActorInfo 2006-10-25 05:25:07 +00:00
David Rose b07734d1d4 more fixes to the fixes 2006-10-24 21:03:35 +00:00
David Rose c1754bf76d whoops, fix getPart() again 2006-10-24 20:53:28 +00:00
David Rose a8b6320080 fix getPart() 2006-10-24 19:22:30 +00:00
Zachary Pavlov 538e31b081 fixed 'if part:' typo, and I added a small hack to make SubpartDef work with a [0] reference (ugg) 2006-10-24 18:59:50 +00:00
David Rose 860a8f16ca use repr() instead of str() to print diagnostics 2006-10-24 17:11:45 +00:00
David Rose 1373705582 reorganize Actor dictionaries a bit; keep around ModelRoot node for proper ModelPool reference counting 2006-10-24 17:11:22 +00:00
Josh Wilson 79d14e2fc8 added global function 'giveNotify(cls)' 2006-10-24 01:54:33 +00:00
David Rose 064fd1dc07 oops, build on Windows 2006-10-23 20:10:24 +00:00
David Rose b783726b11 fix initial delay for smooth mover 2006-10-23 18:59:12 +00:00
Darren Ranalli 410a57c7e4 name objects via base and simbase 2006-10-21 04:51:57 +00:00
aignacio_sf 388e80b02d Initial nurbs support. Sampled points are used as control points to create nurbs curves. 2006-10-21 02:05:46 +00:00
Darren Ranalli f804219bb6 return ClassTree instead of printing it 2006-10-20 21:36:06 +00:00
Josh Wilson 463cc7be4f added lateral distance monitoring 2006-10-20 16:34:55 +00:00
Josh Wilson c1f040a7d1 added ability to query airborne state. Be careful this only works if the walker supports the airborne state 2006-10-20 16:16:55 +00:00
Darren Ranalli 193478aacf prevent redundant DoHierarchy adds/removes 2006-10-20 02:57:58 +00:00
Darren Ranalli 3b64bad745 added printClassTree 2006-10-20 02:56:17 +00:00
Darren Ranalli 90bcf39b91 better error messages 2006-10-20 02:43:09 +00:00
Redmond Urbino 7a2e78cbb3 added new method removeAllItems 2006-10-20 00:49:23 +00:00
M. Ian Graham 7a41d118c7 Removed debug line that keeps 'reload' containers from appearing 2006-10-19 21:42:24 +00:00
M. Ian Graham 432c06f65d Sorting entries lexicographically within the same quantity buckets. 2006-10-19 21:30:24 +00:00
M. Ian Graham 5db62c7cb9 Changed timer task removal to properly remove--memory leak fix. 2006-10-19 21:13:14 +00:00
M. Ian Graham 5b3f37c360 Report output order is now deterministic within the same container size 2006-10-19 18:30:29 +00:00