aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | change region console comand export-map: make it work with var regions, ↵UbitUmarov2018-05-011-31/+63
| | | | | | | | | | | | center target region and make the display area be the region size plus MaxMaxRegionViewDistance in all 4 directions. Add the region name and total area size text info. Some of this can be made options/comand arguments in future improvements
* | | Merge branch 'master' into httptestsUbitUmarov2018-04-281-2/+9
|\ \ \ | |/ /
| * | mantis 8321: avoid null reference potencial caused by outdated LMs for exampleUbitUmarov2018-04-281-2/+9
| | |
* | | Added important comment missed from my previous commit (hash 8af2d99b).Kevin Cozens2018-04-271-2/+2
| | |
* | | Whitespace change.Kevin Cozens2018-04-271-1/+1
| | |
* | | remove a extra source line i left behindUbitUmarov2018-04-271-1/+0
| | |
* | | recover previus behavior of FontPropUbitUmarov2018-04-271-6/+8
| | |
* | | Do dispose and new Font only once when handling FontProp drawing command.Kevin Cozens2018-04-271-33/+12
| | |
* | | save a few nsUbitUmarov2018-04-191-4/+6
| | |
* | | reduce debug logsUbitUmarov2018-04-191-5/+5
| | |
* | | use seconds version of gettimestampUbitUmarov2018-04-192-42/+14
| | |
* | | a few minor changesUbitUmarov2018-04-191-16/+40
| | |
* | | save a few ns on lsl vector rotationsUbitUmarov2018-04-141-5/+7
| | |
* | | robust create user: allow new userid to be to generate a new random one; ↵UbitUmarov2018-04-141-3/+14
| | | | | | | | | | | | handle possible case of a weareble being a inventory link
* | | sound radius: missing fileUbitUmarov2018-04-101-1/+1
| | |
* | | sound radius is a prim prop only set by llSetSoundRadius, fix it in case ↵UbitUmarov2018-04-108-60/+53
| | | | | | | | | | | | viewers do fix its use (ignored for now)
* | | YEngine: apply a few fixes by Mike RiekerUbitUmarov2018-04-101-4/+9
| | |
* | | mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but ↵UbitUmarov2018-04-102-2/+5
| | | | | | | | | | | | not as not real regions with FireStorm. Singularity will only stop loop sounds. None stops Trigger
* | | mantis 8305: add osTriggerSoundLimited(..)UbitUmarov2018-04-103-0/+29
| | |
* | | some cleanup on ll sound functionsUbitUmarov2018-04-091-38/+62
| | |
* | | mantis 8305: add several ossl sound funtions that accept a link number for ↵UbitUmarov2018-04-093-0/+253
| | | | | | | | | | | | the prim associated to that sound. The link number must point to a single prim
* | | .. and yes i forgot a file.. again :(UbitUmarov2018-04-061-1/+0
| | |
* | | remove GCnotify(). It is wrong in many ways and has no use. GC now does ↵UbitUmarov2018-04-061-62/+0
| | | | | | | | | | | | 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.
* | | fix the comment about return value of osAngleBetween() its 0 to PIUbitUmarov2018-04-041-2/+2
| | |
* | | add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ↵UbitUmarov2018-04-034-0/+60
| | | | | | | | | | | | a), float osAngleBetween(vector a, vector b) and float osRound(ffloat value, integer ndigits)
* | | try fix gitUbitUmarov2018-04-011-0/+40
| | |
* | | coment out a debug lineUbitUmarov2018-04-011-1/+1
| | |
* | | several changes to materials, add llSet*PrimtiveParams*() support for them. ↵UbitUmarov2018-04-013-335/+951
| | | | | | | | | | | | They may be very broken now :(
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-281-4/+11
|\ \ \ | |/ /
| * | mantis8309 add extra try{}catchUbitUmarov2018-03-281-4/+11
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-271-1/+4
|\ \ \ | |/ /
| * | fix previus commit with the right source file :(UbitUmarov2018-03-271-1/+4
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-271-1/+0
|\ \ \ | |/ /
| * | mantis8307: avoid a null refUbitUmarov2018-03-271-1/+0
| | |
* | | fix merge issueUbitUmarov2018-03-201-1/+1
|\ \ \ | |/ /
| * | Fixed a typoKevin Cozens2018-03-191-1/+1
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-102-21/+23
|\ \ \ | |/ /
| * | comment out some debug messages visible on SOP CompleteMovementUbitUmarov2018-03-102-21/+23
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-101-68/+31
|\ \ \ | |/ /
| * | mantis 7885: robust asset services have no cache and only accept a asset ID ↵UbitUmarov2018-03-101-68/+31
| | | | | | | | | | | | 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.
* | | Yengine: only retry compile if there was a object file in cache with wrong ↵UbitUmarov2018-03-094-18/+6
| | | | | | | | | | | | version or signature
* | | remove a unnecessay file checkUbitUmarov2018-03-091-2/+1
| | |
* | | Yengine temp file delete was still bad in case of script errorsUbitUmarov2018-03-093-51/+53
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-051-36/+46
|\ \ \ | |/ /
| * | change SampleMoneyModule intialization, make it look for economymodule ↵UbitUmarov2018-03-051-36/+46
| | | | | | | | | | | | setting both in startup and economy sections; change some default settings to no cost values, since that is our default
* | | fix some LSL functions to return type Key as they should and not stringUbitUmarov2018-03-053-39/+39
| | |
* | | Merge branch 'master' into httptestsUbitUmarov2018-03-052-54/+74
|\ \ \ | |/ /
| * | make more clear some magic numbers on SOP getnumberofsides(), reduce ↵UbitUmarov2018-03-052-45/+73
| | | | | | | | | | | | unnecessary calls to it on LSL api
| * | Remove the work around for sphere number of faces since as of commit 846f35 ↵mewtwo06412018-03-041-9/+1
| | | | | | | | | | | | it initially has the correct number of faces and the workaround returns 2 more than the correct number of faces.
* | | Yengine: change filename extentions on scripts state (better delete contents ↵UbitUmarov2018-02-256-376/+374
| | | | | | | | | | | | of bin/scriptengines/yengine .. btw bin/scriptdata is not used anymore )