aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* | Merge branch 'master' into careminsterMelanie2012-01-062-2/+22
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-052-0/+25
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-021-0/+2
|\ \ | |/
| * Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-0/+2
* | Merge branch 'master' into careminsterMelanie2011-12-191-1/+10
|\ \ | |/
| * Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-1/+10
* | Merge branch 'master' into bigmergeMelanie2011-12-081-21/+1
|\ \ | |/
| * 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
* | Merge branch 'master' into bigmergeMelanie2011-11-171-0/+11
|\ \ | |/
| * Add test for removing a friendship.Justin Clark-Casey (justincc)2011-11-141-0/+11
* | Merge branch 'master' into bigmergeMelanie2011-11-142-55/+2
|\ \ | |/
| * 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
* | | Merge branch 'master' into bigmergeMelanie2011-11-141-0/+14
|\ \ \ | |/ /
| * | Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-141-0/+14
| |/
* | Merge commit 'eac29396d98a4864923a69e0eb73cecdd8a225b3' into bigmergeMelanie2011-10-251-2/+2
|\ \ | |/
| * 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
| |\
* | \ Merge commit 'da794f34a56f7c88904315ae538de8f3790e6891' into bigmergeMelanie2011-10-251-3/+6
|\ \ \ | |/ /
| * | Renamed and rearranged AvatarFactoryModule to eliminate redundant lookups of ...Dan Lake2011-10-191-3/+6
* | | Merge commit '601dabb1b73a894e4f2f61abe6e9053d380008cd' into bigmergeMelanie2011-10-251-5/+9
|\ \ \ | | |/ | |/|
| * | Extend scripts stop/start/suspend/resume console commands to allow action on ...Justin Clark-Casey (justincc)2011-10-191-5/+9
| |/
* | Merge commit 'de161585c0960a93911f446f0179441ba5470245' into bigmergeMelanie2011-10-251-0/+8
|\ \ | |/
| * Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-0/+8
* | Merge commit '0c041ce12f393367e2754e88d9b8dad5e45f88c4' into bigmergeMelanie2011-10-251-0/+9
|\ \ | |/
| * Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-171-0/+9
* | Merge commit '92c88121c72386f85472c6cf4891eca8b62b9867' into bigmergeMelanie2011-10-121-27/+10
|\ \ | |/
| * Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake2011-10-041-22/+9
* | Merge commit '460946ad62b682c7a942751f192ca9e96b662f0e' into bigmergeMelanie2011-10-111-29/+6
|\ \ | |/
| * Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-031-29/+6
* | Merge commit 'e77c919290e166f19e77f3ef040418dd39f2f5bd' into bigmergeMelanie2011-10-111-2/+2
|\ \ | |/
| * Remove usage of Linden packet types from inside Attachments Module and interfaceDan Lake2011-10-031-2/+2
* | Merge commit '246443773ae52420092b483603d0e1daf9b87f00' into bigmergeMelanie2011-10-111-0/+9
|\ \ | |/
| * minor: remove clutter null check from pass in config to AvatarFactoryModule.I...Justin Clark-Casey (justincc)2011-10-011-0/+9
* | Merge commit '1458fab82c4dab9901d81419e6b515f47ea7320f' into bigmergeMelanie2011-10-112-1/+17
|\ \ | |/
| * Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-162-1/+17
* | Bring us up to date.Tom2011-09-145-18/+86
|\ \ | |/
| * 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