aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BaseClass.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-2153/+2164
2008-01-12Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba...alondria1-0/+15
2008-01-10Added const definintions for sculpted prims.Tedd Hansen1-1/+7
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+8
2007-12-27* Optimized usingslbsa711-4/+4
2007-12-24Again, great thanks to Alondria for:Charles Krinke1-2/+2
2007-12-18Many Thanks to Alondria for adding:Charles Krinke1-32/+32
2007-12-17Again, thanks to Alondria for:Charles Krinke1-3/+3
2007-12-12From Michael Osias (IBM)Sean Dague1-2/+2
2007-12-11* The 'Create' functions should be called to factor up a new, otherwise empty...lbsa711-0/+2
2007-12-07* miniscule changes just to keep myself in synchlbsa711-1/+3
2007-10-30* Optimized usingslbsa711-349/+1658
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-17fixing me some line endingsSean Dague1-2/+2
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-3/+4
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-783/+783
2007-09-04Some work on Module loading/management.MW1-2/+4
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-0/+1
2007-08-26in-world run-time error-message no-w con-tains function-name.Tedd Hansen1-0/+4
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-1/+1
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-2/+21
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-28/+10
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-0/+29
2007-08-18Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen1-2/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-87/+87
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-5/+6
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-2/+57
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-442/+352
2007-08-18llstrenglength (thanks ldvoipeng!)Brian McBee1-1/+13
2007-08-18lsl test cases, and llregioncorner (thanks Dalien!)Brian McBee1-1/+1
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-3/+1
2007-08-17krinkec's updates to ll* interface and functions.Tedd Hansen1-5/+12
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-23/+51
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-3/+20
2007-08-15compile error removed :)Tedd Hansen1-8/+0
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen1-199/+523
2007-08-15* Applying ckrinke's LSL baseclass changes (Thanks!)Adam Frisby1-48/+54
2007-08-15* Fixed bug with llModPowAdam Frisby1-6/+6
2007-08-15* New LSL functionsAdam Frisby1-5/+16
2007-08-14Minor change to LSL_BaseClass adding pseudocode to World.SimChatTedd Hansen1-2/+13
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-85/+90
2007-08-14llSay() works again. Cleanup of debug messages.Tedd Hansen1-2/+2
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-3/+3
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-7/+8
2007-08-13krinkec's updates to ll* interface and functionsTedd Hansen1-121/+121
2007-08-12LSL_BaseClass now receives scene during initTedd Hansen1-3/+6
2007-08-12LSL BuiltIn implementation is now in Compiler\LSL\LSL_BaseClass. So users won...Tedd Hansen1-5/+350
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen1-0/+11
2007-08-12Script now compiles unsuccessfullyTedd Hansen1-0/+10
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-58/+0