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 |
|
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 |
|