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