aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-26refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...SignpostMarv1-2/+1
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv1-0/+25
2012-10-26Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv1-1/+1
2012-10-18Add number of inventory items to information displayed via "show part" consol...Justin Clark-Casey (justincc)1-3/+11
2012-10-05minor: Add missing license information from the top of IUserManagementJustin Clark-Casey (justincc)1-1/+28
2012-10-02implementing osDropAttachment & osDropAttachmentAtSignpostMarv1-0/+9
2012-09-17Documentation of IScriptModuleComms.RegisterConstant and IScriptModuleComms.L...SignpostMarv1-1/+18
2012-09-17Implementing ability to register script constants and invocations on a region...SignpostMarv1-0/+23
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman1-1/+1
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-3/+54
2012-08-31adding support for static method script invocationsSignpostMarv1-2/+9
2012-08-31adding documentation to script invokation methodsSignpostMarv1-0/+22
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-0/+2
2012-08-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)1-1/+13
2012-08-28Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)1-1/+1
2012-08-15Add a skeleton for a name value storage associated with regionsMelanie2-0/+11
2012-08-14Allow the use of the region debug console found in recent viewers. This consoleMelanie1-0/+39
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie1-1/+1
2012-07-31Adds support to ScriptModuleComms for region modules to exportMic Bowman1-0/+4
2012-07-27Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgen...Justin Clark-Casey (justincc)1-2/+0
2012-07-23Change attachment handling to remove object from the scene first as perMelanie2-2/+4
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)1-1/+10
2012-07-16Revert "Fix script "Running" behavior"Melanie1-2/+0
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-1/+1
2012-07-10When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)1-2/+13
2012-07-06Mantis 6063 osNpcTouch.Talun1-0/+8
2012-07-01Add preservation of running state of scripts when drag-copying.Melanie1-1/+3
2012-06-28Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)2-3/+7
2012-06-27refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2-0/+20
2012-06-25When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)1-3/+8
2012-06-23Fix script "Running" behaviorBlueWall1-0/+2
2012-06-20Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)1-3/+16
2012-05-26refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)1-0/+13
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)1-1/+1
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-0/+7
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen3-0/+77
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-0/+1
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-3/+7
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-1/+15
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-8/+2
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)1-0/+51
2012-05-07remove default values from prior commit since mono cant deal with themdahlia1-1/+1
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-2/+4
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-4/+33
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun1-0/+30
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-1/+1
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman1-0/+48
2012-04-12Mantis 55025 Implement script time.Talun2-1/+19
2012-04-10New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer1-0/+3