Files
test/source/gameengine/Ketsji/KXNetwork
Campbell Barton 5553d2c014 BGE C++ API
PyObjectPlus::ProcessReplica() is now called when any of its subclasses are replicated.

This is important because PyObjectPlus::ProcessReplica() NULL's the 'm_proxy' python pointer I added recently.
Without this a replicated subclass of PyObjectPlus could have an invalid pointer (crashing the BGE).

This change also means CValue::AddDataToReplica() can be moved into CValue::ProcessReplica() since ProcessReplica is always called.
2009-04-22 14:42:00 +00:00
..
2009-04-22 14:42:00 +00:00
2009-04-20 23:17:52 +00:00
2009-04-22 14:42:00 +00:00
2009-04-20 23:17:52 +00:00
2009-02-15 23:26:00 +00:00