index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Interfaces
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
documenting some params on ISoundModule methods
SignpostMarv
2012-10-29
1
-7
/
+16
*
Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the L...
SignpostMarv
2012-10-29
1
-0
/
+3
*
shuffling code around so that the interface for ISoundModule.SendSound() spec...
SignpostMarv
2012-10-29
1
-1
/
+1
*
moving SendSound from SceneObjectPart to ISoundModule
SignpostMarv
2012-10-29
1
-0
/
+15
*
deduplicating code into a single LoopSound method
SignpostMarv
2012-10-29
1
-4
/
+5
*
adjusting parameter order of PreloadSound to be more logical
SignpostMarv
2012-10-29
1
-2
/
+2
*
transposing LoopSoundMaster to Sound Module
SignpostMarv
2012-10-29
1
-0
/
+11
*
transposing preload sound onto sound module
SignpostMarv
2012-10-29
1
-0
/
+10
*
transposing stop sound into sound module
SignpostMarv
2012-10-29
1
-0
/
+6
*
documenting ISoundModule methods & fields
SignpostMarv
2012-10-29
1
-0
/
+28
*
formatting ISoundModule prior to documentation
SignpostMarv
2012-10-29
1
-2
/
+4
*
stripping whitespace from ISoundModule, formatting SoundModuleNonShared.cs
SignpostMarv
2012-10-29
1
-1
/
+1
*
making the max distance for sounds to be heard from their origin a configurab...
SignpostMarv
2012-10-29
1
-0
/
+2
*
refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...
SignpostMarv
2012-10-26
1
-2
/
+1
*
adding ability for listeners to be filtered by regular expressions and a gene...
SignpostMarv
2012-10-26
1
-0
/
+25
*
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
[next]