aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-1/+33
* Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-1/+1
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-0/+13
* Update RegionReadyModuleBlueWall2012-01-131-0/+38
* Undo some prior workBlueWall2012-01-121-3/+0
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-01-122-2/+10
|\
| * Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)2012-01-121-1/+1
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-01-121-1/+1
| |\
| | * Renamed one var and deleted commented code. No functional changes.Diva Canto2012-01-121-1/+1
| * | refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)2012-01-121-0/+8
| |/
* | Move some interfaces to a more apropriate placeBlueWall2012-01-122-0/+73
|/
* Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)2012-01-051-0/+10
* Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)2012-01-051-1/+8
* Improve "app rebake" command to return a better message if no uploaded textur...Justin Clark-Casey (justincc)2012-01-051-1/+4
* Separate out rebake request code from cache validation code AvatarFactoryModule.Justin Clark-Casey (justincc)2012-01-041-0/+22
* Profile UpdatesBlueWall2012-01-031-0/+3
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-0/+2
* Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-1/+10
* On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-21/+1
* Add test for removing a friendship.Justin Clark-Casey (justincc)2011-11-141-0/+11
* Merge branch 'remove-scene-viewer'Dan Lake2011-11-141-50/+0
|\
| * Remove SceneViewer from ScenePresence to reduce quadruple queueing ofDan Lake2011-11-111-50/+0
* | Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)2011-11-141-5/+2
* | Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-141-0/+14
|/
* Moved HaveNeighbor utility function from ScenePresence to Scene. Fixed line e...Dan Lake2011-10-191-2/+2
* Merge branch 'master' of git://opensimulator.org/git/opensimDan Lake2011-10-191-5/+9
|\
| * Extend scripts stop/start/suspend/resume console commands to allow action on ...Justin Clark-Casey (justincc)2011-10-191-5/+9
* | Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-191-3/+6
|/
* Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-0/+8
* Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-171-0/+9
* Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake2011-10-041-22/+9
* Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-031-29/+6
* Remove usage of Linden packet types from inside Attachments Module and interfaceDan Lake2011-10-031-2/+2
* minor: remove clutter null check from pass in config to AvatarFactoryModule.I...Justin Clark-Casey (justincc)2011-10-011-0/+9
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-162-1/+17
* Remove UpdateKnownItem() from IAttachmentsModule.Justin Clark-Casey (justincc)2011-09-131-9/+0
* comment out some recent terrain texture loggingJustin Clark-Casey (justincc)2011-09-121-1/+1
* Start locking entire add/remove operations on an IScenePresence.AttachmentsSy...Justin Clark-Casey (justincc)2011-09-122-0/+17
* When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz2011-09-121-0/+54
* Delay loading scripts until the scene has finished loadingOren Hurvitz2011-09-091-0/+5
* Comment out unused ISceneViewer.Reset() to reduce code complexityJustin Clark-Casey (justincc)2011-09-061-1/+1
* In SceneViewer, introduce an IsEnabled flag and perform Close() under an m_pe...Justin Clark-Casey (justincc)2011-09-061-1/+10
* Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFro...Justin Clark-Casey (justincc)2011-09-061-14/+0
* Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)2011-09-032-4/+57
* move common code into AttachmentsModule.DeleteAttachmentsFromScene()Justin Clark-Casey (justincc)2011-08-312-2/+24
* Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-2/+5
* refactor: move SP.SaveChangedAttachments() fully into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-302-0/+17
* refactor: Move ScenePresence.RezAttachments() into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-302-0/+62
* refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)2011-08-301-4/+4