| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | OOps my bad, always do deep copy, let viewers do v1 v2 fixes | UbitUmarov | 2018-05-12 | 1 | -53/+54 |
* | | let wearables check command suport variable number of wearables | UbitUmarov | 2018-05-12 | 1 | -5/+13 |
* | | create user with model: do not copy missing items; convert v1.0 to v2.0 weara... | UbitUmarov | 2018-05-12 | 1 | -17/+31 |
* | | breaking map (warp3d) suport default map parameters. Planar not suported ( wi... | UbitUmarov | 2018-05-08 | 1 | -15/+66 |
* | | breaking map (warp3d)... | UbitUmarov | 2018-05-08 | 1 | -6/+10 |
* | | breaking map (warp3d); remove warp3d viewport code not realy used and confusi... | UbitUmarov | 2018-05-07 | 3 | -262/+193 |
* | | breaking map (warp3d) | UbitUmarov | 2018-05-07 | 1 | -6/+2 |
* | | breaking map (warp3d) | UbitUmarov | 2018-05-07 | 1 | -1/+1 |
* | | breaking map (warp3d) | UbitUmarov | 2018-05-06 | 4 | -39/+38 |
* | | remove some debug lines | UbitUmarov | 2018-05-06 | 1 | -4/+2 |
* | | change the AverageTextureColorOnMapTile default to false | UbitUmarov | 2018-05-06 | 1 | -1/+1 |
* | | break nap a bit more, add options ExportMapAddScale, ExportMapAddRegionName a... | UbitUmarov | 2018-05-06 | 4 | -235/+318 |
* | | fix warp3d textures UV | UbitUmarov | 2018-05-05 | 1 | -5/+5 |
* | | a few more changes to warp3d and export-map | UbitUmarov | 2018-05-05 | 2 | -30/+32 |
* | | change warp3d terrain rendering, so it does cover all area | UbitUmarov | 2018-05-05 | 1 | -29/+36 |
* | | Merge branch 'master' into httptests | UbitUmarov | 2018-05-04 | 1 | -2/+2 |
|\ \ |
|
| * | | fix ubOde terrain copy at north and east borders0.9.0.1 | UbitUmarov | 2018-05-04 | 1 | -2/+2 |
* | | | mantis 8084: add the missing PRIM_ALPHA_MODE constants | UbitUmarov | 2018-05-04 | 1 | -0/+6 |
* | | | why where map and dynamic textures compressed lossless? | UbitUmarov | 2018-05-04 | 5 | -9/+9 |
* | | | change region console comand export-map: make it work with var regions, cente... | UbitUmarov | 2018-05-01 | 1 | -31/+63 |
* | | | Merge branch 'master' into httptests | UbitUmarov | 2018-04-28 | 1 | -2/+9 |
|\ \ \
| |/ / |
|
| * | | mantis 8321: avoid null reference potencial caused by outdated LMs for example | UbitUmarov | 2018-04-28 | 1 | -2/+9 |
* | | | Added important comment missed from my previous commit (hash 8af2d99b). | Kevin Cozens | 2018-04-27 | 1 | -2/+2 |
* | | | Whitespace change. | Kevin Cozens | 2018-04-27 | 1 | -1/+1 |
* | | | remove a extra source line i left behind | UbitUmarov | 2018-04-27 | 1 | -1/+0 |
* | | | recover previus behavior of FontProp | UbitUmarov | 2018-04-27 | 1 | -6/+8 |
* | | | Do dispose and new Font only once when handling FontProp drawing command. | Kevin Cozens | 2018-04-27 | 1 | -33/+12 |
* | | | save a few ns | UbitUmarov | 2018-04-19 | 1 | -4/+6 |
* | | | reduce debug logs | UbitUmarov | 2018-04-19 | 1 | -5/+5 |
* | | | use seconds version of gettimestamp | UbitUmarov | 2018-04-19 | 2 | -42/+14 |
* | | | a few minor changes | UbitUmarov | 2018-04-19 | 1 | -16/+40 |
* | | | save a few ns on lsl vector rotations | UbitUmarov | 2018-04-14 | 1 | -5/+7 |
* | | | robust create user: allow new userid to be to generate a new random one; ha... | UbitUmarov | 2018-04-14 | 1 | -3/+14 |
* | | | sound radius: missing file | UbitUmarov | 2018-04-10 | 1 | -1/+1 |
* | | | sound radius is a prim prop only set by llSetSoundRadius, fix it in case vie... | UbitUmarov | 2018-04-10 | 8 | -60/+53 |
* | | | YEngine: apply a few fixes by Mike Rieker | UbitUmarov | 2018-04-10 | 1 | -4/+9 |
* | | | mantis 8275: fix llStopSound for llPlaySound. Code was doing as SL wiki but n... | UbitUmarov | 2018-04-10 | 2 | -2/+5 |
* | | | mantis 8305: add osTriggerSoundLimited(..) | UbitUmarov | 2018-04-10 | 3 | -0/+29 |
* | | | some cleanup on ll sound functions | UbitUmarov | 2018-04-09 | 1 | -38/+62 |
* | | | mantis 8305: add several ossl sound funtions that accept a link number for t... | UbitUmarov | 2018-04-09 | 3 | -0/+253 |
* | | | .. and yes i forgot a file.. again :( | UbitUmarov | 2018-04-06 | 1 | -1/+0 |
* | | | remove GCnotify(). It is wrong in many ways and has no use. GC now does provi... | UbitUmarov | 2018-04-06 | 1 | -62/+0 |
* | | | fix the comment about return value of osAngleBetween() its 0 to PI | UbitUmarov | 2018-04-04 | 1 | -2/+2 |
* | | | add auxiliar functions float osVecMagSquare(a), float osVecDistSquare(vector ... | UbitUmarov | 2018-04-03 | 4 | -0/+60 |
* | | | try fix git | UbitUmarov | 2018-04-01 | 1 | -0/+40 |
* | | | coment out a debug line | UbitUmarov | 2018-04-01 | 1 | -1/+1 |
* | | | several changes to materials, add llSet*PrimtiveParams*() support for them. ... | UbitUmarov | 2018-04-01 | 3 | -335/+951 |
* | | | Merge branch 'master' into httptests | UbitUmarov | 2018-03-28 | 1 | -4/+11 |
|\ \ \
| |/ / |
|
| * | | mantis8309 add extra try{}catch | UbitUmarov | 2018-03-28 | 1 | -4/+11 |
* | | | Merge branch 'master' into httptests | UbitUmarov | 2018-03-27 | 1 | -1/+4 |
|\ \ \
| |/ / |
|