Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-11-26 | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 1 | -1/+1 | |
pass script state and assembly again properly. Reintroduce respecting tht TrustBinaries flag. Changes the interregion protocol! No version bump because it was broken anyway, so with a version mismatch it will simply stay broken, but not crash. Region corssing still doesn't work because there is still monkey business with both rezzed prims being pushed across a border and attached prims when walking across a border. Teleport is untested by may work. | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-08-06 | Added ToXml2() to ISceneObject, so that components other than regions can ↵ | Diva Canto | 1 | -0/+1 | |
use this abstraction. | |||||
2009-05-14 | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 1 | -2/+1 | |
2009-05-14 | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 1 | -1/+2 | |
2009-04-06 | Update svn properties. | Jeff Ames | 1 | -42/+42 | |
2009-04-01 | One more bit of refactoring, so this can be used outside region code. | diva | 1 | -42/+42 | |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler ↵ | Jeff Ames | 1 | -0/+27 | |
warnings. Fix some m_log declarations. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+0 | |
2009-02-09 | Moved prim crossing out of OGS1 and into RESTComms and ↵ | diva | 1 | -0/+16 | |
LocalInterregionComms. This breaks interregion comms with older versions in what concerns prim crossing. In the process of moving the comms, a few things seem to be working better, namely this may address mantis #3011, mantis #1698. Hopefully, this doesn't break anything else. But I'm still seeing weirdnesses with attchments jumping out of place after a cross/TP. The two most notable changes in the crossing process were: * Object gets passed in only one message, not two as done before. * Local object crossings do not get serialized, as done before. |