aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed some debug output I forgot to remove...Homer Horwitz2008-11-101-13/+0
* * 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-098-23/+136
* * Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby2008-11-091-1/+2
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-092-2/+2
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-093-6/+6
* Mantis #2553: Thank you, idb, for a fix that helps to persist changes in prim...Homer Horwitz2008-11-081-0/+8
* * Ported InstantMessageModule to IClientCoreAdam Frisby2008-11-081-6/+11
* * Implemented OnClientConnect in Scene EventManagerAdam Frisby2008-11-081-0/+16
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-085-25/+24
* Added necessary locking to LandManagementModule. As it is used by severalHomer Horwitz2008-11-081-143/+239
* 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-078-27/+17
* * Rename PrimIDAllocate() to more effectively convey what it does, and put th...Justin Clarke Casey2008-11-075-12/+13
* * 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-072-7/+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-075-19/+37
* * Apply patch in http://opensimulator.org/mantis/view.php?id=2397Justin Clarke Casey2008-11-071-0/+5
* 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-079-88/+141
* * 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-063-7/+25
* 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-065-40/+40
* - create entries in avatarattachments table when first attaching an object; f...Mike Mazur2008-11-062-2/+46