aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/scripting (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-06Part 1 of a two-part commit to change caps of 'scripting' dir...lbsa7144-5972/+0
2007-08-02* Added support for CreateLink to LSL Interpreted APIAdam Frisby1-1/+3
* Added new "PermissionManager" which handles access to protected resources for users. (ie editing other peoples objects, etc)
2007-08-01Little bit more work on AllNewSceneObjectPart2MW8-1023/+1025
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-30mass update of files to have native line endingsSean Dague7-1293/+1293
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-2/+2
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-19* Added TriggerTouchStart function to Interpreted Events APIAdam Frisby1-0/+7
* One less compiler warning. Heh.
2007-07-19* Nearly back down to zero compiler warnings again...Adam Frisby1-1/+5
2007-07-19* Removing more compiler warningsAdam Frisby2-3/+0
2007-07-17* Fixing compileAdam Frisby1-0/+2
2007-07-17* More LSL changes (and fixing a compile warning)Adam Frisby1-1/+1
* More attempted fixes for the phantom remoting bug.
2007-07-17* More LSL related funAdam Frisby5-7/+23
2007-07-17* Working more on the Interpreted Script API (for use in scripts which have ↵Adam Frisby1-0/+49
to occupy something [Hello LSL])
2007-07-17* Attempting to fix a bug.Adam Frisby2-0/+0
2007-07-17* Readjusted strength of the terrain brushes from seconds / 100.0 to seconds ↵Adam Frisby1-1/+1
/ 5.0. (5 seconds = raise one brush radius)
2007-07-16* Rigged up LSL Script Engine to OpenSim - not quite fully tied yet however, ↵Adam Frisby2-0/+58
still lacks connection to ScriptInterpretedAPI. (but Hello World should work!)
2007-07-16* Updating internal LSL handler/compiler with Tedd's r1.Adam Frisby10-387/+1844
* Importing begginings of DB4oDataStore
2007-07-16changed to native line ending encodingSean Dague36-4059/+4059
2007-07-15* More scripting enhancemnents and properties.Adam Frisby1-3/+41
2007-07-15* Added new scripting related events, in particular a new event which is ↵Adam Frisby3-2/+34
triggered by console commands so that the script can subscribe to console messages and operate when they occur. * Added new example script (work in progress) * Fixed typo in Scripting engines for C# and JScript.NET
2007-07-14* encapsulated some public fieldslbsa711-1/+1
2007-07-14Added AddPreCompiledScript method to ScriptManager.MW1-0/+8
Done some work on lbsa71's simpleApp(hope he doesn't mind): now have the avatar showing up and the terrain and his pulsating box (well except its not a box, as there seems to be something wrong with our PrimitiveBaseShape..DefaultBox() settings). Also noticed a few other problems that I had to work around, so these need looking into.
2007-07-13* Added sample event to ScriptInterpretedEventsAdam Frisby1-1/+3
2007-07-13* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.ScriptingAdam Frisby32-47/+47
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
2007-07-13* Reorganising Java Virtual Machine code into a subfolder for the JVM ↵Adam Frisby14-2/+2
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API.
2007-07-13* Moved LSL-style functions to ScriptInterpretedAPI.cs and put a XML remark ↵Adam Frisby2-137/+208
comment that they are defunct and best avoided at all costs. * More wrappers: llCollisionFilter, llCollisionSprite, llCos, llCreateLink, llDeleteSubList, llDeleteSubString, llDetachFromAvatar * More functions: osCos, osDeleteSubList, osDeleteSubString
2007-07-13* Added wrappers for:Adam Frisby1-0/+32
llAbs, llAcos, llAddToLandPassList, llAdjustSoundVolume, llAllowInventoryDrop, llAngleBetween, llApplyImpulse, llApplyRotationalImpulse, llAsin, llAtan2, llAttachToAvatar, llAvatarOnSitTarget, llAxes2Rot, llAxisAngle2Rot, llBase64ToString, llBreakAllLinks, llBreakLink, llCSV2List, llCeil, llCloseRemoteDataChannel, llCloud * Added functions for: osAbs, osAcos, osAsin, osAtan2, osAxes2Rot, osAxisAngle2Rot, osBase64ToString, osCSV2List, osCeil.
2007-07-13* Adding LSL stuff for Tedd_, implementing LSL-style functions in ↵Adam Frisby7-0/+1513
ScriptAPI.cs, implementing server event callbacks in ScriptInterpretedEvents.cs * Added Tedd_'s LSL compiler thingie, although it cannot be referenced yet.
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 Frisby4-23/+41
2007-07-05* Added Java support back into Sugilite (although it still needs a calling ↵Adam Frisby27-5/+1926
host to be added).
2007-07-04* Cleaning - attempting to get compiler warnings back down to zero.Adam Frisby2-4/+4
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa715-35/+18
* added some licensing info
2007-07-01* Fixed scripting engine with a few minor updated namespace issues.Adam Frisby2-0/+2
2007-06-28* Removed J# language support because it has issues with Mono.Adam Frisby2-107/+0
2007-06-28Finished removing the old scripting code, Scene.Scripting.cs and ↵MW6-5/+76
OpenSim.Framework.Interfaces.Scripting.
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW10-326/+431
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen6-0/+364
*Some folder renaming to follow project Name *Updated prebuild.xml