aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-20Fix for index error in llList2StringSnowcrash1-6/+6
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-9/+9
2009-10-14Enable LSL dialogs to display group names properlyMelanie1-0/+10
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-21/+24
2009-10-02Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie1-4/+4
2009-10-02Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of...Melanie1-4/+4
2009-09-30Commit initial version of KittoFlora's vehicle changesopensim1-14/+17
2009-09-29 Given the perverse way that strided works, ifAlan M Webb1-4/+7
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-4/+7
2009-09-23* fix endlines in LSL_api.csTeravus Ovares (Dan Olivares)1-6/+6
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-5/+5
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie1-5/+9
2009-09-19Updatate llOpenRemoteDataChannel to provide the external hostname configured ...BlueWall (James Hughes)1-1/+5
2009-09-16* Adding Scale to EntityBase * Fixing the incorrect initialization of EntityB...John Hurliman1-4/+4
2009-09-16 This fix allows you to configure a script-to-console-log channelAlan M Webb1-49/+70
2009-09-16 This fixes a boundary case error in the strided listAlan M Webb1-0/+4
2009-09-09reformatting.dr scofield (aka dirk husemann)1-18/+17
2009-09-09fix: unicode notecards not surviving script treatment (fixes #4119 ---dr scofield (aka dirk husemann)1-4/+4
2009-09-07llRot2Euler() now returns angles -PI < angle < PIdahlia1-3/+8
2009-09-07random drive-by maths optimization in llRot2Euler() and llEuler2Rot()dahlia1-8/+8
2009-08-21Add copyright header. Formatting cleanup.Jeff Ames1-15/+17
2009-08-20* Deal with git thinking that file was changed even though it wasn't and it's...Teravus Ovares (Dan Olivares)1-24/+24
2009-08-21* Implements a bunch of stuff in NPCModuleAdam Frisby1-24/+24
2009-08-18osGetLinkPrimitiveParams fixJeff Lee1-1/+25
2009-08-15Changed FromAssetID to FromItemIDDiva Canto1-1/+1
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie1-3/+3
2009-08-09Formatting cleanup.Jeff Ames1-2/+2
2009-08-07Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParamsMelanie1-21/+26
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-2/+3
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-3/+2
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-2/+3
2009-08-05remove some more mono compiler warningsJustin Clark-Casey1-1/+1
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-1/+1
2009-07-28Formatting cleanup.Jeff Ames1-205/+198
2009-07-27Than you, otakup0pe, for a patch to correct llSetPos & friends' behaviorMelanie Thielker1-14/+24
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+4
2009-07-23Formatting cleanup.Jeff Ames1-14/+14
2009-07-18Thank you, otakup0pe, for a patch that enables basic auth with LSLMelanie Thielker1-1/+17
2009-07-15A stab at implementing llSetDamage. Not persistent.Melanie Thielker1-1/+1
2009-07-14Remove redundant distance limitaion in llRezAtRootMelanie Thielker1-5/+0
2009-07-11Formatting cleanup.Jeff Ames1-4/+4
2009-07-09Thank you kindly, Godfrey, for a patch that:Charles Krinke1-2/+4
2009-07-08Add DisableUndergroundMovement to scrpting API to allow underground movementMelanie Thielker1-1/+3
2009-07-08Prevent scripts from moving prims undergroundMelanie Thielker1-1/+4
2009-07-06Change fields and methods in LSL API from private to protected, make someMelanie Thielker1-99/+104
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+1
2009-06-28Thank you kindly, Grumly57 for a patch that solves:Charles Krinke1-0/+1
2009-06-21Do llEscapeURL with Uri.EscapeDataString instead of Uri.EscapeUriString.Homer Horwitz1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-5/+5