aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/OSSL_ScriptCommands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-553/+0
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
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares1-0/+11
2007-10-30* Optimized usingslbsa711-1/+1
2007-10-19get rid of all the ^M line endingsSean Dague1-79/+79
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-11Some changes to the sending of updates of SceneObjects to clients, that I did...MW1-50/+50
2007-10-05getting all our line endings consistant againSean Dague1-5/+5
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-9/+6
2007-09-17fixing me some line endingsSean Dague1-54/+54
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-0/+33
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW1-0/+21