aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* On TP, child-agents weren't closed down properly, as the list of child-regionsHomer Horwitz2008-11-031-0/+4
* Cause inventory to be fetched on scripted item gives if the destinationMelanie Thielker2008-11-021-0/+2
* * Minor cleanupAdam Frisby2008-11-011-2/+2
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+14
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey2008-11-013-10/+10
* * Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey2008-11-011-0/+20
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-012-2/+1
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-011-22/+6
* Correct the handling of the creator field on inventory givesMelanie Thielker2008-11-011-3/+3
* * In the client stack, if the BeginReceive() throws an exception then do prin...Justin Clarke Casey2008-10-311-3/+4
* * Reinstate sending wearables back to the client in response to set appearanceJustin Clarke Casey2008-10-311-1/+1
* * test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey2008-10-313-11/+64
* test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey2008-10-302-8/+2
* Minor formatting cleanup.Jeff Ames2008-10-292-38/+38
* * Possibly fix grey avatar appearance problemsJustin Clarke Casey2008-10-281-2/+2
* * minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2008-10-282-11/+14
* * Eliminate an extra unnecessary appearance fetch on loginJustin Clarke Casey2008-10-281-19/+13
* * minor: Doc and log message tidy upJustin Clarke Casey2008-10-282-6/+12
* Thank you kindly, Mircea Kitsune for a patch that solves:Charles Krinke2008-10-281-2/+2
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-282-29/+41
* Experimental patch (suggested by diva) to kill off WP teleport ghosts.Melanie Thielker2008-10-271-0/+1
* Committing a small fix for EventData along with more plumbing workMelanie Thielker2008-10-261-2/+20
* Make ScenePresence.Close public to allow subclassing of SceneCommsMelanie Thielker2008-10-251-1/+1