aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | ubOde change terrain min height to -100m. Maybe this way a viewer dev mays ↵UbitUmarov2018-06-271-4/+4
| | | | | | | | fix rendering below 0m, like making them think z = 1m for that purpose, for example
* | reassign estate setting TaxFree to the role of AllowAccessOverride, as ↵UbitUmarov2018-06-192-33/+19
| | | | | | | | viewers did. Keeping name to reuse dbs entries, etc. let viewers change it, but still NOP
* | mantis 8329: don't fail if response stream is Chunked encoded and http ↵UbitUmarov2018-06-181-7/+32
| | | | | | | | debuglevel >=5
* | mantis 8327: refix minor typosUbitUmarov2018-06-161-2/+2
| |
* | mantis 8327: fix minor typosUbitUmarov2018-06-161-2/+2
| |
* | minor cleanupUbitUmarov2018-06-161-36/+12
| |
* | improve llOverMyLand() handling of potencial null refs. ty mriekerUbitUmarov2018-06-091-12/+14
| |
* | Yengine apply a fix to CheckRunLockInvariants by mriekerUbitUmarov2018-06-092-5/+5
| |
* | change MaxRegionsViewDistance description a bitUbitUmarov2018-05-281-5/+8
| |
* | ok ok it only has one 't'UbitUmarov2018-05-281-6/+6
| |
* | english typo, thx you know whoUbitUmarov2018-05-281-6/+6
| |
* | make Yengine post attach event as Xengine does. This should fix that event. ↵UbitUmarov2018-05-281-3/+3
| | | | | | | | Thx mrieker for pointing out this issue
* | fix some cases in prim number of sidesUbitUmarov2018-05-271-27/+62
| |
* | fix a bug on warp3d.dllUbitUmarov2018-05-262-64/+64
| |
* | update warp3d.dllUbitUmarov2018-05-261-0/+0
| |
* | missing updated filesUbitUmarov2018-05-263-207/+116
| |
* | use RegionInfo.ServerURI to report region url on datasnapshotUbitUmarov2018-05-261-6/+2
| |
* | stale LandSnapshot by time also, so dwell can be updatedUbitUmarov2018-05-261-1/+7
| |
* | add a check to data_exposure option of DataSnapshot moduleUbitUmarov2018-05-261-0/+8
| |
* | fix one english typoUbitUmarov2018-05-261-15/+8
| |
* | map...UbitUmarov2018-05-182-12/+10
| |
* | Warp3D tried to do something in RegionLoaded even when the module was disabledKevin Cozens2018-05-161-0/+3
| |
* | Whitespace changesKevin Cozens2018-05-161-8/+8
| |
* | breaking map a bit more...UbitUmarov2018-05-154-222/+325
| |
* | bug fix: avoid null ref on trigger soundi if source is a avatarUbitUmarov2018-05-151-10/+14
| |
* | avoid potencial out of range issuesUbitUmarov2018-05-131-43/+38
| |
* | OOps my bad, always do deep copy, let viewers do v1 v2 fixesUbitUmarov2018-05-121-53/+54
| |
* | let wearables check command suport variable number of wearablesUbitUmarov2018-05-121-5/+13
| |
* | create user with model: do not copy missing items; convert v1.0 to v2.0 ↵UbitUmarov2018-05-121-17/+31
| | | | | | | | wearables, fail if model has missing wearables
* | breaking map (warp3d) suport default map parameters. Planar not suported ( ↵UbitUmarov2018-05-081-15/+66
| | | | | | | | will render as deafaul
* | breaking map (warp3d)...UbitUmarov2018-05-082-6/+10
| |
* | breaking map (warp3d); remove warp3d viewport code not realy used and ↵UbitUmarov2018-05-074-262/+193
| | | | | | | | confusing my last neuron
* | breaking map (warp3d)UbitUmarov2018-05-071-6/+2
| |
* | breaking map (warp3d)UbitUmarov2018-05-072-1/+1
| |
* | breaking map (warp3d)UbitUmarov2018-05-064-39/+38
| |
* | remove some debug linesUbitUmarov2018-05-061-4/+2
| |
* | change the AverageTextureColorOnMapTile default to falseUbitUmarov2018-05-061-1/+1
| |
* | break nap a bit more, add options ExportMapAddScale, ExportMapAddRegionName ↵UbitUmarov2018-05-065-235/+318
| | | | | | | | and (warp3d) AverageTextureColorOnMapTile
* | fix warp3d textures UVUbitUmarov2018-05-051-5/+5
| |
* | a few more changes to warp3d and export-mapUbitUmarov2018-05-052-30/+32
| |
* | change warp3d terrain rendering, so it does cover all areaUbitUmarov2018-05-051-29/+36
| |
* | Merge branch 'master' into httptestsUbitUmarov2018-05-041-2/+2
|\ \
| * | fix ubOde terrain copy at north and east borders0.9.0.1UbitUmarov2018-05-041-2/+2
| | |
* | | mantis 8084: add the missing PRIM_ALPHA_MODE constantsUbitUmarov2018-05-041-0/+6
| | |
* | | why where map and dynamic textures compressed lossless?UbitUmarov2018-05-045-9/+9
| | |
* | | 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
| | |