Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-29 | **CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), ↵ | Bill Blight | 1 | -0/+1 | |
threat level moderate Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-08-30 | minor changes to last patch | UbitUmarov | 1 | -1/+1 | |
2018-04-10 | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 1 | -0/+1 | |
2018-04-09 | update osslEnable.ini with the new functions | UbitUmarov | 1 | -0/+11 | |
2018-04-04 | Added references to new math related OSSL functions | Kevin Cozens | 1 | -0/+4 | |
2018-03-19 | Removed trailing whitespace | Kevin Cozens | 8 | -56/+56 | |
2018-02-02 | let ossl have its own config section | UbitUmarov | 1 | -86/+86 | |
2018-01-04 | remove some tabs added to config files | UbitUmarov | 3 | -4/+4 | |
2018-01-04 | update configuration files and examples for mutes | UbitUmarov | 3 | -2/+7 | |
2017-12-11 | increase sample rate of WaitGetScenePresence() | UbitUmarov | 2 | -0/+8 | |
2017-10-26 | Added missing Allow line for osGetSimulatorMemoryKB. | Kevin Cozens | 1 | -0/+1 | |
2017-10-26 | Sorted the groups of Allow statements by alphabetical order. | Kevin Cozens | 1 | -10/+10 | |
2017-09-04 | Fixed typos in comments in osslEnable.ini | Kevin Cozens | 1 | -2/+2 | |
2017-08-05 | Remove profile from basic configuration | Kevin Cozens | 1 | -3/+0 | |
2017-07-01 | a few changes to ubOde avatar collisions | UbitUmarov | 1 | -1/+0 | |
2017-06-30 | do calls to m_host.AddScriptLPS() on the right place on osslm this stat is ↵ | UbitUmarov | 1 | -2/+2 | |
of course still wrong LPS does not mean api function calls | |||||
2017-06-30 | put osGetAgentIP() in threat control with level Severe so it can be disabled ↵ | UbitUmarov | 1 | -55/+61 | |
even for inworld administrators as needed on some grids. rearrage the osslEnable.ini file segregating the funtions only listed for information | |||||
2017-06-28 | put back getAgentIP bug restricted, script owner must be a Administrator (god) | UbitUmarov | 1 | -1/+1 | |
2017-06-26 | add osGetNPCList() | UbitUmarov | 1 | -0/+1 | |
2017-06-26 | take a few more out of level check | UbitUmarov | 1 | -31/+30 | |
2017-06-26 | update osslEnable.ini. functions that have no level check are still listed ↵ | UbitUmarov | 1 | -2/+15 | |
but commented, just to be more visible | |||||
2017-06-25 | add respective ossl helper funtion osDrawScaleTransform(string drawList, ↵ | UbitUmarov | 1 | -2/+3 | |
LSL_Float x, LSL_Float y) | |||||
2017-06-24 | add string osDrawTranslationTransform(string drawList, LSL_Float x, ↵ | UbitUmarov | 1 | -16/+21 | |
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 | revert the thread level change; remove unused dynamic texture timer from ↵ | UbitUmarov | 1 | -1/+1 | |
internal code; let blend alpha work if < 255; let blend work with the selected face; etc | |||||
2017-06-24 | change thread level of osSetDynamicTextureDataBlendFace to VeryHigh | UbitUmarov | 1 | -1/+1 | |
2017-06-24 | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 1 | -0/+1 | |
2017-05-31 | merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵ | UbitUmarov | 6 | -6/+6 | |
in single NeighbourServicesOutConnector | |||||
2017-04-05 | fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 1 | -1/+1 | |
2017-04-05 | give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.ini | UbitUmarov | 1 | -0/+1 | |
2017-01-07 | add the new GOD ossl option to osslEnable.ini | UbitUmarov | 1 | -1/+2 | |
2017-01-07 | rename OSSL enable option GOD as ACTIVE_GOD so its use is more clear | UbitUmarov | 1 | -1/+1 | |
2017-01-07 | change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵ | UbitUmarov | 1 | -1/+1 | |
original idea | |||||
2016-12-30 | fix typos | UbitUmarov | 1 | -3/+3 | |
2016-12-29 | Add a MaxRetries option to the inventory connector. | Melanie Thielker | 1 | -0/+1 | |
If clustered services are used, another try would go to another server and may succeed. | |||||
2016-12-29 | Add negative caching to flotsam cache. Prevents scripts from hammering the ↵ | Melanie Thielker | 1 | -0/+37 | |
asset server | |||||
2016-12-29 | gc is also a unwanted cache, so use it. With this, memcache with short ↵ | UbitUmarov | 1 | -2/+2 | |
expires is no longer needed | |||||
2016-12-25 | fix typos (thanks you know who) | UbitUmarov | 1 | -3/+2 | |
2016-12-25 | fix typos (thanks you know who) | UbitUmarov | 1 | -3/+2 | |
2016-12-25 | FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵ | UbitUmarov | 1 | -4/+9 | |
example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed | |||||
2016-12-23 | Add en explanation to osslEnable.ini for GRID_GOD | Melanie Thielker | 1 | -1/+2 | |
2016-12-23 | replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵ | UbitUmarov | 1 | -0/+1 | |
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-14 | correct the new npc entries in osslEnable.ini | UbitUmarov | 1 | -2/+2 | |
2016-12-14 | update osslEnable.ini | UbitUmarov | 1 | -0/+1 | |
2016-12-14 | also reduce check threat level of osNpcSetProfileAbout to Low; update ↵ | UbitUmarov | 1 | -0/+2 | |
osslEnable.ini | |||||
2016-11-30 | fix the FileCleanupTimer coment | UbitUmarov | 1 | -1/+1 | |
2016-11-30 | disable floatSam FileCleanupTimer option on ini.example since it is ↵ | UbitUmarov | 1 | -1/+1 | |
currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable | |||||
2016-08-16 | sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵ | UbitUmarov | 1 | -1/+1 | |
osslEnable.ini mantis: 7997 | |||||
2016-08-06 | fix osGetHealRate thread level | UbitUmarov | 1 | -1/+1 | |
2016-07-30 | remove obsolete config setting | UbitUmarov | 2 | -30/+0 | |
2016-07-25 | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵ | UbitUmarov | 1 | -0/+2 | |
healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested) |