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