| .. |
|
AsyncRequest.py
|
Notify fixes for running without __debug__
|
2007-10-10 22:15:17 +00:00 |
|
CRCache.py
|
don't leak DOs that fail to cache
|
2008-02-21 01:12:47 +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
|
don't leak DOs that fail to cache
|
2008-02-21 01:12:47 +00:00 |
|
ClockDelta.py
|
formatting
|
2006-03-24 00:36:55 +00:00 |
|
ConnectionRepository.py
|
added want-message-bundling
|
2007-12-07 00:58:21 +00:00 |
|
DelayDelete.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 |
|
DistributedCartesianGrid.py
|
cleanup
|
2007-09-09 22:53:44 +00:00 |
|
DistributedCartesianGridAI.py
|
removed excess logging
|
2007-10-26 20:41:36 +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
|
added forceAllowDelayDelete for legacy support
|
2008-05-02 21:40:41 +00:00 |
|
DistributedObjectAI.py
|
new ~ud support
|
2008-02-05 00:10:51 +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
|
new ~ud support
|
2008-02-05 00:10:51 +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
|
new ~ud support
|
2008-02-05 00:10:51 +00:00 |
|
DistributedSmoothNode.py
|
fix toon furniture moving
|
2007-11-13 00:36:03 +00:00 |
|
DistributedSmoothNodeAI.py
|
re-create C++ objects on disable/generate
|
2007-09-06 04:12:33 +00:00 |
|
DistributedSmoothNodeBase.py
|
support for manual or task-driven position broadcasts
|
2007-11-28 19:33:00 +00:00 |
|
DoCollectionManager.py
|
fixed typo that was passing builtin 'object' to handleChildLeave
|
2007-12-17 23:55:34 +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
|
fixed crash in handleInterestDoneMessage
|
2007-11-14 03:19:31 +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
|
remove name and value from builtins
|
2007-10-22 20:59:07 +00:00 |
|
NetMessenger.py
|
Notify fixes for running without __debug__
|
2007-10-10 22:15:17 +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
|
added setWantMessageBundling
|
2007-12-06 20:59:25 +00:00 |
|
cConnectionRepository.cxx
|
fixed misleading return value from send_datagram while bundling messages
|
2008-01-30 19:57:08 +00:00 |
|
cConnectionRepository.h
|
fix compilation error
|
2007-12-07 18:47:19 +00:00 |
|
cDistributedSmoothNodeBase.I
|
smoother debugging
|
2007-09-07 22:33:57 +00:00 |
|
cDistributedSmoothNodeBase.cxx
|
fix error message to display the numbers that actually caused the problem
|
2007-11-09 21:38:13 +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 |