Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -7/+2 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -23/+23 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 1 | -23/+23 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) | |||||
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-07-19 | * Added TriggerTouchStart function to Interpreted Events API | Adam Frisby | 1 | -0/+7 | |
* One less compiler warning. Heh. | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -16/+16 | |
2007-07-13 | * Added sample event to ScriptInterpretedEvents | Adam Frisby | 1 | -1/+3 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-13 | * Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵ | Adam Frisby | 1 | -0/+14 | |
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet. |