aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-16Thank you, cmickeyb, for a patch to ass two string functionsMelanie Thielker1-0/+12
to OSSL. Fixes Mantis #3173
2009-02-16Thank you, patnad, for a patch that adds 3 new discovery functionsMelanie Thielker1-0/+15
to OSSL. Applied with changes. Fixes Mantis #3172
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield2-1/+2
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-01Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+5
Added osTeleportAgent with region coordinates to support hyper grid scripted teleports.
2009-02-01Correct the method signature on llMakeFountain.idb1-1/+1
2009-01-28Add in a stub for llSHA1String. I believe it is the only one newCharles Krinke1-0/+5
function we were missing.
2009-01-22Implement missing LSL TEXTURE_xxx constants including two new textures.idb1-0/+8
Fixes Mantis #3030
2009-01-12Make ZERO_ROTATION.y a float. Fixes Mantis #2985.Mike Mazur1-1/+1
2008-12-14Added ATTACH_HUD_* constants fixes Mantis #2823idb1-0/+8
2008-12-05Implementation of the llDetectedTouch* functionsidb1-0/+5
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-26/+53
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker1-4/+4
scripts until that can be better debugged
2008-11-27Test commit.. just contains div trace and other stuff.Tedd Hansen3-12/+27
2008-11-26ScriptSponsor and LSL_Api are now MarshalByRefObjectTedd Hansen1-1/+1
2008-11-26Made ScriptSponsor serializableTedd Hansen1-0/+1
2008-11-26Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker1-0/+1
tables, and changed the database modules to actually push these doubles down into the database layer.
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ↵Tedd Hansen2-5/+25
on GC. Also removed lease for LSL_Api as it strictly speaking should not be MarshalByRef. Or should it? If so I broke scripting! :)
2008-11-17Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker1-2/+2
accepted in the quick buttons list
2008-11-17adding #pragma warnings to yprolog language supportDr Scofield9-24/+22
2008-11-06Mantis #2571Melanie Thielker1-0/+7
Thank you, idb, for a patch that fixes the jump function in LSL.
2008-11-06From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-0/+5
The following patch implements osMakeNotecard as specified on the OpenSim website
2008-11-04From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague1-1/+6
This patch allows an object to directly message another object given its key using the method osMessageObject(key objectUUID,string message). to communicate with an object it must implement the dataserver listener method. The dataserver method is passed the key of the calling object and a string message.
2008-10-28Mantis #2486Melanie Thielker1-2/+7
Thank you, nlin, for a patch that fixes serialization of vector and quaternion types for script state.
2008-10-20Mantis #2438Melanie Thielker1-1/+1
Fix llSetVehicleFloatParam to accept LSL_Float
2008-10-11* Rework llParcelMediaCommandListHomer Horwitz1-0/+3
* Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker1-7/+10
2008-10-06Mantis#2336. Thank you kindly, Ralphos for a patch that:Charles Krinke1-3/+8
Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames2-18/+18
2008-10-04Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-2/+14
Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE.
2008-10-03Mantis #2317Melanie Thielker1-0/+5
Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
2008-09-30Mantis#2300. Thank you kindly, Idb for a patch that solves:Charles Krinke1-16/+16
A number of the deprecated functions had missing parameters causing compile errors. These included: llSound, llMakeExplosion, llMakeFountain, llMakeSmoke, llMakeFire, llPointAt, llXorBase64Strings, llSetPrimURL
2008-09-29Mantis#2299. Thank you kindly, Idb for a patch that:Charles Krinke1-4/+4
OS/SL script conformance, implement llSoundPreload and llRemoteLoadScript to behave as in SL. In SL llSoundPreload appears to do nothing. In OS llRemoteLoadScript shouts an error when invoked "Deprecated. Please use llRemoteLoadScriptPin instead."
2008-09-26Thank you, idb, for a patch that implements the stubs for llGetAgentLanguage()Melanie Thielker1-0/+5
2008-09-26Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker1-0/+187
As a bonus, the OSSLPrim has now come to XEngine, too!
2008-09-25Implement LSL-function llSetClickAction.Homer Horwitz1-0/+10
2008-09-23Mantis #2243Melanie Thielker1-665/+710
Thank you, tyre, for a patch that refactors LSL to use a unified set of method signatures and type names, reorders methods and removes unused and adds new method stubs.
2008-09-21Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke1-0/+7
The constants for llGetParcelDetails were missing for DotNetEngine and XEngine.
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-20XEngine: Fix loading lists from saved stateMelanie Thielker1-1/+1
2008-09-20Fix up some ScriptBase detailsMelanie Thielker1-10/+9
2008-09-20* Fix build error, (maybe)Teravus Ovares1-3/+4
* Might break something.. hard to say.. 0.o
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker1-2/+18
Change serialization to omit types it can't deal with.
2008-09-19Fix issue introduces by a fix in 6256. Fixes mantis #2214Melanie Thielker1-4/+6
2008-09-18Fix list reset behavior, and thereby squash one warningMelanie Thielker1-1/+1
2008-09-18From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield1-0/+5
Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
2008-09-15Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke1-0/+12
adds the new function osTeleportAgent().
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
Fix unreachable code due to typo in llDetectedGroup.
2008-09-09From: alan_webb@us.ibm.comSean Dague1-0/+2
Make CHANGED constants consistent with LSL, and consistent across the code base
2008-09-09Fix llResetScript() and the reset button to actually restore globalMelanie Thielker1-7/+30
variables to their initializer values, rather then zeroing them. Also handles lists properly now.