aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Scripting/EmbeddedJVM/InterpreterMethods.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-161/+0
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-170/+0
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen1-3/+5
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05* More assorted console cleaningAdam Frisby1-7/+0
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-04-25Small clean up of files and directoriesMW1-0/+1
2007-04-11Attempt to rearrange some of the directoriesMW1-0/+0
2007-04-11First basic test script now works in the jvm scripting engine. MW1-1/+2
For it to work you need to have a java sdk installed and the javac.exe somewhere in the environment Path variable. Then To test, copy the text from bin/script1.text into a note card and then add that note to a prim.
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-0/+139
scripting Engines. Added the work in progress JVM scripting engine.