aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-28Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares3-0/+25
2009-08-25Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares3-0/+15
2009-08-21Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares4-7/+61
2009-08-21Add copyright header. Formatting cleanup.Jeff Ames1-15/+17
2009-08-21* Moves NPC Creation across AppDomains to prevent a major perfomance issue.Adam Frisby1-0/+2
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-21* Fleshes more of NPCModule out.Adam Frisby2-0/+58
2009-08-21* Implements a bunch of stuff in NPCModuleAdam Frisby1-24/+24
2009-08-18osGetLinkPrimitiveParams fixJeff Lee1-1/+25
2009-08-16* ShortVersion, another attempt at fixing the test thread death that randomly...Teravus Ovares (Dan Olivares)1-1/+2
2009-08-16* minor: commentsTeravus Ovares (Dan Olivares)1-0/+16
2009-08-15Changed FromAssetID to FromItemIDDiva Canto1-1/+1
2009-08-15* whoops, missing a /Teravus Ovares (Dan Olivares)1-1/+1
2009-08-15* Comment out XEngineTest that doesn't appear to test anything. It just crea...Teravus Ovares (Dan Olivares)1-0/+3
2009-08-14Remove one more sponsor referenceMelanie1-1/+1
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie4-19/+15
2009-08-14Add some extra info to script load messagesMelanie1-2/+2
2009-08-10Replace the Replaceable modules nameMelanie2-2/+2
2009-08-09Formatting cleanup.Jeff Ames4-12/+12
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2-6/+7
2009-08-08Update threat level descriptionMelanie1-0/+1
2009-08-07Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParamsMelanie4-21/+53
2009-08-07Experimental! Implement ISponsor in ScriptInstanceMelanie1-12/+7
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie9-55/+55
2009-08-07Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL ApiMelanie1-1/+9
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie9-59/+55
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie9-55/+59
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-08-04 Slight change to state management for attach scheduling.Alan Webb2-11/+9
2009-08-04 This change adds support for the attach event in scripts.Alan Webb2-0/+17
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie4-0/+20
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-10Committing the interface change and the addition to the modules to getMelanie Thielker2-0/+10
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-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+1
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-25From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+1