aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Serialiser/SceneXmlLoader.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-21* refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey1-2/+2
2008-06-21* Remove redundant <scene> tag from individual object xml representationJustin Clarke Casey1-7/+19
2008-06-21* Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey1-0/+1
2008-06-17* Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey1-32/+1
2008-06-17* refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey1-25/+1
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-2/+2
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey1-3/+2
2008-06-12* refactor: rename CreatePrimFromXml to CreatePrimFromXml2Justin Clarke Casey1-3/+10
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-8/+8
2008-05-30* Hook up archive loading to load in prim xml dataJustin Clarke Casey1-17/+34
2008-05-30* Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey1-34/+24
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey1-2/+2
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey1-2/+3
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-01* Rolled back a few changes.Adam Frisby1-4/+6
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-6/+4
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-4/+4
2008-04-23From: Dr Schofield <hud@zurich.ibm.com>Justin Clarke Casey1-5/+15
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-14* Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares1-0/+4
2008-02-20* Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa711-2/+3
2008-02-12* Physical prim cross borders and continue from where the left off on the oth...Teravus Ovares1-0/+4
2008-02-11* um, Prim crossings? Experimental.Teravus Ovares1-0/+27
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-2/+2
2007-12-27* Optimized usingslbsa711-13/+12
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-2/+8
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-05From Gary Chernega (IBM)Sean Dague1-3/+6
2007-12-03Added a flag to load-xml console command, that will generate new uuids for th...MW1-1/+5
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa711-2/+2
2007-11-29* Fixed neighbour range buglbsa711-3/+3
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in threadloc...Teravus Ovares1-2/+2
2007-11-18* Found several cases where prim set physical were not subscribing to physics...Teravus Ovares1-0/+7
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini....Teravus Ovares1-2/+2
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ...MW1-1/+1
2007-11-04Some more refactoringMW1-0/+145