Commit Graph

4722 Commits

Author SHA1 Message Date
aignacio_sf 615d92440f Improve buffer viewer display:
Buffer views no longer go off screen except when there are way too many buffers (since the min buffer frame size is now 5 pixels).
Fix a case where too many buffers being displayed results in a divide by zero.
2008-09-10 02:08:16 +00:00
Darren Ranalli 35a643c737 by default don't do exception variable dump in __dev__ 2008-09-09 20:54:06 +00:00
David Rose 0e5cc07f83 pandaFileStream 2008-09-09 00:13:09 +00:00
Darren Ranalli 902634f5dd better handling of already-visited objects; show them but don't traverse through them 2008-09-08 23:26:29 +00:00
Darren Ranalli c312d30eb8 added accessor methods for task duration warning threshold 2008-09-06 00:09:12 +00:00
Darren Ranalli a53d2db6f7 limits on recursion depth 2008-09-05 21:58:27 +00:00
Darren Ranalli 7583ac4861 print stacktrace before variable dump in case the process crashes while creating variable dump 2008-09-05 20:46:09 +00:00
Darren Ranalli 36b6f93353 safeRepr prints class name before calling repr on C++ objects 2008-09-05 20:44:26 +00:00
Darren Ranalli 6926ff6ae7 more robust traceback iteration 2008-09-05 00:04:23 +00:00
Darren Ranalli 2c806a3ffe include globals and builtins, print variables within each frame in sorted order 2008-09-04 23:54:00 +00:00
Darren Ranalli 535d898e66 changed task duration warning config, default threshold to 40 2008-09-04 21:53:15 +00:00
Darren Ranalli 645b20849b print all possible referenced variables based on code object's names list 2008-09-04 20:45:44 +00:00
M. Ian Graham 321c3a4be1 Moved askForObjectFieldsByString into the proper class 2008-09-04 19:49:56 +00:00
Darren Ranalli 37c9bcdb56 display instance variables one level deep 2008-09-04 00:44:26 +00:00
Darren Ranalli f40c53c0fc use notify for exceptionLogged output 2008-09-03 21:36:08 +00:00
Darren Ranalli e79a864125 working exception variable dump 2008-09-03 21:16:09 +00:00
Gyedo Jeon 9c9d3d0707 Sepearated LevelStyleManager for RTM 2008-09-03 20:34:47 +00:00
M. Ian Graham 97521dae7f Bugfix and favicon addition 2008-09-03 03:38:06 +00:00
Asad M. Zaman 05ccf7237d this allows rebinding of classes from level-editor 2008-08-28 23:49:33 +00:00
David Rose f8fa118cbe unloadAnims() always postFlatten() 2008-08-28 22:50:07 +00:00
David Rose 6452ae6fae typos in error message 2008-08-28 19:32:01 +00:00
David Rose ddf501b588 loadModelOnce -> loadModel 2008-08-28 19:24:59 +00:00
David Rose 36517ac3b7 remove old panda support 2008-08-28 06:00:28 +00:00
David Rose 63a948749a bindAnim() improvements 2008-08-28 05:50:12 +00:00
Darren Ranalli 8c92a5e207 initial revision 2008-08-28 02:07:18 +00:00
Justin Butler bcc7ed59a8 Small teleporting fix for smoothing to make sure timestamps are up-to-date when smoothed object stops then starts movement. 2008-08-27 00:47:22 +00:00
Darren Ranalli b8523833f7 added Python syntax version of cycles 2008-08-26 23:06:34 +00:00
Darren Ranalli 77cfda8691 fix for div-by-zero in task duration warning 2008-08-26 00:13:06 +00:00
Redmond Urbino 189626a483 fix garbage report crash 2008-08-25 22:58:05 +00:00
David Rose 27cfbbd284 preload textures 2008-08-25 22:56:40 +00:00
Darren Ranalli d0ef5b51ff long-running task warning now warns based on average frame duration 2008-08-25 21:59:14 +00:00
Josh Wilson 265130ae80 adding removeAIInterest() and _sendRemoveAIInterest() to allow client to close interests opened by the AI 2008-08-21 02:50:49 +00:00
Justin Butler c7177a828f NPC/ship Telemetry smoothing fixes for Pirates. 2008-08-14 21:44:54 +00:00
Josh Wilson f6b0191067 returning at least 1 for grid size in getGridSizeFromSphere() 2008-08-13 22:23:30 +00:00
David Rose 07f89fbfc2 support async texture loads 2008-08-13 16:10:03 +00:00
Darren Ranalli 91a6f3f413 added isFinished() method 2008-08-11 20:27:59 +00:00
M. Ian Graham 165118829a Added setConnectionURL for access from otp_server web interface 2008-08-08 01:14:17 +00:00
M. Ian Graham f57c9e0fa5 Modified contactInfo string 2008-08-08 01:13:53 +00:00
David Rose 7fdd1813ac remove some old panda support 2008-08-08 00:13:59 +00:00
David Rose 39f5de7827 minor fixes 2008-08-08 00:10:49 +00:00
David Rose f86360a303 small opts 2008-08-08 00:09:21 +00:00
M. Ian Graham 3cd6df210f Fix for multiple outstanding askForObjectField calls for the same field on different objects 2008-08-07 23:12:00 +00:00
Darren Ranalli 95abe649e8 moved DelayDelete to /home/WDIG/player/toontown 2008-08-07 21:05:12 +00:00
David Rose 0364ebd8b7 asynchronous animation binding 2008-08-07 17:34:24 +00:00
David Rose bdde0c3185 better OSX support, I think 2008-08-05 16:55:34 +00:00
rdb 34538489ba Missed out a tiny conditional 2008-08-02 17:52:40 +00:00
rdb 1af355624d Added OSX support 2008-08-02 09:44:42 +00:00
rdb 2b6617793c Oops, small mistake 2008-08-02 09:32:41 +00:00
rdb 3e3301dfb8 Added support for OSX 2008-08-02 09:30:29 +00:00
David Rose 1900e24dc1 don't use isinstance(AnimControl) 2008-08-02 00:46:48 +00:00