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