open_toontown_panda3d/direct/src/distributed
Sam Edwards 4695557a5d general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
..
AsyncRequest.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
CRCache.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
CRDataCache.py distributed: Make a few slight cleanliness changes 2018-02-23 15:55:30 -07:00
CachedDOData.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
CartesianGridBase.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
ClientRepository.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
ClientRepositoryBase.py distributed: Change the message numbers to match Astron's 2018-02-23 16:35:50 -07:00
ClockDelta.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
ConnectionRepository.py distributed: Fix DC file reading regression (#295) 2018-03-31 04:01:35 -06:00
DistributedCamera.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
DistributedCameraAI.py Remove unnecessary "pass" statements from DistributedCamera code 2015-11-19 15:38:57 +01:00
DistributedCameraOV.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
DistributedCartesianGrid.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
DistributedCartesianGridAI.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
DistributedNode.py distributed: Make a few slight cleanliness changes 2018-02-23 15:55:30 -07:00
DistributedNodeAI.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
DistributedNodeUD.py distributed: Make a few slight cleanliness changes 2018-02-23 15:55:30 -07:00
DistributedObject.py distributed: Fix broken reference to StackTrace when __debug__==False 2017-03-27 00:56:05 -06:00
DistributedObjectAI.py distributed: Fix the import test (and syntax on Python 3) 2018-02-23 19:52:48 -07:00
DistributedObjectBase.py distributed: Make a few slight cleanliness changes 2018-02-23 15:55:30 -07:00
DistributedObjectGlobal.py new ~ud support 2008-02-05 00:10:51 +00:00
DistributedObjectGlobalAI.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
DistributedObjectGlobalUD.py Remove PiratesMagicWordManager VR Studio code reference 2016-11-04 02:41:41 +07:00
DistributedObjectOV.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
DistributedObjectUD.py distributed: Fix the import test (and syntax on Python 3) 2018-02-23 19:52:48 -07:00
DistributedSmoothNode.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
DistributedSmoothNodeAI.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
DistributedSmoothNodeBase.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
DoCollectionManager.py distributed: Remove use of exceptionLogged() decorator 2017-03-27 01:00:00 -06: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 distributed: Replace the OTP protocol format with Astron's 2018-02-23 16:45:50 -07:00
GridChild.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
GridParent.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
InterestWatcher.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
MsgTypes.py distributed: Change the message numbers to match Astron's 2018-02-23 16:35:50 -07:00
MsgTypesCMU.py distributed: Change the message numbers to match Astron's 2018-02-23 16:35:50 -07:00
NetMessenger.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
ParentMgr.py The direct tree is now valid Python 2 *and* 3 2016-03-28 22:33:30 +02:00
PyDatagram.py express: add Datagram add_blob and add_blob32, et al. 2018-08-19 16:01:39 +02:00
PyDatagramIterator.py express: add Datagram add_blob and add_blob32, et al. 2018-08-19 16:01:39 +02:00
RelatedObjectMgr.py Cleanup trailing whitespace 2015-12-13 10:08:41 -05:00
SampleObject.py formatting 2006-03-17 22:43:25 +00:00
ServerRepository.py distributed: Fix DC file reading regression (#295) 2018-03-31 04:01:35 -06:00
StagedObject.py Code formatting cleanups in StagedObject 2017-03-30 19:49:30 +02:00
TimeManager.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
TimeManagerAI.py general: Stop using several deprecated pandac.PandaModules imports. 2016-06-27 00:06:40 -07:00
__init__.py Improvements to generated API docs, especially in direct tree. 2017-05-24 13:30:21 +02:00
cConnectionRepository.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cConnectionRepository.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cConnectionRepository.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
cDistributedSmoothNodeBase.I Replace PN_int/uint types with stdint.h types, since all compilers we support have them. 2016-05-11 00:27:58 +02:00
cDistributedSmoothNodeBase.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
cDistributedSmoothNodeBase.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
config_distributed.cxx general: Don't require BUILDING_* for static builds 2018-08-31 23:54:32 -06:00
config_distributed.h directbase: Introduce BUILDING_ defines for each component 2018-03-25 13:17:52 -06:00
direct.dc fixes 2009-11-14 17:33:18 +00:00