| .. |
|
AsyncRequest.py
|
"added askForObjectFields()"
|
2007-05-16 01:15:13 +00:00 |
|
CRCache.py
|
formatting
|
2006-03-17 22:43:25 +00:00 |
|
CartesianGridBase.py
|
Change for pirates to handle custom functionality when an object gets a new location on a grid (initially used for detecting grid area changes, such as leaving one ocean area, entering another).
|
2006-12-11 20:03:56 +00:00 |
|
ClientRepository.py
|
moved isLive() to ClientRepositoryBase
|
2006-11-21 23:31:11 +00:00 |
|
ClientRepositoryBase.py
|
allowing the client to handle OV updates correctly when deferred generates are enabled
|
2007-09-04 19:53:16 +00:00 |
|
ClockDelta.py
|
formatting
|
2006-03-24 00:36:55 +00:00 |
|
ConnectionRepository.py
|
removed print statements
|
2007-09-03 04:50:16 +00:00 |
|
DelayDelete.py
|
add DelayDelete object
|
2001-10-11 23:19:47 +00:00 |
|
DistributedCartesianGrid.py
|
cleanup
|
2007-09-09 22:53:44 +00:00 |
|
DistributedCartesianGridAI.py
|
added cellWidth as a required field of CartesianGrids
|
2007-04-11 21:38:26 +00:00 |
|
DistributedNode.py
|
- Fixed a ship crash
|
2007-01-04 02:06:26 +00:00 |
|
DistributedNodeAI.py
|
set gridParent=None after delete
|
2007-09-12 07:42:30 +00:00 |
|
DistributedNodeUD.py
|
protect against empty-string parent str
|
2006-06-01 17:59:11 +00:00 |
|
DistributedObject.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 |
|
DistributedObjectAI.py
|
added a function to send an update to an account with channel 3 instead of the old 1
|
2007-08-27 21:20:06 +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
|
formatting
|
2006-03-17 22:43:25 +00:00 |
|
DistributedObjectGlobalAI.py
|
Modified sone Ai's to not always listen do the DOID channel.. This supports a Ai being a client to another AI
|
2007-05-09 00:53:55 +00:00 |
|
DistributedObjectGlobalUD.py
|
merged from pirates_1_first_merged_to_trunk
|
2005-09-14 22:13:42 +00:00 |
|
DistributedObjectOV.py
|
made post generates for DistributedObject stuff
|
2007-02-10 02:26:48 +00:00 |
|
DistributedObjectUD.py
|
added a function to send an update to an account with channel 3 instead of the old 1
|
2007-08-27 21:20:06 +00:00 |
|
DistributedSmoothNode.py
|
re-create C++ objects on disable/generate
|
2007-09-06 04:12:33 +00:00 |
|
DistributedSmoothNodeAI.py
|
re-create C++ objects on disable/generate
|
2007-09-06 04:12:33 +00:00 |
|
DistributedSmoothNodeBase.py
|
re-create C++ objects on disable/generate
|
2007-09-06 04:12:33 +00:00 |
|
DoCollectionManager.py
|
added a generic find for the cr, uses regex
|
2007-08-14 17:47:47 +00:00 |
|
DoHierarchy.py
|
fixed comment
|
2006-12-01 02:03:33 +00:00 |
|
DoInterestManager.py
|
No longer sending a context with every addInterest, only the ones with events specified for interest complete notification. Also split out auto interest functions.
|
2007-08-29 21:52:56 +00:00 |
|
GridParent.py
|
GridParents share cellOrigin nodes
|
2007-04-03 23:44:07 +00:00 |
|
InterestWatcher.py
|
added InterestWatcher
|
2006-05-04 23:21:34 +00:00 |
|
MsgTypes.py
|
"added CLIENT_SET_FIELD_SENDABLE"
|
2007-07-20 23:36:15 +00:00 |
|
NetMessenger.py
|
Changes to support messaging to multi target channels
|
2005-07-07 00:10:57 +00:00 |
|
OldClientRepository.py
|
renamed to OldClientRepository
|
2006-11-22 01:26:48 +00:00 |
|
ParentMgr.py
|
check uint32 parents for valid DC range
|
2006-06-29 18:10:55 +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
|
boldly checking in fixes blindly that I can't test from here
|
2006-06-15 13:14:52 +00:00 |
|
Sources.pp
|
allow connect-method config var
|
2007-03-30 16:36:00 +00:00 |
|
__init__.py
|
explicit import paths
|
2004-06-01 19:31:48 +00:00 |
|
cConnectionRepository.I
|
add set_handle_c_updates()
|
2007-05-17 18:44:45 +00:00 |
|
cConnectionRepository.cxx
|
add set_handle_c_updates()
|
2007-05-17 18:44:45 +00:00 |
|
cConnectionRepository.h
|
add set_handle_c_updates()
|
2007-05-17 18:44:45 +00:00 |
|
cDistributedSmoothNodeBase.I
|
smoother debugging
|
2007-09-07 22:33:57 +00:00 |
|
cDistributedSmoothNodeBase.cxx
|
use real time instead of frame time for position updates, make sure sign is extended to 32 bits
|
2007-08-09 03:49:34 +00:00 |
|
cDistributedSmoothNodeBase.h
|
fixes to smoothing
|
2007-03-22 20:35:54 +00:00 |
|
config_distributed.cxx
|
untabify
|
2006-01-13 18:38:07 +00:00 |
|
config_distributed.h
|
use new config interface
|
2004-12-23 21:24:11 +00:00 |