aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Potential fix to the 'can't run a script anymore bug'Teravus Ovares2008-01-191-6/+7
* Added data structure to be passed through event execution queue so that event...Tedd Hansen2008-01-177-45/+81
* * Added llApplyImpulse in the global frame. The object must be physical befo...Teravus Ovares2008-01-171-1/+16
* * Added and implemented the LSL changed event.Teravus Ovares2008-01-171-0/+7
* * Mother of all commits:Adam Frisby2008-01-159-39/+67
* ZERO_ROTATION set to 0,0,0,1 -- not 0,0,0,0 ;)Tedd Hansen2008-01-141-2/+2
* Thank you very much, Kinoc for implementing llGetSubString and llDeleteSubStr...Charles Krinke2008-01-121-6/+35
* Set eolTedd Hansen2008-01-129-6855/+6855
* Added license to new filesTedd Hansen2008-01-1213-18/+192
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-1211-2/+6864
* ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen2008-01-122-1/+9
* ScriptServer protocol now correctly casts datatypes -- ready for implementingTedd Hansen2008-01-121-5/+33
* Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba...alondria2008-01-121-0/+3
* Set svn:eol-style.Jeff Ames2008-01-125-489/+489
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-5/+21
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-125-0/+478
* Dynamic loading of ScriptEngine in ScriptServerTedd Hansen2008-01-091-0/+4
* Set svn:eol-style.Jeff Ames2008-01-061-52/+52
* Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen2008-01-051-0/+52
* Fixed nant compile problemTedd Hansen2008-01-011-8/+17
* Trying to fix nant compile errorTedd Hansen2008-01-011-327/+318
* Temp removed new data types patch from Mantis #272, causing compile problems ...Tedd Hansen2008-01-011-336/+337
* Minor changes. Changed Prebuild.xml to avoid first-time-compile error because...Tedd Hansen2008-01-011-306/+330
* Adrianas 0000272 -- I think we need to implement standard string/integer/floa...Tedd Hansen2008-01-011-0/+304
* Fixed string issue in compilerTedd Hansen2008-01-011-34/+48
* Correction of last commitTedd Hansen2007-12-311-0/+5
* In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen2007-12-301-0/+3
* Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen2007-12-301-0/+3
* Thank you again, Alondria for:Charles Krinke2007-12-271-2/+55
* * Optimized usingslbsa712007-12-272-31/+37
* Again, great thanks to Alondria for:Charles Krinke2007-12-241-1/+1
* Misc. cleanup:Jeff Ames2007-12-191-5/+17
* Many Thanks to Alondria for adding:Charles Krinke2007-12-182-30/+145
* Again, thanks to Alondria for:Charles Krinke2007-12-171-1/+1
* Thanks again to Alondria for adding: math support forCharles Krinke2007-12-151-43/+150
* From Michael Osias (IBM)Sean Dague2007-12-121-1/+1
* Thanks to Alondria for: Adding vector->string and rotation->string,Charles Krinke2007-12-121-24/+90
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen2007-11-011-0/+7
* * Optimized usingslbsa712007-10-305-84/+82
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-153-0/+84
* fixing me some line endingsSean Dague2007-09-171-1/+1
* Implemented: llSetText, llResetScript Tedd Hansen2007-09-161-2/+2
* remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague2007-09-135-848/+848
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Some work on Module loading/management.MW2007-09-041-0/+3
* Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen2007-08-261-13/+15
* Script compiler should now show error on correct line number in original LSL-...Tedd Hansen2007-08-251-2/+2
* Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen2007-08-251-37/+43
* Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen2007-08-251-19/+24