UbitUmarov
|
18947d93fc
actually disable osSetContentType on osslEnable.ini, so is only enabled by machine owner intentionally
|
il y a 6 ans |
UbitUmarov
|
d6c9ddfdee
cleanup last patch
|
il y a 6 ans |
Bill Blight
|
0881840946
Add osNpcSayTo(key npc, key target, integer channel, string message)
|
il y a 6 ans |
UbitUmarov
|
2c2b887c8a
change osSetContentType threat level
|
il y a 6 ans |
UbitUmarov
|
47bc1fb257
OSSL remove functions with illegal lsl types, also redundante
|
il y a 6 ans |
UbitUmarov
|
cb1ebd1604
add osApproxEquals for float, vector and rotation, note that default margin is 1e-6 to match strings rounding
|
il y a 6 ans |
UbitUmarov
|
8474af04e1
removed repeated lines
|
il y a 6 ans |
UbitUmarov
|
2fb82f84d2
update osslEnable
|
il y a 6 ans |
UbitUmarov
|
5b2fab99a6
update osslEnable
|
il y a 6 ans |
Bill Blight
|
6d9de17d77
**CONFIRMED**AGAIN** , Add new function, osSetOwnerSpeed(float speed), threat level moderate
|
il y a 6 ans |
UbitUmarov
|
9647a1e6c5
minor changes to last patch
|
il y a 6 ans |
UbitUmarov
|
5d0a1656bf
mantis 8305: add osTriggerSoundLimited(..)
|
il y a 6 ans |
UbitUmarov
|
81431e90de
update osslEnable.ini with the new functions
|
il y a 6 ans |
Kevin Cozens
|
6accf854a7
Added references to new math related OSSL functions
|
il y a 6 ans |
UbitUmarov
|
e733bfb3b5
fix merge issue
|
il y a 6 ans |
Kevin Cozens
|
6b24ff0bc9
Removed trailing whitespace
|
il y a 6 ans |
UbitUmarov
|
c889eb64e5
let ossl have its own config section
|
il y a 6 ans |
Kevin Cozens
|
70d693eff2
Added missing Allow line for osGetSimulatorMemoryKB.
|
il y a 7 ans |
Kevin Cozens
|
5cc41eee34
Sorted the groups of Allow statements by alphabetical order.
|
il y a 7 ans |
Kevin Cozens
|
e08b051ca6
Fixed typos in comments in osslEnable.ini
|
il y a 7 ans |
UbitUmarov
|
edc7575f9e
a few changes to ubOde avatar collisions
|
il y a 7 ans |
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
|
il y a 7 ans |
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
|
il y a 7 ans |
UbitUmarov
|
e243dd0519
put back getAgentIP bug restricted, script owner must be a Administrator (god)
|
il y a 7 ans |
UbitUmarov
|
e53f439981
add osGetNPCList()
|
il y a 7 ans |
UbitUmarov
|
3fda7c6315
take a few more out of level check
|
il y a 7 ans |
UbitUmarov
|
9ea6580c37
update osslEnable.ini. functions that have no level check are still listed but commented, just to be more visible
|
il y a 7 ans |
UbitUmarov
|
84abdf866a
add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
|
il y a 7 ans |
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
|
il y a 7 ans |
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
|
il y a 7 ans |