aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Nearly back down to zero compiler warnings again...Adam Frisby2007-07-191-1/+5
|
* * Removing more compiler warningsAdam Frisby2007-07-191-1/+0
|
* * Attempting to fix a bug.Adam Frisby2007-07-172-0/+0
|
* * Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby2007-07-1610-387/+1844
| | | | | * Importing begginings of DB4oDataStore
* changed to native line ending encodingSean Dague2007-07-165-1389/+1389
|
* * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby2007-07-132-2/+2
| | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting
* * Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵Adam Frisby2007-07-135-0/+1389
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.