aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Implementation of the llDetectedTouch* functionsidb2008-12-051-0/+5
|
* Fix the PAY_HIDE and PAY_DEFAULT constants to be LSLIntegers and getMelanie Thielker2008-11-171-2/+2
| | | | | | accepted in the quick buttons list
* * Rework llParcelMediaCommandListHomer Horwitz2008-10-111-0/+3
| | | | | | | | * Add missing PARCEL_MEDIA_COMMAND_* constants * Fix a copy/paste error in SendParcelMediaUpdate llParcelMediaCommandList should work now
* Implement LSL-function llSetClickAction.Homer Horwitz2008-09-251-0/+10
|
* Mantis#2233. Thank you kindly, Idb, for a patch that solves:Charles Krinke2008-09-211-0/+7
| | | | | | The constants for llGetParcelDetails were missing for DotNetEngine and XEngine.
* From: alan_webb@us.ibm.comSean Dague2008-09-091-0/+2
| | | | | | | Make CHANGED constants consistent with LSL, and consistent across the code base
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-1/+1
| | | | | | | | | Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite.
* Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2008-09-011-2/+2
| | | | | | | LSLIntegers in lists, and attempt to address the scope issue on TRUE and FALSE with readonly static linkage
* Mantis#1888. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-071-1/+28
| | | | | | | This patch adds the missing parcel and region flag constants for LSL scripts. Tested with .Net and XEngine
* Thank you, HomerHorwitz, for a patch that implements ↵Melanie Thielker2008-07-311-0/+24
| | | | | | | | llSetCameraParams/llClearCameraParams. Fixes Mantis #1867
* Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERAMelanie Thielker2008-07-311-0/+1
| | | | | | Fixes Mantis #1861
* Thank you, sacha magne, for a patch that implementsMelanie Thielker2008-07-311-0/+1
| | | | | | | llRequestSimulatorData("simname", DATA_SIM_RELEASE) Fixes Mantis #1866
* -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur2008-07-311-2/+2
| | | | | | | | | used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863
* Mantis#1660. Thank you, kindly, Melanie for a patch that:Charles Krinke2008-07-031-2/+3
| | | | | Attached patch changes TRUE and FALSE to be LSLIntegers.
* Mantis#1654. Thank you kindly, Matth for a patch that:Charles Krinke2008-07-031-0/+1
| | | | | Updates llGetPrimitiveParams() and associated files.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-0/+421
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!