UbitUmarov
|
9da1ca2b44
|
ll rez objects: silent ginore null object id; remove redundante llSetColor code
|
2019-03-02 15:38:36 +00:00 |
UbitUmarov
|
18947d93fc
|
actually disable osSetContentType on osslEnable.ini, so is only enabled by machine owner intentionally
|
2018-12-13 13:38:32 +00:00 |
UbitUmarov
|
d6c9ddfdee
|
cleanup last patch
|
2018-12-11 18:23:26 +00:00 |
Bill Blight
|
0881840946
|
Add osNpcSayTo(key npc, key target, integer channel, string message)
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-12-11 17:32:50 +00:00 |
UbitUmarov
|
2c2b887c8a
|
change osSetContentType threat level
|
2018-12-11 14:55:32 +00:00 |
UbitUmarov
|
47bc1fb257
|
OSSL remove functions with illegal lsl types, also redundante
|
2018-11-28 08:20:38 +00:00 |
UbitUmarov
|
c98f4d0158
|
remove unmaintaned and obsolete GlynnTucker.Cache
|
2018-11-27 13:40:09 +00:00 |
UbitUmarov
|
cb1ebd1604
|
add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding
|
2018-11-20 18:12:18 +00:00 |
UbitUmarov
|
8474af04e1
|
removed repeated lines
|
2018-11-19 00:56:10 +00:00 |
UbitUmarov
|
2fb82f84d2
|
update osslEnable
|
2018-11-18 23:35:16 +00:00 |
UbitUmarov
|
5b2fab99a6
|
update osslEnable
|
2018-11-18 19:45:22 +00:00 |
Bill Blight
|
6d9de17d77
|
**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
|
2018-09-29 21:16:33 +01:00 |
UbitUmarov
|
9647a1e6c5
|
minor changes to last patch
|
2018-08-30 14:51:07 +01:00 |
UbitUmarov
|
5d0a1656bf
|
mantis 8305: add osTriggerSoundLimited(..)
|
2018-04-10 03:58:54 +01:00 |
UbitUmarov
|
81431e90de
|
update osslEnable.ini with the new functions
|
2018-04-09 00:23:23 +01:00 |
Kevin Cozens
|
6accf854a7
|
Added references to new math related OSSL functions
|
2018-04-04 16:44:46 -04:00 |
UbitUmarov
|
e733bfb3b5
|
fix merge issue
|
2018-03-20 10:09:22 +00:00 |
Kevin Cozens
|
6b24ff0bc9
|
Removed trailing whitespace
|
2018-03-19 12:30:03 -04:00 |
UbitUmarov
|
c889eb64e5
|
let ossl have its own config section
|
2018-02-02 03:50:43 +00:00 |
UbitUmarov
|
7f49364d65
|
remove some tabs added to config files
|
2018-01-04 22:52:29 +00:00 |
UbitUmarov
|
2811e5cef3
|
update configuration files and examples for mutes
|
2018-01-04 21:21:38 +00:00 |
UbitUmarov
|
a95e286168
|
increase sample rate of WaitGetScenePresence()
|
2017-12-11 23:36:42 +00:00 |
Kevin Cozens
|
70d693eff2
|
Added missing Allow line for osGetSimulatorMemoryKB.
|
2017-10-26 13:42:54 -04:00 |
Kevin Cozens
|
5cc41eee34
|
Sorted the groups of Allow statements by alphabetical order.
|
2017-10-26 13:40:59 -04:00 |
Kevin Cozens
|
e08b051ca6
|
Fixed typos in comments in osslEnable.ini
|
2017-09-04 13:30:16 -04:00 |
Kevin Cozens
|
e9b7971929
|
Remove profile from basic configuration
|
2017-08-05 15:44:05 -04:00 |
UbitUmarov
|
edc7575f9e
|
a few changes to ubOde avatar collisions
|
2017-07-01 01:43:58 +01:00 |
UbitUmarov
|
965d004fbe
|
do calls to m_host.AddScriptLPS() on the right place on osslm this stat is of course still wrong LPS does not mean api function calls
|
2017-06-30 22:39:19 +01:00 |
UbitUmarov
|
6b0a3e981c
|
put osGetAgentIP() in threat control with level Severe so it can be disabled even for inworld administrators as needed on some grids. rearrage the osslEnable.ini file segregating the funtions only listed for information
|
2017-06-30 22:04:56 +01:00 |
UbitUmarov
|
e243dd0519
|
put back getAgentIP bug restricted, script owner must be a Administrator (god)
|
2017-06-28 02:19:27 +01:00 |
UbitUmarov
|
e53f439981
|
add osGetNPCList()
|
2017-06-26 20:42:49 +01:00 |
UbitUmarov
|
3fda7c6315
|
take a few more out of level check
|
2017-06-26 20:23:24 +01:00 |
UbitUmarov
|
9ea6580c37
|
update osslEnable.ini. functions that have no level check are still listed but commented, just to be more visible
|
2017-06-26 20:05:11 +01:00 |
UbitUmarov
|
84abdf866a
|
add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
|
2017-06-25 02:26:36 +01:00 |
UbitUmarov
|
cb8975e567
|
add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
|
2017-06-24 23:04:37 +01:00 |
UbitUmarov
|
1a8a77c41e
|
revert the thread level change; remove unused dynamic texture timer from internal code; let blend alpha work if < 255; let blend work with the selected face; etc
|
2017-06-24 09:24:56 +01:00 |
UbitUmarov
|
ed8fc359f3
|
change thread level of osSetDynamicTextureDataBlendFace to VeryHigh
|
2017-06-24 06:11:10 +01:00 |
UbitUmarov
|
c3dbf91152
|
osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one
|
2017-06-24 03:21:23 +01:00 |
UbitUmarov
|
e5991124dd
|
merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector in single NeighbourServicesOutConnector
|
2017-05-31 01:29:38 +01:00 |
UbitUmarov
|
c58f2167bb
|
fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini
|
2017-04-05 13:55:51 +01:00 |
UbitUmarov
|
2805cb9dec
|
give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini
|
2017-04-05 01:15:44 +01:00 |
UbitUmarov
|
8662606f7b
|
add the new GOD ossl option to osslEnable.ini
|
2017-01-07 23:38:55 +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 |
UbitUmarov
|
2836f16ae1
|
fix typos
|
2016-12-30 02:14:16 +00:00 |
Melanie Thielker
|
e0b5135010
|
Add a MaxRetries option to the inventory connector.
If clustered services are used, another try would go to another server
and may succeed.
|
2016-12-29 16:29:44 +00:00 |
Melanie Thielker
|
07b48fd58c
|
Add negative caching to flotsam cache. Prevents scripts from hammering the asset server
|
2016-12-29 15:47:46 +00:00 |
UbitUmarov
|
1ffcc59818
|
gc is also a unwanted cache, so use it. With this, memcache with short expires is no longer needed
|
2016-12-29 03:10:10 +00:00 |
UbitUmarov
|
bf1f4d1384
|
fix typos (thanks you know who)
|
2016-12-25 16:51:54 +00:00 |
UbitUmarov
|
293b65ac82
|
FloatSamCache: dont use slideexpire on current libovm expirecache. Change example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
|
2016-12-25 05:46:16 +00:00 |