aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Add missing license information from the top of IUserManagementJustin Clark-Casey (justincc)2012-10-051-1/+28
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+9
* Documentation of IScriptModuleComms.RegisterConstant and IScriptModuleComms.L...SignpostMarv2012-09-171-1/+18
* Implementing ability to register script constants and invocations on a region...SignpostMarv2012-09-171-0/+23
* Support multi-region OAR filesOren Hurvitz2012-09-141-0/+5
* Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2012-09-111-1/+1
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-3/+54
* adding support for static method script invocationsSignpostMarv2012-08-311-2/+9
* adding documentation to script invokation methodsSignpostMarv2012-08-311-0/+22
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+2
* Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)2012-08-281-1/+13
* Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2012-08-281-1/+1
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-152-0/+11
* Allow the use of the region debug console found in recent viewers. This consoleMelanie2012-08-141-0/+39
* Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-141-1/+1
* Adds support to ScriptModuleComms for region modules to exportMic Bowman2012-07-311-0/+4
* Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgen...Justin Clark-Casey (justincc)2012-07-271-2/+0
* Change attachment handling to remove object from the scene first as perMelanie2012-07-232-2/+4
* Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2012-07-181-1/+10
* Revert "Fix script "Running" behavior"Melanie2012-07-161-2/+0
* Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-1/+1
* When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)2012-07-101-2/+13
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+8
* Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-1/+3
* Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)2012-06-282-3/+7
* refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2012-06-272-0/+20
* When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)2012-06-251-3/+8
* Fix script "Running" behaviorBlueWall2012-06-231-0/+2
* Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-201-3/+16
* refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)2012-05-261-0/+13
* Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)2012-05-251-1/+1
* If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-0/+7
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-233-0/+77
* Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-0/+1
* Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)2012-05-231-3/+7
* Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-1/+15
* Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)2012-05-191-8/+2
* Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2012-05-191-0/+51
* remove default values from prior commit since mono cant deal with themdahlia2012-05-071-1/+1
* add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia2012-05-061-2/+4
* refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)2012-05-011-4/+33
* Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+30
* Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-1/+1
* This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman2012-04-171-0/+48
* Mantis 55025 Implement script time.Talun2012-04-122-1/+19
* New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-0/+3
* Mantis5502 implementation of some of the new constantsTalun2012-04-092-0/+16
* refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2012-03-301-4/+21
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-2/+22
* Also add OSS header to interfaceMelanie2012-03-291-1/+28