aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for terrain map to be serialised to xml(as base64 binary). usef...MW2008-06-251-0/+5
* Mantis#1587. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-241-2/+2
* * refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey2008-06-211-2/+2
* * Refactor: Fold sog.DeleteParts() functionality into existing sog.DeleteGroup()Justin Clarke Casey2008-06-211-2/+1
* * Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey2008-06-211-9/+1
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+37
* * Temporary workaround for mantis 1568. If the avatar apperance factory now ...Justin Clarke Casey2008-06-191-3/+20
* * By popular demand, skipping trees from the map tile generation routine. S...Teravus Ovares2008-06-181-0/+6
* Minor formatting cleanup.Jeff Ames2008-06-181-42/+26
* * Refactor: Move the responsibility for applying physics and sending the init...Justin Clarke Casey2008-06-171-5/+6
* * refactor: Remove largely duplicate code from SceneXmlLoader.CreatePrimFromX...Justin Clarke Casey2008-06-171-0/+5
* * Refactor: Break out AssetsRequest to a separate file in the Archiver moduleJustin Clarke Casey2008-06-161-2/+2
* * Vintage 2, a good year.Teravus Ovares2008-06-141-4/+6
* * Fixes: 0001554: r5106 update fails to load on some regions with NullRef err...Teravus Ovares2008-06-141-0/+20
* * Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares2008-06-141-4/+77
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-34/+12
* * Split the World Map code into a module.Teravus Ovares2008-06-121-2/+3
* * refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey2008-06-121-3/+7
* * Insulate maptile volume draw routine against TextureEntry oddities.Teravus Ovares2008-06-121-14/+28
* * Added Prim drawing to the mainmap tile generation.. you can see blocks re...Teravus Ovares2008-06-121-1/+143
* For people receiving: Exception: System.ArgumentException: Value of -21474836...Teravus Ovares2008-06-111-8/+41
* * This completes ObjectDuplicateOnRay.Teravus Ovares2008-06-101-26/+16
* *Fixing another object counting bugmingchen2008-06-071-3/+3
* *Made Object Counting correct with linked objects and turned the previously p...mingchen2008-06-061-4/+4
* * This wraps the autopilot request to the client's sit response. An interes...Teravus Ovares2008-06-061-0/+1
* Minor formatting cleanup.Jeff Ames2008-06-061-1/+1
* Mantis#1446. Thank you kindly, Grumly57 for a patchCharles Krinke2008-06-041-0/+22
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-6/+6
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-2/+32
* * Refactor: Change multiple requests for a module interface to use a stored r...Justin Clarke Casey2008-05-301-16/+12
* * Crudely migrate SceneXmlLoader into the Serializer moduleJustin Clarke Casey2008-05-301-11/+19
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-301-1/+5
* Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke2008-05-291-0/+5
* Formatting cleanup.Jeff Ames2008-05-281-6/+6
* Thank you kindly, Melanie for a patch for script resetCharles Krinke2008-05-261-0/+1
* This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield2008-05-261-2/+0
* * Extract and boil down necessary texture UUIDs for an archive of the scene p...Justin Clarke Casey2008-05-261-0/+8
* * Refactor: Where possible, change visibility on InnerScene methods to protec...Justin Clarke Casey2008-05-261-3/+6
* * Refactor: remove code duplication between add ScenePresence methods in Inne...Justin Clarke Casey2008-05-261-1/+0
* * Refactor: Separate out RemoveScenePresence and add into InnerScene to match...Justin Clarke Casey2008-05-261-25/+4
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-17/+17
* * Refactor: Collapses parts of different code paths in scene used when deleti...Justin Clarke Casey2008-05-251-26/+26
* * Refactor: Collapse some multiple remove object pathsJustin Clarke Casey2008-05-241-42/+29
* * Refactor: Remove some unused methods in Scene/InnerSceneJustin Clarke Casey2008-05-241-5/+0
* * Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey2008-05-241-8/+8
* * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey2008-05-241-8/+20
* * Refactor: Push some dictionary initialization down from Scene into InnerSceneJustin Clarke Casey2008-05-241-6/+5
* * Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey2008-05-241-2/+2
* This enables return from the parcel object owner display.Teravus Ovares2008-05-241-0/+1
* IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield2008-05-231-1/+2