6703 Commits

Author SHA1 Message Date
David Rose
0df0bf63ce add ancient interfaces 2008-09-25 20:55:28 +00:00
Greg Wiatroski
b0b9b890fc clean up debug spam 2008-09-25 00:44:58 +00:00
Redmond Urbino
32a7f97b4b PartyManagerUD can send to all PartyManagerAIs 2008-09-24 23:29:41 +00:00
Greg Wiatroski
54083bd33a fix for typo (long time no vi) 2008-09-24 18:54:16 +00:00
Greg Wiatroski
5d2779c21d More tweaks to get dev pub to build... 2008-09-24 18:28:18 +00:00
Greg Wiatroski
5af08f799f Adding some startup bullet-proofing 2008-09-24 00:20:37 +00:00
rdb
2daea47ccf Added C++ constructors to API reference 2008-09-23 14:18:44 +00:00
Asad M. Zaman
464802e722 as per darren, a better fix 2008-09-19 23:52:07 +00:00
Asad M. Zaman
24b0ce64e2 From Darren: fix for scratch pad dummy task crash 2008-09-19 23:41:28 +00:00
David Rose
cd8f9030d8 wip: starting experimental C-based task manager 2008-09-19 01:09:04 +00:00
Darren Ranalli
26d56476f0 added ~ailogtaskprofiles, added ~aitaskprofileflush <name> 2008-09-19 00:28:05 +00:00
Darren Ranalli
a7f8a4af41 include max non-spike profile, added ~taskprofileflush/~aitaskprofileflush 2008-09-18 22:30:57 +00:00
Darren Ranalli
8bf2bdfa1f added RAM-file support to prevent disk access while profiling 2008-09-18 18:24:57 +00:00
Josh Wilson
cf6cb4897f __dev__ -> __debug__ 2008-09-18 03:53:30 +00:00
Josh Wilson
5101b87561 allowing the call of defineoptions() in all subclasses of a direct gui object. It should now correctly process your optiondefs 2008-09-18 03:23:12 +00:00
Josh Wilson
98548f9779 adding hasOwnerViewDoId() 2008-09-18 03:21:10 +00:00
Gyedo Jeon
ded3f54e98 Made change in networkToLocalTime 2008-09-18 00:35:27 +00:00
Darren Ranalli
35a6e9f49e don't warn about leaked garbage collect task on exit 2008-09-17 23:35:35 +00:00
Darren Ranalli
2d8e530230 clean up doLater task 2008-09-17 23:10:57 +00:00
Darren Ranalli
ff1ecccfa5 new shared folder path 2008-09-17 21:09:02 +00:00
Darren Ranalli
9b36b7b487 fixed mismatched-spike-task bug 2008-09-17 00:27:22 +00:00
Darren Ranalli
a3b9f73b87 doubled digits in profile filenames 2008-09-17 00:25:58 +00:00
Darren Ranalli
92acaa949a increased spike threshold to 10x 2008-09-17 00:24:21 +00:00
Darren Ranalli
d3389a556e initial revision 2008-09-16 22:07:59 +00:00
Darren Ranalli
66d112fbe5 optimized imports in profile code 2008-09-16 21:25:16 +00:00
Darren Ranalli
86d00a7024 added explicit garbage collect task 2008-09-16 20:28:24 +00:00
Darren Ranalli
6895e25221 added task profiler 2008-09-15 21:47:37 +00:00
David Rose
8b16f6024f more waitPending 2008-09-13 05:18:24 +00:00
David Rose
52fa05d6f9 waitPending 2008-09-13 02:04:05 +00:00
Darren Ranalli
904d6cb128 improved readability of GarbageReport Python-syntax section 2008-09-12 01:14:37 +00:00
Darren Ranalli
a2997cd277 removed exceptionLogged decorators, data logging now covered by ExceptionVarDump 2008-09-11 23:44:51 +00:00
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