aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-10 fix/add lldialog and llTextBox message size error checks, aborting if error ...UbitUmarov1-2/+11
2015-11-05 fix get/set parameters on avatarsUbitUmarov1-39/+38
2015-10-02 reduce some diferences with masterUbitUmarov1-256/+260
2015-10-02 put back ip check on llSetContentTypeUbitUmarov1-3/+1
2015-10-02 also on another location, plus a bit cleanUbitUmarov1-7/+10
2015-10-02 do group SetPos sync as master, script thread does need to wait for it to be...UbitUmarov1-3/+1
2015-10-02 change llSetContentType to master version, but removing IP checkUbitUmarov1-15/+16
2015-10-02 remove unused method parameter master also removedUbitUmarov1-1/+6
2015-10-01 remove a forgotten if that is actually only a statementUbitUmarov1-1/+1
2015-09-30 add high level code suport for SetHoverHeight() called from a attachment, so...UbitUmarov1-12/+5
2015-09-24 bug fix, let ubODE see more than one mesh on cast rayUbitUmarov1-14/+1
2015-09-21replace LSL reference to sog GetLinkedAvatarsUbitUmarov1-3/+5
2015-09-21Fix a regression to GetSittingAvatars(). Return List<ScenePresence> once more.Kevin Cozens1-14/+9
2015-09-06minor change, add a lock we had at avnUbitUmarov1-2/+4
2015-09-02seems to compile ( tests comented out)UbitUmarov1-1033/+163
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-19Add explicit initialization because mono 3 doesn't like what mono 2 allowsMelanie1-1/+1
2015-08-19Convert the lsl list type into a struct. EXPERIMENTAL! This may affectMelanie Thielker1-167/+167
2015-08-19Some unit tests are simply broken and create an API with a null m_item.Melanie Thielker1-0/+6
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker1-13/+2
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker1-23/+5
2015-08-13Remove DOS line endings from LSL_API.csMelanie Thielker1-15278/+15278
2015-08-12Whitespace borkness?Diva Canto1-15277/+15277
2015-08-12Send correct uuids in the FromID and ID packet fields for llInstantMessageDrake Arconis1-5/+2
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz1-5/+23
2015-06-21Guard against null AgentPrefs service in llGetAgentLanguage()Cinder1-3/+10
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-7/+3
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder1-5/+11
2015-05-27llListRandomize() wasn't very randomCinder1-6/+7
2015-05-26Add WhiteCore's LL Json functionsMelanie Thielker1-0/+239
2015-05-23Fix mesh cache race condition in llCastRay V3.Magnuz Binder1-2/+4
2015-05-22Use own mesh cache in llCastRay V3 after throttling.Magnuz Binder1-39/+104
2015-05-22Throttle llCastRay V3.Magnuz Binder1-2/+90
2015-05-20New values returned by llGetEnvTalun1-1/+33
2015-05-12Patch llCastRay fully simplified to V3.Magnuz Binder1-212/+217
2015-05-04Revert "Patch llCastRay fully-simplified to V2." for further review.Michael Cerquoni1-15/+14
2015-05-04Missing constants for llGetObjectDetailsTalun1-0/+29
2015-05-04Implement llGetGeometricCenter correctly.Magnuz Binder1-1/+20
2015-05-04Patch llCastRay fully-simplified to V2.Magnuz Binder1-14/+15
2015-05-03Implement llCastRay fully, simplified.Magnuz Binder1-1/+759
2015-04-20Allow setting profilecut diff to 0.02 from scripts just like from viewer.Magnuz Binder1-3/+3
2015-04-20Implement llGetBoundingBox fully.Magnuz Binder1-42/+447
2015-04-12Fix llTargetOmega non-physical gain.Magnuz Binder1-0/+3
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-10/+7
2015-03-22Parameterize sleeps in LSL functions.Magnuz Binder1-64/+123
2015-03-22Allow setting hollow to 99% from scripts just like from viewer.Magnuz Binder1-3/+3
2015-03-22Allow setting holesize to 0.01 from scripts just like from viewer.Magnuz Binder1-4/+4
2015-03-22Allow setting dimple diff to 0.02 from scripts just like from viewer, add cli...Magnuz Binder1-2/+7
2015-03-22viewers can set a minimum distance 0.02 between path cut start and path cut endFreaky Tech1-3/+3