aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/LSLEngine/LSLHandler/LSO_Parser.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-16* Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby1-268/+287
* Importing begginings of DB4oDataStore
2007-07-16changed to native line ending encodingSean Dague1-608/+608
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-1/+1
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵Adam Frisby1-0/+608
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.