UbitUmarov
|
f3eb73926e
|
stop a few more threads on exit
|
2017-05-23 04:05:31 +01:00 |
UbitUmarov
|
e520dba717
|
Merge branch 'master' into httptests
|
2017-05-21 02:20:40 +01:00 |
UbitUmarov
|
046ec66ff9
|
fix a cast that makes LitJson unhappy
|
2017-05-20 22:21:27 +01:00 |
UbitUmarov
|
02a4298b02
|
mantis 8172: fix llList2Json() in case of vector or rotation types
|
2017-05-20 21:29:33 +01:00 |
UbitUmarov
|
40091f9be5
|
Merge branch 'master' into httptests
|
2017-05-19 03:23:57 +01:00 |
UbitUmarov
|
ef35805176
|
reWrite lsl json functions, forward slash is not escaped as LitJson spec; code can use some cleanup. Scripts need to be recompiled
|
2017-05-19 03:08:35 +01:00 |
UbitUmarov
|
eea247fcc5
|
Merge branch 'master' into httptests
|
2017-05-14 07:52:50 +01:00 |
UbitUmarov
|
a932f24ba4
|
minor fix on sensorrepeat
|
2017-05-12 03:53:18 +01:00 |
UbitUmarov
|
b20778d8ec
|
fix merge
|
2017-05-07 04:45:28 +01:00 |
UbitUmarov
|
3402819888
|
do the same in the cases we are just moving parts around and not changing their caches (ie their taskInventory)
|
2017-05-04 12:08:10 +01:00 |
UbitUmarov
|
a18ee3b6b3
|
fix LSL_ApiHttpTests
|
2017-05-02 12:35:06 +01:00 |
UbitUmarov
|
ce3af94a69
|
mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore entries in excess of 8 on the request
|
2017-04-26 07:19:44 +01:00 |
UbitUmarov
|
7a54c3e9c3
|
some fixes on the materials paramenters of llGetPrimitiveParams()
|
2017-04-24 11:46:13 +01:00 |
UbitUmarov
|
c91e101224
|
add suport for materials parameters PRIM_NORMAL, PRIM_SPECULAR and PRIM_ALPHA_MODE of llGetPrimitiveParams(). Im sleeping at this time, this can be very wrong
|
2017-04-24 07:06:48 +01:00 |
UbitUmarov
|
65a1547209
|
fix (or actually break) llList2float() since LSL_Key is same as LSL_String, the case of invalid LSL_Key cannot be handle, since most likely it is a string
|
2017-04-24 02:05:39 +01:00 |
UbitUmarov
|
54819fa4ae
|
mantis 8154 dont let self lResetOtherScript mean harakiri
|
2017-04-21 11:03:31 +01:00 |
UbitUmarov
|
0f7ffc56ce
|
several changes for osTeleportObject
|
2017-04-15 10:46:18 +01:00 |
UbitUmarov
|
c0904a32cb
|
OSSL CheckThreatLevel() with no arguments only tests if OSSL is enabled. Faster test for safe functions that are always allowed with OSSL enabled. other name could be CheckOSSLenabled, but this name preserves functions template.
|
2017-04-05 15:11:19 +01:00 |
UbitUmarov
|
2805cb9dec
|
give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini
|
2017-04-05 01:15:44 +01:00 |
UbitUmarov
|
d085c337a9
|
add a little speedup on repeated requests for same name on osGetLinkNumber.
|
2017-04-04 20:11:11 +01:00 |
UbitUmarov
|
e237e1b2fa
|
add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the string to linknumber map, cache invalidations may still be missing :(
|
2017-04-04 19:27:45 +01:00 |
UbitUmarov
|
ca250e0b0b
|
mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop parameter by flags, add flags OSTPOBJ_STOPATTARRGET and OSTPOBJ_SETROT
|
2017-04-04 14:34:25 +01:00 |
UbitUmarov
|
2bb5e98574
|
add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, LSL_Rotation rotation, LSL_Integer stop)
|
2017-04-03 17:19:28 +01:00 |
UbitUmarov
|
6a35a965ff
|
add OSSL functions to override linksets total mass, center of mass and inertia. replacing the crude automatic estimation based on prims known to physics and density. Changed parameters are still not saved, and are lost on region crossings. only suported by UbODE. EXPERIMENTAL feature, only test it for now.. don't try to use in products.
|
2017-03-31 20:55:48 +01:00 |
Melanie Thielker
|
5587ee4500
|
Merge branch 'melanie'
|
2017-03-31 14:50:14 +01:00 |
Melanie Thielker
|
91f142bbd2
|
Add the option to link a scene object with a monitoring object
For debugging purposes.
|
2017-03-31 14:38:41 +01:00 |
UbitUmarov
|
ed365f6220
|
remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint
|
2017-01-26 19:43:00 +00:00 |
UbitUmarov
|
f722f1cf6c
|
fix test setup
|
2017-01-25 18:10:59 +00:00 |
UbitUmarov
|
0a5d6671ce
|
fix llScriptDanger(); don't call old ScriptDamage on ossl health functions
|
2017-01-21 06:37:29 +00:00 |
UbitUmarov
|
dac32c4e5a
|
change CanObjectEntry() to use a SOG
|
2017-01-20 14:26:24 +00:00 |
UbitUmarov
|
db2fbf6516
|
add more calls to effective permissions aggregation, some paths may still be missing on objects changes, but remove the aggregation on check paths, so all can be tested.
|
2017-01-17 13:24:09 +00:00 |
UbitUmarov
|
da69bc5da6
|
restore argument name material_bits
|
2017-01-08 11:28:34 +00:00 |
UbitUmarov
|
fb42845bee
|
mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float type
|
2017-01-08 11:15:39 +00:00 |
Melanie Thielker
|
556d95ef05
|
Revert "Allow OSSL scripts to softfail"
This reverts commit e5244fe708 .
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs
|
2017-01-07 23:36:07 +00:00 |
Melanie Thielker
|
f457925f80
|
Fix a compile issue and reintroduce the "GOD" script option
|
2017-01-07 23:12:51 +00:00 |
Melanie Thielker
|
c9736755d8
|
Merge branch 'master' of opensimulator.org:/var/git/opensim
|
2017-01-07 22:54:24 +00:00 |
Melanie Thielker
|
e5244fe708
|
Allow OSSL scripts to softfail
|
2017-01-07 22:53:46 +00:00 |
UbitUmarov
|
2d0860ac51
|
rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear
|
2017-01-07 22:51:56 +00:00 |
UbitUmarov
|
e2167716aa
|
change OSSL enable option GOD to use IsGod, so it means a active god, as my original idea
|
2017-01-07 21:44:01 +00:00 |
Melanie Thielker
|
e58903be6f
|
Correct casing on isGod and isViewerUIGod
|
2017-01-07 20:38:30 +00:00 |
UbitUmarov
|
effa32cfa4
|
replace godlevel compares by the new faster bool isViewerUIGod
|
2017-01-07 18:41:46 +00:00 |
Melanie Thielker
|
ad8915f154
|
Restructure god level and permissions
Create a class GodController which controls all aspects of god level,
viewer modes and user levels at ScenePresence level.
|
2017-01-06 00:55:14 +00:00 |
UbitUmarov
|
1a35af229c
|
remove code i started but didn't finish
|
2017-01-05 19:59:48 +00:00 |
Melanie Thielker
|
b16abc8166
|
Massive tab and trailing space cleanup
|
2017-01-05 19:07:37 +00:00 |
Melanie Thielker
|
ba1ca67afe
|
Re-add GRID_GOD because in some cases an "employee-only" level is simply needed
|
2016-12-23 19:48:03 +00:00 |
UbitUmarov
|
0887be3c12
|
replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
|
2016-12-23 03:42:50 +00:00 |
Melanie Thielker
|
1602148f5e
|
Merge branch 'master' of opensimulator.org:/var/git/opensim
|
2016-12-21 20:57:04 +00:00 |
Melanie Thielker
|
2bfbd6ef2e
|
Change GRID_GOD script permission to do what it says on the tin.
Suggested by Mandarinka
|
2016-12-21 20:56:28 +00:00 |
UbitUmarov
|
7367f03d6e
|
remove a odd raycastv3 config option
|
2016-12-21 20:39:38 +00:00 |
Melanie Thielker
|
7286b27ff9
|
Add GRID_GOD to the list of values allowed for enabling OSSL functions
|
2016-12-21 14:35:34 +00:00 |
UbitUmarov
|
b4bbf4f95d
|
review llCastRay V3 phantom detection. Make it ignore physics shape type none as physics engines do.
|
2016-12-16 23:28:14 +00:00 |
UbitUmarov
|
853e98d340
|
reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do not implement it
|
2016-12-16 01:13:07 +00:00 |
UbitUmarov
|
3056926403
|
dont self osDie attachments
|
2016-12-14 16:31:39 +00:00 |
UbitUmarov
|
553b326fb2
|
restrict osDie to objects rezzed by the script object group and a few more changes
|
2016-12-14 16:08:25 +00:00 |
Jeff Kelley
|
95d6396300
|
Add osDie(key)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-14 15:14:22 +00:00 |
UbitUmarov
|
1ffc81c869
|
also reduce check threat level of osNpcSetProfileAbout to Low; update osslEnable.ini
|
2016-12-14 01:31:16 +00:00 |
UbitUmarov
|
1c08b3d8f9
|
also fox chekc threat level on osNpcSetProfileAbout
|
2016-12-14 01:16:21 +00:00 |
Melanie Thielker
|
a75c16e1bf
|
Fox threat level line on SetProfileImage. It is ALWAYS the name of the function!
Low is justified because setting an image requires having a NPC in the
first place....
|
2016-12-14 01:00:48 +00:00 |
Mandarinka Tasty
|
ec883d0f15
|
New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patch gives possibility to set image in created NPC's profile. You can use UUID of the texture or name of texture included in prim's inventory.
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-14 00:24:52 +00:00 |
Mandarinka Tasty
|
575825193b
|
The new string-parameter: "region_object_bonus" for llGetEnv(string name);
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-09 20:57:33 +00:00 |
UbitUmarov
|
d4e285b1a1
|
add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile About text. requires OsNpcCreate rights
|
2016-12-06 17:05:02 +00:00 |
UbitUmarov
|
51104be6d4
|
remove SOG.FromPartID from main code and flag it obsolete
|
2016-12-04 17:56:47 +00:00 |
Mandarinka Tasty
|
7c566dca5a
|
The new Constant: integer OBJECT_REZZER_KEY = 32;
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-04 17:18:56 +00:00 |
Mandarinka Tasty
|
2a29a270da
|
Adding new string-parameter: "region_max_prims" for llGetEnv(string name);
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-12-04 10:32:06 +00:00 |
Mandarinka Tasty
|
7de2c8ae70
|
The new Constant: integer OBJECT_TEMP_ATTACHED = 34;
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-11-30 00:06:25 +00:00 |
UbitUmarov
|
9dd820765e
|
change last patch a bit
|
2016-11-28 05:58:05 +00:00 |
Mandarinka Tasty
|
0bb959d8fd
|
The implementation of new flags = parameters for llGetObjectDetails - Part II Constant: integer OBJECT_TOTAL_INVENTORY_COUNT = 31 Constant: integer OBJECT_GROUP_TAG = 33
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-11-28 05:35:13 +00:00 |
Mandarinka Tasty
|
af3f2717fd
|
The implementation of new flags = paramters for llGetObjectDetails - Part I Constant: integer OBJECT_CLICK_ACTION = 28; Constant: integer OBJECT_OMEGA = 29; Constant: integer OBJECT_PRIM_COUNT = 30;
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-11-28 05:20:32 +00:00 |
UbitUmarov
|
019910afbd
|
don't go seach for info we already have at hand.. and there is no region height on osGetRegionSize
|
2016-11-26 03:57:33 +00:00 |
UbitUmarov
|
6f1080368d
|
reduce the resolution of llGetTime and llGetAndResetTime, to 1ms
|
2016-11-25 21:37:33 +00:00 |
UbitUmarov
|
935510d879
|
add llGetMaxScaleFactor and llGetMinScaleFactor
|
2016-11-25 18:35:23 +00:00 |
UbitUmarov
|
b82a41d260
|
change llScaleByFactor (sorry Mandarinka).
|
2016-11-25 17:34:19 +00:00 |
Mandarinka Tasty
|
e45245d267
|
Implementation of LSL_Integer llScaleByFactor(double scaling_factor)
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-11-25 16:22:10 +00:00 |
UbitUmarov
|
f9b62b5680
|
work around viewers not suporting large regions on landmark creation. They still may display wrong offset; don't let inventory description be limited by asset description side on a ossl method
|
2016-11-24 20:53:04 +00:00 |
UbitUmarov
|
94ec5884b7
|
fix llRez(AtRoot/Object) error messages on shared code path
|
2016-11-23 22:15:59 +00:00 |
UbitUmarov
|
4e64445c39
|
replace datetime.now on just timming by faster utcnow
|
2016-11-22 05:18:06 +00:00 |
UbitUmarov
|
05ba77fd3b
|
fix parsing of a vector4 and storing on a lsl quaternion needed for lightShare scripts
|
2016-11-16 03:47:48 +00:00 |
UbitUmarov
|
4ebb4e371f
|
prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engine
|
2016-11-13 19:25:32 +00:00 |
UbitUmarov
|
d1baa3e0c3
|
fix some invalid string.format arguments
|
2016-11-09 22:39:52 +00:00 |
UbitUmarov
|
6c44dceced
|
change display and log of normal script errors
|
2016-11-08 13:39:49 +00:00 |
UbitUmarov
|
d5a428c669
|
add a few more lsl constants for attachments
|
2016-11-07 11:35:32 +00:00 |
UbitUmarov
|
6956ada5e8
|
oops bug fix
|
2016-11-06 04:29:01 +00:00 |
UbitUmarov
|
014cd1ab42
|
restrict ubOde castray with terrain range only on horizontal plane, let it find physical avatars.
|
2016-11-06 03:53:12 +00:00 |
UbitUmarov
|
d07f48605f
|
change llGetTime() source clock
|
2016-11-06 02:43:33 +00:00 |
UbitUmarov
|
8cc8d15f95
|
some types may already be native in MOD_Api ConvertFromLSL
|
2016-11-05 20:14:11 +00:00 |
UbitUmarov
|
4b0457b2d3
|
Regression, really ???
|
2016-11-05 18:44:45 +00:00 |
UbitUmarov
|
1c7b688db4
|
add suport for PRIM_SIT_TARGET on Set(link)PrimitveParameters. This may not be SL compatible. hack: to let active work with zero offset and rotation add a little Z value to offset
|
2016-11-05 18:28:30 +00:00 |
UbitUmarov
|
060350832a
|
add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typos
|
2016-11-05 16:50:41 +00:00 |
UbitUmarov
|
be0a957363
|
add a few lsl constants and move some around
|
2016-11-05 15:42:37 +00:00 |
UbitUmarov
|
9b78eb20c0
|
by design HUD objects are private
|
2016-11-04 11:58:52 +00:00 |
Mandarinka Tasty
|
b0f87fba1c
|
Implementation of new LSL function: list llGetAttachedList(key avatar); It also returns HUDs' keys.
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2016-11-04 10:55:11 +00:00 |
UbitUmarov
|
7c4f2b048f
|
ignore prims with shape type none on max size check for physics
also on llStatus()
|
2016-10-25 20:44:41 +01:00 |
UbitUmarov
|
7201352074
|
bug fix: add a missing return; add some error messages
|
2016-09-22 22:08:21 +01:00 |
UbitUmarov
|
94e983c95f
|
mantis 8027: let osMessageAttachments also send to attachments child prims.. also changed its code structure and could not test
|
2016-09-22 17:05:05 +01:00 |
UbitUmarov
|
c37877ed34
|
tests making sure evering thing is coerently wrong..
|
2016-09-03 07:29:42 +01:00 |
UbitUmarov
|
16cec3041f
|
<0,0,0,0> is not a rotation
|
2016-09-03 07:09:05 +01:00 |
UbitUmarov
|
2a0df34087
|
Xengine: and fix line count again
|
2016-08-31 14:36:07 +01:00 |
UbitUmarov
|
2cbacbfb82
|
Xengine: put back a newline on scripts preamble, and the ugly filename prefix, for now
|
2016-08-31 12:47:56 +01:00 |
UbitUmarov
|
a2a84dea49
|
Xengine: coment out tests too dependent on precise characters and lines generated on code convertion, viewer error position is what matters
|
2016-08-31 11:17:30 +01:00 |
UbitUmarov
|
0f993a1278
|
Xengine: also missed a few newlines account
|
2016-08-31 10:39:01 +01:00 |