aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSO/IL_common_functions.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-1/+1
2007-08-09Merged OpenSim.ScriptEngine.DotNetEngine.Compiler.LSL into ↵Tedd Hansen1-0/+0
OpenSim.ScriptEngine.DotNetEngine to avoid the compile error
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-56/+56
2007-08-06... and here's the second part...lbsa711-0/+0
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa711-0/+0
2007-07-30mass update of files to have native line endingsSean Dague1-56/+56
2007-07-16* Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby1-49/+56
* Importing begginings of DB4oDataStore
2007-07-16changed to native line ending encodingSean Dague1-49/+49
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby1-2/+2
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby1-0/+0
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby1-10/+16
host to be added).
2007-07-03*Removed GridInfo class as it has been previously replaced with the much ↵mingchen1-7/+2
better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-3/+0
* added some licensing info