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
|
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
|
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
|
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
|
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
|
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
|
ddc2f2ccd3
|
mantis: 8008 unscripted child prim collisions didn't trigger scripted root prim collision events; collision sounds had incorrect aggregateevents call and default sounds where muted. Future optimization needed and Testing
|
2016-08-28 08:45:09 +01:00 |
|
UbitUmarov
|
78fa544f0d
|
experimental function. Results still too volatile to be usefull
|
2016-08-27 19:25:47 +01:00 |
|
UbitUmarov
|
b2386b8d0d
|
llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..). allows defualt sounds with volume
|
2016-08-27 16:38:29 +01:00 |
|
UbitUmarov
|
f9f35e5049
|
potencial null ref
|
2016-08-24 02:10:34 +01:00 |
|
UbitUmarov
|
d1e3be1efe
|
minor locking issue
|
2016-08-22 07:51:36 +01:00 |
|
UbitUmarov
|
d9647dbf7c
|
fix llSetText utf8 string size cliping
|
2016-08-21 00:57:25 +01:00 |
|
UbitUmarov
|
3337ebe93c
|
make the case llCollisionSound("",1.0) more clear its retunring to default sounds, ie like a prim that never had this funtion called.
|
2016-08-21 00:02:31 +01:00 |
|
UbitUmarov
|
04dd2a9795
|
fix llCollisionSound("",0.0) not disabling sounds BUT let llCollisionSound("",value [<=1.0]) play default sounds with selected volume. I really don't care if last part is not like SL
|
2016-08-20 23:41:32 +01:00 |
|
UbitUmarov
|
f7419ad52d
|
ubOde revert making vehicle hover height disable hover. This at least breaks current scripts. wikis say it should, but makes no sense with vehicle type parameters defaults. Hover it again only disabled with timescale >300; handle llSameGroup on attachments
|
2016-08-06 05:21:15 +01:00 |
|
UbitUmarov
|
60b08b51b6
|
remove country from avatars DetectParams, since it is only used on a cm function that can get it directly
|
2016-08-05 17:08:34 +01:00 |
|