aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen11-2/+6864
2008-01-12ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen2-1/+9
2008-01-12ScriptServer protocol now correctly casts datatypes -- ready for implementingTedd Hansen1-5/+33
2008-01-12Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba...alondria1-0/+3
2008-01-12Set svn:eol-style.Jeff Ames5-489/+489
2008-01-12New ScriptServer protocol successfully implemented.Tedd Hansen1-5/+21
2008-01-12ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen5-0/+478
2008-01-09Dynamic loading of ScriptEngine in ScriptServerTedd Hansen1-0/+4
2008-01-06Set svn:eol-style.Jeff Ames1-52/+52
2008-01-05Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen1-0/+52
2008-01-01Fixed nant compile problemTedd Hansen1-8/+17
2008-01-01Trying to fix nant compile errorTedd Hansen1-327/+318
2008-01-01Temp removed new data types patch from Mantis #272, causing compile problems ...Tedd Hansen1-336/+337
2008-01-01Minor changes. Changed Prebuild.xml to avoid first-time-compile error because...Tedd Hansen1-306/+330
2008-01-01Adrianas 0000272 -- I think we need to implement standard string/integer/floa...Tedd Hansen1-0/+304
2008-01-01Fixed string issue in compilerTedd Hansen1-34/+48
2007-12-31Correction of last commitTedd Hansen1-0/+5
2007-12-30In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen1-0/+3
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+3
2007-12-27Thank you again, Alondria for:Charles Krinke1-2/+55
2007-12-27* Optimized usingslbsa712-31/+37
2007-12-24Again, great thanks to Alondria for:Charles Krinke1-1/+1
2007-12-19Misc. cleanup:Jeff Ames1-5/+17
2007-12-18Many Thanks to Alondria for adding:Charles Krinke2-30/+145
2007-12-17Again, thanks to Alondria for:Charles Krinke1-1/+1
2007-12-15Thanks again to Alondria for adding: math support forCharles Krinke1-43/+150
2007-12-12From Michael Osias (IBM)Sean Dague1-1/+1
2007-12-12Thanks to Alondria for: Adding vector->string and rotation->string,Charles Krinke1-24/+90
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen1-0/+7
2007-10-30* Optimized usingslbsa715-84/+82
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa713-0/+84
2007-09-17fixing me some line endingsSean Dague1-1/+1
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-2/+2
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague5-848/+848
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-04Some work on Module loading/management.MW1-0/+3
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-13/+15
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-2/+2
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-37/+43
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-19/+24
2007-08-19Added "StopScriot()" to ScriptManager. Stops Executor from executing events i...Tedd Hansen1-1/+17
2007-08-19Added event method invoke cache to Executor. "Bind once, Invoke multiple time...Tedd Hansen1-7/+37
2007-08-18Did I forget to add IScript.cs? Yes I did...Tedd Hansen1-0/+12
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen2-1/+48
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-0/+10
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen2-85/+138
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen2-0/+35
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-0/+629