aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting/Engines/JVMEngine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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).