aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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-06- implementing server 1.38 functionsunknown2-0/+21
2010-02-14Revolution is on the roll again! :)Revolution1-0/+8
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
2009-12-31Adds osKickUser and osSetSpeedunknown1-0/+16
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+10
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-12Apply patch http://opensimulator.org/mantis/view.php?id=4369Justin Clark-Casey (justincc)1-9/+19
2009-11-10Add modSendCommand function (note, this is a new API module, using the APIMelanie2-0/+67
2009-10-29OptimizationsDan Lake1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie1-2/+2
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart1-0/+5
2009-09-06remove warningJustin Clark-Casey (justincc)1-1/+2
2009-08-31- making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)1-0/+5
2009-08-28Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares1-0/+5
2009-08-25Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares1-0/+5
2009-08-21Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares1-0/+5
2009-08-21* Protip: Declare publically accessible functions, as public functions.Adam Frisby1-4/+6
2009-08-21* Addendum to previousAdam Frisby1-0/+17
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie1-7/+8
2009-08-09Formatting cleanup.Jeff Ames1-3/+3
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-4/+5
2009-08-07Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParamsMelanie1-0/+5
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie4-35/+26
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie4-26/+35
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie4-35/+26
2009-06-10Formatting cleanup.Jeff Ames2-3/+3
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+4
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+17