aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-21Surround the "non implemented" in an else clause if face is inappropriate for:Charles Krinke1-16/+34
2008-01-19* Potential fix to the 'can't run a script anymore bug'Teravus Ovares1-6/+7
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen7-45/+81
2008-01-17* Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares1-1/+16
2008-01-17* Added and implemented the LSL changed event.Teravus Ovares1-0/+7
2008-01-15* Mother of all commits:Adam Frisby9-39/+67
2008-01-14ZERO_ROTATION set to 0,0,0,1 -- not 0,0,0,0 ;)Tedd Hansen1-2/+2
2008-01-12Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr...Charles Krinke1-6/+35
2008-01-12Set eolTedd Hansen9-6855/+6855
2008-01-12Added license to new filesTedd Hansen13-18/+192
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