aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-07Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...Tom1-0/+1
2010-08-06Correct some script constants.Melanie1-3/+4
2010-08-06Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants w...Tom1-4/+4
2010-07-26properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)1-0/+15
2010-07-26Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)1-0/+1
2010-07-26implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-1/+11
2010-07-26Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+25
2010-07-15properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)1-0/+15
2010-07-12Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)1-0/+1
2010-07-12implement llSetPrimMediaParams()Justin Clark-Casey (justincc)1-1/+11
2010-07-12Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)1-0/+25
2010-06-12Make local teleports send CHANGED_TELEPORTMelanie Thielker1-1/+1
2010-06-11Remove the cm* function namespaceMelanie Thielker2-16/+1
2010-06-11Rename CM files to LSMelanie Thielker1-10/+10
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-3/+18
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+5
2010-06-11Revert "Remove the cm* function namespace"Melanie Thielker2-1/+16
2010-06-11Remove the cm* function namespaceMelanie Thielker2-16/+1
2010-06-11Rename CM files to LSMelanie Thielker1-10/+10
2010-06-11Rename cm* function set to ls* (for LightShare)Melanie Thielker1-3/+18
2010-06-11Remove cmGetAvatarList()Melanie Thielker1-4/+0
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+5
2010-06-02Add two new osFunctions:Melanie Thielker1-0/+9
2010-06-02Add two new osFunctions:Melanie Thielker1-0/+9
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+15
2010-05-03Add URL_REQUEST_* script constantsMelanie1-0/+2
2010-04-07Implement cmGetAvatarList(). This returns a strided list of all avatars in th...Thomas Grimshaw1-5/+9
2010-04-07Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC...Thomas Grimshaw1-0/+1
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto2-6/+6
2010-03-31Adding the LightShare module and scripting API. This code was written byMelanie2-0/+153
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-0/+2
2010-03-16Debugger tags for VS2010Thomas Grimshaw1-0/+2
2010-03-06- implementing server 1.38 functionsunknown2-0/+21
2010-03-06- implementing server 1.38 functionsunknown2-0/+21
2010-02-14Revolution is on the roll again! :)Revolution1-0/+8
2010-02-05Fix two inconsistencies with LightShareCasperW1-1/+2
2010-01-11Whitespace cleanupMelanie1-2/+2
2010-01-11Adds llRotTarget and the events at_rot_target and not_at_rot_target.Revolution1-3/+4
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames2-29/+29
2010-01-02Add virtual method StateChange to ScriptBaseClassMelanie1-0/+4
2010-01-02Add virtual method StateChange to ScriptBaseClassMelanie1-0/+4
2009-12-31Adds osKickUser and osSetSpeedunknown1-0/+16
2009-12-17Add cmSetWindlightSceneTargeted. Add restrictions on windlight script use.CasperW1-0/+5
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+10
2009-12-09Move osFunctions into a new Careminster script interfaceCasperW4-48/+147
2009-12-09Enable scripting interface for windlightunknown2-0/+48
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2-0/+28
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie1-2/+2
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie1-2/+2
2009-11-23Added some [DebuggerNonUserCode] modifiers to functions that throw EventAbort...CasperW2-0/+4