Commit Graph

899 Commits

Author SHA1 Message Date
rdb 3371df8403 Fix tp_compare, better __repr__/__str__ handling 2015-03-25 19:36:35 +01:00
rdb aec80426a3 Remove (apparently unused) code that is problematic because it references symbols from the generated bindings 2015-02-08 19:48:42 +01:00
rdb 51dffd0f5a Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
rdb 88048bf3da Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
rdb 3403c8748e Fix use of outdated exec and repr syntax 2013-12-17 18:05:45 +00:00
rdb 192d10b937 Experimental Python 3 support to the C++ code including interrogate. Also adds support for rich comparison in interrogate. 2013-02-16 19:22:26 +00:00
David Rose 622c047344 several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
David Rose 33398d9713 set_repository() and set_clock_delta() should be instance methods, not static class methods 2011-12-09 19:38:29 +00:00
David Rose dfe16c64f6 rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
David Rose 501470169f stdfloat_double 2011-10-10 05:25:10 +00:00
Justin Butler e14d4e0120 adding to remove from attic 2011-09-09 21:30:05 +00:00
Justin Butler e2c78d4fc0 *** empty log message *** 2011-09-09 21:18:23 +00:00
David Rose ef0cb39c1d untabify 2011-06-29 22:18:54 +00:00
Ken Patel fa68ec6a52 GIB - improve logging esp in httpChannel to identify which channel is associated with each log message 2010-10-13 21:16:25 +00:00
Zachary Pavlov b069a57a56 prevent uberdog formatting freezes 2010-10-06 22:44:32 +00:00
Redmond Urbino 93a6c90dd9 use dg.dump_hex instead of describe_message to avoid segmentation fault 2010-08-07 03:49:09 +00:00
David Rose 7a72bce383 bool -> float 2010-06-17 17:32:51 +00:00
David Rose d0bd8dc046 impossible things happen sometimes? 2010-05-28 16:58:31 +00:00
Zachary Pavlov 1f4442d4bd prevent interest loss 2010-05-13 20:28:46 +00:00
Zachary Pavlov 2eae5dbcd3 prevent interest loss 2010-05-13 20:27:12 +00:00
Redmond Urbino 0b344e9a2b to give a warning in the log if a message takes too long to process 2010-05-07 05:29:59 +00:00
rdb ac1223d0da Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
Darren Ranalli 37e5bd98f7 added doFindAllInstances 2010-02-04 22:20:48 +00:00
Darren Ranalli dbc4e3edf4 prevent parentMgr crashes 2010-01-21 02:29:04 +00:00
David Rose 39a745bdaa protect for threading 2009-12-19 07:19:38 +00:00
David Rose 85702cf2f8 flushTask in its own thread 2009-12-19 06:05:44 +00:00
David Rose 1d7fd44214 uninstall wip, utf-8 2009-12-18 23:42:09 +00:00
David Rose c279dedce1 store timeManager 2009-12-15 18:36:49 +00:00
David Rose 15e2d85115 reserveDoId 2009-12-15 16:32:39 +00:00
Darren Ranalli 7747bab024 fixed leaked event logout crash 2009-12-08 01:55:28 +00:00
David Rose f4da45091a whoops 2009-12-08 01:46:27 +00:00
David Rose e90652e89e move finalExitCallbacks to CMU implementation 2009-12-07 20:21:01 +00:00
David Rose 6df61edb83 threaded lost-connection 2009-12-05 22:58:01 +00:00
David Rose e4305cf954 proper respect for locking with Python GIL, when true threads are enabled 2009-12-05 20:40:26 +00:00
David Rose b0993e4a53 fix some event name collisions with multiple CR's, tag some more methods BLOCKING 2009-12-05 19:39:13 +00:00
David Rose 72da0ee5f1 clean up ConnectionRepository on exit 2009-12-05 07:17:53 +00:00
David Rose f4ed61f659 support listening on a specific interface 2009-12-01 01:34:02 +00:00
Abhishek Nath a36f345131 Useful function to search through Distributed Object collection by class type 2009-11-30 21:26:10 +00:00
David Rose df2a0b0025 getModelPath() for server too 2009-11-24 01:47:13 +00:00
David Rose eaa2163cb0 fix problem with non-unique task names 2009-11-23 21:07:42 +00:00
David Rose c08296e27f createReady() is better as a method than a global event 2009-11-23 20:55:09 +00:00
David Rose d4679444ef minor distributed object fixes 2009-11-22 19:32:32 +00:00
David Rose abbbb21a8e some more explicit control over connection parameters 2009-11-19 02:37:09 +00:00
David Rose 0e51a88e46 fixes 2009-11-14 17:33:18 +00:00
David Rose 29c61ac510 fix bug causing server to stop listening 2009-11-10 13:17:22 +00:00
David Rose d8471bdf32 fixes for public net interface 2009-11-08 19:30:04 +00:00
Redmond Urbino f55625e7b5 add definitions for the new toontown login response 2009-11-04 20:16:20 +00:00
Darren Ranalli b373df5add fixed implementation of quiet zone wrt field updates from C++ 2009-08-27 22:00:40 +00:00
Josh Wilson 30565b916a adding frustum visualization and fov adjustment capability 2009-08-01 01:03:33 +00:00
Josh Wilson a4cd716f9f adding new distributed camera class to assist with video capture 2009-07-31 07:09:19 +00:00