open_toontown_panda3d/direct/src/distributed
rdb 3371df8403 Fix tp_compare, better __repr__/__str__ handling 2015-03-25 19:36:35 +01:00
..
AsyncRequest.py Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
CRCache.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
CRDataCache.py added CRDataCache 2008-05-21 18:29:13 +00:00
CachedDOData.py added CRDataCache 2008-05-21 18:29:13 +00:00
CartesianGridBase.py returning at least 1 for grid size in getGridSizeFromSphere() 2008-08-13 22:23:30 +00:00
ClientRepository.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
ClientRepositoryBase.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
ClockDelta.py Made change in networkToLocalTime 2008-09-18 00:35:27 +00:00
ConnectionRepository.py Fix tp_compare, better __repr__/__str__ handling 2015-03-25 19:36:35 +01:00
DistributedCamera.py adding frustum visualization and fov adjustment capability 2009-08-01 01:03:33 +00:00
DistributedCameraAI.py adding new distributed camera class to assist with video capture 2009-07-31 07:09:19 +00:00
DistributedCameraOV.py adding frustum visualization and fov adjustment capability 2009-08-01 01:03:33 +00:00
DistributedCartesianGrid.py Fix tp_compare, better __repr__/__str__ handling 2015-03-25 19:36:35 +01:00
DistributedCartesianGridAI.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
DistributedNode.py prevent parentMgr crashes 2010-01-21 02:29:04 +00:00
DistributedNodeAI.py prevent parentMgr crashes 2010-01-21 02:29:04 +00:00
DistributedNodeUD.py protect against empty-string parent str 2006-06-01 17:59:11 +00:00
DistributedObject.py separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
DistributedObjectAI.py prevent interest loss 2010-05-13 20:27:12 +00:00
DistributedObjectBase.py "handleChild(Arrive/Leave)() now only applies when a child is being placed under for the first time or actually leaving. added handleChild(Arrive/Leave)Zone() for the case where the child keeps the same parent, but changes zones" 2007-08-14 07:34:42 +00:00
DistributedObjectGlobal.py new ~ud support 2008-02-05 00:10:51 +00:00
DistributedObjectGlobalAI.py Notify fixes for running without __debug__ 2007-10-10 22:15:17 +00:00
DistributedObjectGlobalUD.py Fix use of outdated exec and repr syntax 2013-12-17 18:05:45 +00:00
DistributedObjectOV.py detect leaked DelayDeletes, explicitly name and destroy DelayDeletes, base.cr.printDelayDeletes(), prevent DelayDeleted objs from being cached 2008-02-20 22:30:38 +00:00
DistributedObjectUD.py generate/delete refcount: warning->debug (no use spamming for now) 2009-02-04 19:50:48 +00:00
DistributedSmoothNode.py band-aid localAvatarDoId 2009-07-02 04:06:17 +00:00
DistributedSmoothNodeAI.py prevent interest loss 2010-05-13 20:28:46 +00:00
DistributedSmoothNodeBase.py Smoother movement fixes for better stopping/starting and timestamp issues. Fixes problem where distributed smooth objects will stop movement at the wrong location or will slide around when first being generated. 2008-11-22 00:45:17 +00:00
DoCollectionManager.py Ditch stuff like has_key and backticks 2010-03-19 10:32:09 +00:00
DoHierarchy.py removed DistributedToon/isLive checks now that DelayDeleted objects remove themselves from the repository properly 2008-02-21 01:24:33 +00:00
DoInterestManager.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
GridChild.py *** empty log message *** 2011-09-09 21:18:23 +00:00
GridParent.py GridParents share cellOrigin nodes 2007-04-03 23:44:07 +00:00
InterestWatcher.py prevent interest loss 2010-05-13 20:27:12 +00:00
MsgTypes.py Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
MsgTypesCMU.py Commit patch by cfsworks to clean up use of exec() and eval() 2014-04-16 13:09:12 +00:00
NetMessenger.py Notify fixes for running without __debug__ 2007-10-10 22:15:17 +00:00
OldClientRepository.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
ParentMgr.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
PyDatagram.py Moved Include to clean up module dependencies 2005-11-04 22:59:59 +00:00
PyDatagramIterator.py formatting 2006-03-04 04:34:18 +00:00
RelatedObjectMgr.py remove debug output 2006-11-10 02:11:19 +00:00
SampleObject.py formatting 2006-03-17 22:43:25 +00:00
ServerRepository.py Fix use of has_key and map() 2013-12-17 19:49:09 +00:00
Sources.pp several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
StagedObject.py adding to remove from attic 2011-09-09 21:30:05 +00:00
TimeManager.py store timeManager 2009-12-15 18:36:49 +00:00
TimeManagerAI.py separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
__init__.py explicit import paths 2004-06-01 19:31:48 +00:00
cConnectionRepository.I bool -> float 2010-06-17 17:32:51 +00:00
cConnectionRepository.cxx Remove (apparently unused) code that is problematic because it references symbols from the generated bindings 2015-02-08 19:48:42 +01:00
cConnectionRepository.h Remove (apparently unused) code that is problematic because it references symbols from the generated bindings 2015-02-08 19:48:42 +01:00
cDistributedSmoothNodeBase.I set_repository() and set_clock_delta() should be instance methods, not static class methods 2011-12-09 19:38:29 +00:00
cDistributedSmoothNodeBase.cxx set_repository() and set_clock_delta() should be instance methods, not static class methods 2011-12-09 19:38:29 +00:00
cDistributedSmoothNodeBase.h set_repository() and set_clock_delta() should be instance methods, not static class methods 2011-12-09 19:38:29 +00:00
config_distributed.cxx separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
config_distributed.h separate out cmu and disney distributed systems better 2009-06-08 18:49:09 +00:00
direct.dc fixes 2009-11-14 17:33:18 +00:00