aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/JVMEngine/JVM (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Little bit more work on AllNewSceneObjectPart2MW2007-08-016-257/+257
|
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW2007-08-014-100/+418
| | | | | | | | /Part2). Updated the JavaVM to a later version I did (basically some clean up and a little bit more functional). Added SendLoadURL method to IClientAPI.
* changed to native line ending encodingSean Dague2007-07-1613-1627/+1627
|
* * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby2007-07-1313-25/+25
| | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting
* * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby2007-07-1313-0/+1627
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.