aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/JVMEngine (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa7123-2232/+0
2007-08-01Little bit more work on AllNewSceneObjectPart2MW6-257/+257
2007-08-01Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 ↵MW4-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.
2007-07-16changed to native line ending encodingSean Dague22-1914/+1914
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby22-37/+37
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby13-0/+0
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
2007-07-13* Fixing compiler warnings in an attempt to reduce them back down to zero.Adam Frisby1-1/+0
2007-07-11updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW3-0/+0
branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
2007-07-05* Tweaks to Java engine (uses less threads). Added support for OnFrame and ↵Adam Frisby1-70/+78
OnNewPresence events.
2007-07-05* Java engine fully back in SugiliteAdam Frisby3-23/+38
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby21-0/+1892
host to be added).