UbitUmarov
|
ca7bd13dee
sound radius is a prim prop only set by llSetSoundRadius, fix it in case viewers do fix its use (ignored for now)
|
6 years ago |
UbitUmarov
|
dc35ce26d0
YEngine: apply a few fixes by Mike Rieker
|
6 years ago |
UbitUmarov
|
63418349e5
mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but not as not real regions with FireStorm. Singularity will only stop loop sounds. None stops Trigger
|
6 years ago |
UbitUmarov
|
5d0a1656bf
mantis 8305: add osTriggerSoundLimited(..)
|
6 years ago |
UbitUmarov
|
8a30d1303d
some cleanup on ll sound functions
|
6 years ago |
UbitUmarov
|
81431e90de
update osslEnable.ini with the new functions
|
6 years ago |
UbitUmarov
|
63da4d3f99
mantis 8305: add several ossl sound funtions that accept a link number for the prim associated to that sound. The link number must point to a single prim
|
6 years ago |
UbitUmarov
|
996de5eaf1
.. and yes i forgot a file.. again :(
|
6 years ago |
UbitUmarov
|
75c5821dfa
remove GCnotify(). It is wrong in many ways and has no use. GC now does provide more correct ways of getting warning of when its about to happen, but writing to a log file on that is NOT something to do.
|
6 years ago |
Kevin Cozens
|
6accf854a7
Added references to new math related OSSL functions
|
6 years ago |
UbitUmarov
|
80c7ffeb29
fix the comment about return value of osAngleBetween() its 0 to PI
|
6 years ago |
UbitUmarov
|
e031d79d48
add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits)
|
6 years ago |
UbitUmarov
|
86d8f2af5b
try fix git
|
6 years ago |
UbitUmarov
|
a8308e2a13
coment out a debug line
|
6 years ago |
UbitUmarov
|
ee6034f751
several changes to materials, add llSet*PrimtiveParams*() support for them. They may be very broken now :(
|
6 years ago |
UbitUmarov
|
f5365cb06d
Merge branch 'master' into httptests
|
6 years ago |
UbitUmarov
|
4958425e37
mantis8309 add extra try{}catch
|
6 years ago |
UbitUmarov
|
b1569d09bf
Merge branch 'master' into httptests
|
6 years ago |
UbitUmarov
|
6b02c99194
fix previus commit with the right source file :(
|
6 years ago |
UbitUmarov
|
20d221a963
Merge branch 'master' into httptests
|
6 years ago |
UbitUmarov
|
cb134e5487
mantis8307: avoid a null ref
|
6 years ago |
UbitUmarov
|
e733bfb3b5
fix merge issue
|
6 years ago |
UbitUmarov
|
0a1d96b95e
mantis 8257: fix the default realm (ie table name) of AuthenticationService
|
6 years ago |
Kevin Cozens
|
122d3a3768
Removed trailing semi-colons from option settings
|
6 years ago |
Kevin Cozens
|
6b24ff0bc9
Removed trailing whitespace
|
6 years ago |
Kevin Cozens
|
a4ac91dc6b
Fixed a typo
|
6 years ago |
UbitUmarov
|
1363a95840
Merge branch 'master' into httptests
|
6 years ago |
UbitUmarov
|
f83f7e18b6
comment out some debug messages visible on SOP CompleteMovement
|
6 years ago |
UbitUmarov
|
0341b46279
Merge branch 'master' into httptests
|
6 years ago |
UbitUmarov
|
a0d0d65c70
mantis 7885: robust asset services have no cache and only accept a asset ID that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it.
|
6 years ago |