aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/JVMEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa712007-08-0623-2232/+0
|
* 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-1622-1914/+1914
|
* * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby2007-07-1322-37/+37
| | | | | * Renamed OpenSim.Scripting to OpenSim.Region.Scripting
* * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby2007-07-1313-0/+0
| | | | | | | specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
* * Fixing compiler warnings in an attempt to reduce them back down to zero.Adam Frisby2007-07-131-1/+0
|
* updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW2007-07-113-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.
* * Tweaks to Java engine (uses less threads). Added support for OnFrame and ↵Adam Frisby2007-07-051-70/+78
| | | | OnNewPresence events.
* * Java engine fully back in SugiliteAdam Frisby2007-07-053-23/+38
|
* * Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby2007-07-0521-0/+1892
host to be added).