aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-03Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker1-13/+1
2008-10-03Mantis #2317Melanie Thielker1-0/+14
2008-09-30Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-29From: rob smart (smartrob@uk.ibm.com)Dr Scofield1-6/+22
2008-09-26* Patch from JHurlimanTeravus Ovares1-4/+8
2008-09-26Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker1-1/+0
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-2/+2
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames1-11/+11
2008-09-18Remove redundant permissions check in OSSL_Api.csMelanie Thielker1-6/+0
2008-09-18From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield1-0/+187
2008-09-16Minor formatting cleanup.Jeff Ames1-1/+1
2008-09-15Finish up OSSL enable/disable options in XEngine.Melanie Thielker1-8/+45
2008-09-15Refactor the os functions allowed check into the threat check methodMelanie Thielker1-184/+5
2008-09-15Add the option to use Allow_osFunction = false for each OS functionMelanie Thielker1-0/+11
2008-09-15Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker1-60/+254
2008-09-15Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke1-0/+50
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2008-09-10Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke1-0/+8
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-16/+15
2008-08-25Fix osAvatarPlayAnimation to actually do what it says on the boxMelanie Thielker1-1/+1
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker1-1/+1
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker1-0/+14
2008-07-09Mantis#1700. Thank you, Melanie for a patch that:Charles Krinke1-0/+8
2008-07-09for testing purposes only:MW1-0/+7
2008-07-01Mantis#1643. Thank you Melanie for a patch that:Charles Krinke1-0/+6
2008-07-01From: kurt taylor (krtaylor)Dr Scofield1-0/+26
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-38/+38
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-226/+232
2008-05-28Thank you, Grumly57 kindly for:Charles Krinke1-0/+12
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-13*Complete redo of the permissions modulemingchen1-1/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-3/+3
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-3/+3
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-1/+1
2008-04-25* Applying mantis#1048 - Patch for osSetRegionWaterHeight()Adam Frisby1-1/+2
2008-04-23* Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-13/+5
2008-04-20Moved script engine os* commands to OSSL_BuilIn_Commands.cs and OSSL_BuilIn_C...Tedd Hansen1-0/+296
2008-03-18Formatting cleanup.Jeff Ames1-27/+25
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-5/+2
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen1-19/+19
2008-02-24Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen1-0/+12
2008-02-24Fixed startup logo size to match a Win CMD window.Tedd Hansen1-18/+160
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen1-0/+2
2008-02-24By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen1-1/+3
2008-02-24Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text.Tedd Hansen1-9/+20
2008-02-24eolTedd Hansen1-82/+82
2008-02-24Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ne...Tedd Hansen1-90/+82
2008-02-20Minor cleanup.Jeff Ames1-1/+1