aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lock tests on EntityList.cs, multithreaded object additionSean Dague2008-11-102-1/+290
* * minor: remove useless exception catchJustin Clarke Casey2008-11-102-10/+2
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-102-7/+7
* * Take out the 1 second sleep debugging line in ScenePresenceJustin Clarke Casey2008-11-101-1/+0
* * Refactor the callers of SOG.SetPartAsRoot() to use common codeJustin Clarke Casey2008-11-101-31/+18
* * Extend basic scene test to retrieve the object from the scene and match uuidsJustin Clarke Casey2008-11-105-63/+28
* Keep dropped prims from being temp-on-rez and getting cleaned upMelanie Thielker2008-11-101-0/+1
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Sean Dague2008-11-101-1/+7
* Stop attachments from causing an update to be sent on every frame in whichMelanie Thielker2008-11-104-7/+13
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-096-21/+134
* Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim...Homer Horwitz2008-11-081-0/+8
* * Implemented OnClientConnect in Scene EventManagerAdam Frisby2008-11-081-0/+16
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-2/+2
* Small bugfix for RemoveNeighbourRegionHomer Horwitz2008-11-081-1/+1
* Add some discovery code, laying groundwork for region-crossing scriptsMelanie Thielker2008-11-081-0/+26
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+1
* Remove part of another patch that would cause DNE to nuke the sim in it'sMelanie Thielker2008-11-081-2/+0
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-081-0/+2
* * Correct catch changed on last commit, since I just realized I started makin...Justin Clarke Casey2008-11-071-1/+1
* * minor: Remove mono compiler warningJustin Clarke Casey2008-11-071-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2582Justin Clarke Casey2008-11-073-65/+34
* * Fix bug in r7162 where avatars could not moveJustin Clarke Casey2008-11-074-28/+30
* * refactor: cleanup AllocateLocalPrimId() a bit moreJustin Clarke Casey2008-11-071-1/+2
* * Rename PrimIDAllocate() to more effectively convey what it does, and put th...Justin Clarke Casey2008-11-072-6/+7
* * Remove next local id from SceneBaseJustin Clarke Casey2008-11-072-12/+0
* * minor: Just some tidy up of log messages, etc.Justin Clarke Casey2008-11-071-13/+5
* * Stop requiring local ids in the SOG constructors.Justin Clarke Casey2008-11-075-22/+25
* * refactor: stop unnecessary passing of scene to sog copy constructorJustin Clarke Casey2008-11-071-6/+2
* * Stop prim attach being signalled twice (it is already been done outside Att...Justin Clarke Casey2008-11-071-5/+1
* * Remove more UpdateParentIDs() calls that are now duplicatesJustin Clarke Casey2008-11-071-6/+2
* * Apply http://opensimulator.org/mantis/view.php?id=1883Justin Clarke Casey2008-11-071-22/+8
* * Stop now unnecessary separate local id allocation for restored objectsJustin Clarke Casey2008-11-072-9/+2
* * refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey2008-11-073-17/+35
* Change teleport timingsMelanie Thielker2008-11-071-2/+2
* Fixing up some remaining attachment issuesMelanie Thielker2008-11-071-6/+4
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-076-83/+137
* * Remove SceneObjectPart.AttachToScene() since the remaining instruction can ...Justin Clarke Casey2008-11-062-16/+2
* * eliminate unnecessary ScheduleFullUpdate()Justin Clarke Casey2008-11-061-2/+0
* * refactor: Attach a scene object to a scene separately from its constructionJustin Clarke Casey2008-11-066-69/+70
* * minor: remove some mono compiler warningsJustin Clarke Casey2008-11-061-0/+3
* * minor: Make some 'startup config failed to load' log messages more consistentJustin Clarke Casey2008-11-062-5/+23
* Mantis#2423. Thank you kindly, Godfrey for a patch that:Charles Krinke2008-11-061-2/+2
* Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:Charles Krinke2008-11-061-1/+1
* Disable distance sorting for child agents. It makes no sense there, as theMelanie Thielker2008-11-061-4/+7
* - fixes comparison of struct against null (no no no)Dr Scofield2008-11-061-1/+1
* - create entries in avatarattachments table when first attaching an object; f...Mike Mazur2008-11-062-2/+46
* * Apply second patch in http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey2008-11-051-1/+5
* * Stop sending wearables back to the client on set appearanceJustin Clarke Casey2008-11-041-6/+1
* * minor: appearance related doc and log message tweakingJustin Clarke Casey2008-11-041-5/+11
* Added a (xmlIgnored) SitAnimation property to SceneObjectPart. That allows th...MW2008-11-042-2/+66