241 Commits

Author SHA1 Message Date
Darren Ranalli
2527c1bb07 added ParamObj.getCurrentParams 2007-03-01 00:46:40 +00:00
Josh Wilson
804d0dde03 better exception wrapping for __dev__ builtin in report() 2007-02-26 21:26:08 +00:00
Darren Ranalli
f6e614c9d6 make printStack* assertable 2007-02-22 05:03:59 +00:00
Darren Ranalli
aa9e13efe1 FrameDelayedCallback->FrameDelayedCall, bug fixes, moved DelayedFunctor (no changes) 2007-02-22 00:13:08 +00:00
Darren Ranalli
f7c127f452 added util classes to __builtin__ 2007-02-21 23:17:16 +00:00
Josh Wilson
dab0454ca0 now we can pass in multiple dConfigParams to report 2007-02-19 22:34:39 +00:00
Darren Ranalli
c155ffa619 added support for callable default value generators in ParamObj.ParamSet to avoid sharing of modified default values between instances 2007-02-17 08:40:11 +00:00
Darren Ranalli
6eb422c26c added support for callable default value generators in POD to avoid modification of default values 2007-02-17 08:26:48 +00:00
Darren Ranalli
02183867c0 don't include recordCreationStack in recorded creation stack 2007-02-17 07:34:57 +00:00
Darren Ranalli
70076bfe26 added printStack and printVerboseStack 2007-02-17 07:32:53 +00:00
Darren Ranalli
9449c113df added pivotScalar, rad90/180/270/360 2007-01-29 23:17:08 +00:00
Darren Ranalli
8f59fd735b makeList, makeTuple in __builtin__ 2007-01-26 02:58:09 +00:00
Darren Ranalli
d265ae2a61 added notNone, put clampScalar in __builtin__ 2007-01-26 01:30:12 +00:00
Darren Ranalli
35cefd4463 add bound and lerp to builtins 2007-01-25 18:51:01 +00:00
Darren Ranalli
0c9ebbc8d1 added iterator for Enum 2007-01-22 18:50:03 +00:00
Darren Ranalli
8e40eec7de added ScratchPad.destroy() 2007-01-18 01:27:50 +00:00
Josh Wilson
4ec281ba89 added config variable support to report 2007-01-17 00:51:34 +00:00
Josh Wilson
54471a94f7 *** empty log message *** 2007-01-11 04:45:10 +00:00
Josh Wilson
7454d3e33e added HotkeyBreaker 2007-01-05 20:03:59 +00:00
Darren Ranalli
208dfd2d94 added GoldenRectangle 2006-12-28 23:52:14 +00:00
Darren Ranalli
a0307f90a0 added 'append' option to exceptionLogged to print out before or after stack trace 2006-12-27 19:58:18 +00:00
Darren Ranalli
d7b0ba8510 added anonymous profiling that doesn't need to be configed on for ~profile 2006-12-27 19:56:52 +00:00
Darren Ranalli
60719cbf5c added appendStr, converted exceptionLogged to use it so that info shows up after stack trace 2006-12-26 21:14:47 +00:00
Darren Ranalli
5cef07f324 added logMethodCalls 2006-12-09 03:12:35 +00:00
Josh Wilson
41d23c0e92 try/except existence of __dev__ in report 2006-12-06 21:54:14 +00:00
Darren Ranalli
14722c112b removed .py from compact StackTrace, added recordCreationStack 2006-11-16 04:44:28 +00:00
aignacio_sf
e5ecbbfc16 Fix lantern problem. 2006-11-15 01:14:17 +00:00
Darren Ranalli
5797b16416 added StackTrace().compact() 2006-11-15 00:02:07 +00:00
Zachary Pavlov
e438f27d76 flattenShip kills effects now 2006-11-14 22:56:49 +00:00
Zachary Pavlov
b77514867b added a ship flattening test function 2006-11-14 21:28:45 +00:00
Darren Ranalli
6cf3110653 added note about StackTrace not being a crash 2006-11-13 22:22:48 +00:00
Dickinson Lo
3fb756cfb2 removed if debug clause to import traceback, for TEST ONLY! 2006-11-10 03:45:32 +00:00
Darren Ranalli
23750a227a give names to FrameDelayedCallbacks 2006-11-09 22:45:36 +00:00
Darren Ranalli
6ff2802afc added exceptionLogged 2006-11-04 01:20:43 +00:00
Josh Wilson
ade5993d76 changed way report uses notify 2006-10-31 03:33:30 +00:00
Josh Wilson
adb1b3411c added report function decorator 2006-10-31 02:39:26 +00:00
Darren Ranalli
0341696500 added *base.profileNextFrame 2006-10-28 13:15:53 +00:00
Zachary Pavlov
d1d6d3f1a3 removed guppy from pyutil 2006-10-25 23:50:09 +00:00
Zachary Pavlov
4689f86821 fix for loader 2006-10-25 22:36:44 +00:00
Darren Ranalli
fda8e1f335 added _is 2006-10-16 18:36:15 +00:00
Darren Ranalli
08711a6866 added front() and back() to Queue 2006-10-12 22:00:38 +00:00
Darren Ranalli
11521abf8a moved EnforcesCalldowns to its own file, added getBase() 2006-10-03 20:41:37 +00:00
Darren Ranalli
4972e2d96c added comment about EC_destroy 2006-09-30 01:06:26 +00:00
Darren Ranalli
1983748912 prevent name conflicts: EnforcesCalldowns.destroy()->EC_destroy() 2006-09-30 00:08:00 +00:00
Darren Ranalli
5e751cb8ad added calldownEnforced, EnforcesCalldowns 2006-09-29 00:34:06 +00:00
Josh Wilson
b9a2b0648d lerp operator order switched 2006-09-26 22:50:12 +00:00
Darren Ranalli
de70d67d0f added checkpoint, ClassTree 2006-09-26 00:00:32 +00:00
David Rose
216e635ee7 more __all__ fixes from Josh Yelon 2006-08-10 22:14:31 +00:00
Darren Ranalli
052ff3e8cf added ArgumentEater 2006-08-01 02:55:27 +00:00
Darren Ranalli
ae56529276 added FrameDelayedCallback, DelayedCallback->DelayedFunctor 2006-07-21 04:21:39 +00:00