Commit Graph

4091 Commits

Author SHA1 Message Date
Darren Ranalli 47ffbc3ebd fixed __repr__, timeslice -> .5ms 2007-04-09 07:30:58 +00:00
Darren Ranalli b6cafaa582 put safeRepr and fastRepr in __builtin__ 2007-04-09 07:26:16 +00:00
Samir Naik 55374a72bf oops, fixed a cut and paste error 2007-04-08 05:22:55 +00:00
Darren Ranalli 98e5e19348 more fine-grained CPU usage, better notification messages 2007-04-07 21:21:52 +00:00
Samir Naik 42a7730537 added getter functions for fadeIn and fadeOut ivals for use in cutscenes 2007-04-07 21:07:23 +00:00
Darren Ranalli 786af32d44 don't use gc.get_referents (it's slow), more fine-grained CPU usage 2007-04-07 08:34:50 +00:00
Darren Ranalli e5fc82670d added Job pstats, derive from DirectObject 2007-04-07 08:26:30 +00:00
Josh Wilson 1b12685fee "switch inheritance order to satisfy MRO requirements. Removed debugging code. One-off traverse on render instead of only this object in order to preserve eventHandler states. Proper propagation of init parameters" 2007-04-07 06:44:39 +00:00
Josh Wilson 0698befa25 "adding PhasedObjects to showbase" 2007-04-07 04:50:50 +00:00
Darren Ranalli a463d3cffe added getBase to __builtin__ 2007-04-06 12:37:35 +00:00
Darren Ranalli 88950518ab many bug fixes, almost completed 2007-04-06 11:14:07 +00:00
Darren Ranalli 5e7eeef6e2 reduced debug logging 2007-04-06 11:09:56 +00:00
Darren Ranalli 375450db4b support for dict keys that can't be repr/eval'd 2007-04-05 09:38:41 +00:00
Darren Ranalli 47008cd950 crash fixes 2007-04-05 01:45:47 +00:00
Darren Ranalli 8829174d40 first revision of ContainerLeakDetector 2007-04-04 23:54:06 +00:00
David Rose cd85248a06 revert accidental checkin 2007-04-04 17:03:15 +00:00
David Rose f36b15fd99 loader.asyncFlattenStrong() 2007-04-04 17:00:20 +00:00
Darren Ranalli 990af2a153 added subdivideCollisions 2007-04-04 07:47:13 +00:00
Darren Ranalli 552af6f993 GridParents share cellOrigin nodes 2007-04-03 23:44:07 +00:00
Greg Wiatroski b39ca2fec5 Protect against crash on disable 2007-04-03 21:47:12 +00:00
Darren Ranalli 6413cc28e3 minor optimization in accept 2007-04-03 05:19:54 +00:00
Josh Yelon 018e01c326 Added line to install vs2005 runtime 2007-03-30 18:35:34 +00:00
David Rose 81d1f43ad0 allow connect-method config var 2007-03-30 16:36:00 +00:00
David Rose c9b1445b7c itemize intervals in pstats 2007-03-28 22:35:03 +00:00
Josh Yelon d3b05dc48c First attempt at code for raw mice under Linux 2007-03-23 19:42:19 +00:00
David Rose 1ca01f215c fixes to smoothing 2007-03-22 20:35:54 +00:00
Josh Yelon be067c60dd Added raw_mice flag to WindowProperties 2007-03-22 19:59:33 +00:00
Greg Wiatroski 9d0153e171 Removed debug code: 2007-03-21 04:47:38 +00:00
Redmond Urbino 4eeaa76c1a kill crash when closing window from diving game 2007-03-21 01:45:57 +00:00
Greg Wiatroski ab72021e6e Fix for autoscroll bug: 2007-03-20 22:59:43 +00:00
Redmond Urbino 2a19d8e7a5 kill crash when exiting toontown while you are receiving minigame beans 2007-03-19 23:56:54 +00:00
Josh Wilson dd2b5cd97c adjust way we use dConfigParam in report 2007-03-19 20:57:45 +00:00
Darren Ranalli 6b499afe05 changed __repr__ title 2007-03-15 11:59:05 +00:00
Darren Ranalli 2d7006f7e2 __repr__: 4 digits for priority, handle empty list 2007-03-15 05:48:58 +00:00
Darren Ranalli 408590f29e fixed KeyError problem when indexing into dicts with certain Messenger-accepting objects 2007-03-15 05:47:46 +00:00
Darren Ranalli 9ddf14614b added __repr__ 2007-03-15 05:31:05 +00:00
Darren Ranalli 61b30a423c added autoDestroy, extra output line at the end 2007-03-15 05:00:37 +00:00
Darren Ranalli bf6c45bf16 don't print context mismatch warnings 2007-03-15 03:41:07 +00:00
Darren Ranalli f7a9220832 added debug prints for job add/remove 2007-03-15 02:54:42 +00:00
Darren Ranalli e0ac96d42a show suspend/resume in test job 2007-03-15 02:25:51 +00:00
David Rose 1612f144ef deallocate arrays properly 2007-03-14 21:08:57 +00:00
Redmond Urbino 53a3560e97 kill toontown crash when you directly close the window 2007-03-14 19:12:43 +00:00
Darren Ranalli fb51077d6c converted to a Job 2007-03-14 08:36:04 +00:00
Darren Ranalli 6229b8bdcc added printingBegin/printingEnd to standardize suspend/resume logging 2007-03-14 08:34:01 +00:00
Darren Ranalli 78b10c41ba prevent Job generator leak, added JobManager.finish(job), logging GarbageReports auto-destroy 2007-03-14 03:09:23 +00:00
David Rose e2ac31938f use more standard __builtin__ module instead of hacky __builtins__ dictionary 2007-03-14 01:26:49 +00:00
Josh Wilson 41c519ad20 added prefix and network time (deltaStamp) reporting to report() 2007-03-13 23:41:16 +00:00
Josh Wilson d5d97fb009 scope -> context 2007-03-13 22:51:12 +00:00
Darren Ranalli 611cb9d8e8 support for runtime pstat connections 2007-03-12 23:26:23 +00:00
Redmond Urbino ad030f1b18 default numGarbage to zero
Fixes a toontown crash when you exit
2007-03-12 21:46:39 +00:00