Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-14 | some cleanup | UbitUmarov | 1 | -30/+26 | |
2018-07-14 | drop compatibility with old robust that did not suport ↵ | UbitUmarov | 1 | -9/+0 | |
inventoryService.GetMultipleItems | |||||
2018-07-14 | add using into a few more places | UbitUmarov | 2 | -26/+28 | |
2018-07-14 | mantis 8333: kept idea but my own code. With ini setting ↵ | UbitUmarov | 2 | -3/+24 | |
ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also) | |||||
2018-07-13 | minor changes to last patch | UbitUmarov | 1 | -14/+12 | |
2018-07-13 | Group Powers changed and Officers role brought back for Groups | fly-man- | 1 | -51/+60 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-07-11 | mantis 8335: fix string format | UbitUmarov | 1 | -1/+1 | |
2018-07-11 | Bug fix: Object Wear was doing Add not replace | UbitUmarov | 1 | -11/+11 | |
2018-07-08 | replace some string tests | UbitUmarov | 2 | -6/+6 | |
2018-07-08 | we don't use tab simbol, we use 4 whitespaces | UbitUmarov | 2 | -28/+28 | |
2018-07-08 | Add mac banning | Vincent Sylvester | 2 | -0/+32 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-07-06 | Back-end fix for region name searches made from the viewer grid map dialog. | Kevin Cozens | 1 | -1/+1 | |
GetRegionsByName now returns names that include, but don't start with, the given search string. | |||||
2018-07-06 | just remove the test instead | UbitUmarov | 2 | -10/+1 | |
2018-07-06 | fix version string size test | UbitUmarov | 1 | -1/+1 | |
2018-07-05 | test jenkins | UbitUmarov | 1 | -1/+1 | |
2018-07-05 | test | UbitUmarov | 1 | -1/+0 | |
2018-06-27 | ubOde change terrain min height to -100m. Maybe this way a viewer dev mays ↵ | UbitUmarov | 1 | -4/+4 | |
fix rendering below 0m, like making them think z = 1m for that purpose, for example | |||||
2018-06-19 | reassign estate setting TaxFree to the role of AllowAccessOverride, as ↵ | UbitUmarov | 2 | -33/+19 | |
viewers did. Keeping name to reuse dbs entries, etc. let viewers change it, but still NOP | |||||
2018-06-18 | mantis 8329: don't fail if response stream is Chunked encoded and http ↵ | UbitUmarov | 1 | -7/+32 | |
debuglevel >=5 | |||||
2018-06-16 | mantis 8327: refix minor typos | UbitUmarov | 1 | -2/+2 | |
2018-06-16 | mantis 8327: fix minor typos | UbitUmarov | 1 | -2/+2 | |
2018-06-16 | minor cleanup | UbitUmarov | 1 | -36/+12 | |
2018-06-09 | improve llOverMyLand() handling of potencial null refs. ty mrieker | UbitUmarov | 1 | -12/+14 | |
2018-06-09 | Yengine apply a fix to CheckRunLockInvariants by mrieker | UbitUmarov | 1 | -2/+2 | |
2018-05-28 | ok ok it only has one 't' | UbitUmarov | 1 | -6/+6 | |
2018-05-28 | english typo, thx you know who | UbitUmarov | 1 | -6/+6 | |
2018-05-28 | make Yengine post attach event as Xengine does. This should fix that event. ↵ | UbitUmarov | 1 | -3/+3 | |
Thx mrieker for pointing out this issue | |||||
2018-05-27 | fix some cases in prim number of sides | UbitUmarov | 1 | -27/+62 | |
2018-05-26 | fix a bug on warp3d.dll | UbitUmarov | 1 | -64/+64 | |
2018-05-26 | missing updated files | UbitUmarov | 3 | -207/+116 | |
2018-05-26 | use RegionInfo.ServerURI to report region url on datasnapshot | UbitUmarov | 1 | -6/+2 | |
2018-05-26 | stale LandSnapshot by time also, so dwell can be updated | UbitUmarov | 1 | -1/+7 | |
2018-05-26 | add a check to data_exposure option of DataSnapshot module | UbitUmarov | 1 | -0/+8 | |
2018-05-26 | fix one english typo | UbitUmarov | 1 | -15/+8 | |
2018-05-18 | map... | UbitUmarov | 1 | -12/+10 | |
2018-05-16 | Warp3D tried to do something in RegionLoaded even when the module was disabled | Kevin Cozens | 1 | -0/+3 | |
2018-05-16 | Whitespace changes | Kevin Cozens | 1 | -8/+8 | |
2018-05-15 | breaking map a bit more... | UbitUmarov | 3 | -222/+325 | |
2018-05-15 | bug fix: avoid null ref on trigger soundi if source is a avatar | UbitUmarov | 1 | -10/+14 | |
2018-05-13 | avoid potencial out of range issues | UbitUmarov | 1 | -43/+38 | |
2018-05-12 | OOps my bad, always do deep copy, let viewers do v1 v2 fixes | UbitUmarov | 1 | -53/+54 | |
2018-05-12 | let wearables check command suport variable number of wearables | UbitUmarov | 1 | -5/+13 | |
2018-05-12 | create user with model: do not copy missing items; convert v1.0 to v2.0 ↵ | UbitUmarov | 1 | -17/+31 | |
wearables, fail if model has missing wearables | |||||
2018-05-08 | breaking map (warp3d) suport default map parameters. Planar not suported ( ↵ | UbitUmarov | 1 | -15/+66 | |
will render as deafaul | |||||
2018-05-08 | breaking map (warp3d)... | UbitUmarov | 1 | -6/+10 | |
2018-05-07 | breaking map (warp3d); remove warp3d viewport code not realy used and ↵ | UbitUmarov | 3 | -262/+193 | |
confusing my last neuron | |||||
2018-05-07 | breaking map (warp3d) | UbitUmarov | 1 | -6/+2 | |
2018-05-07 | breaking map (warp3d) | UbitUmarov | 1 | -1/+1 | |
2018-05-06 | breaking map (warp3d) | UbitUmarov | 4 | -39/+38 | |
2018-05-06 | remove some debug lines | UbitUmarov | 1 | -4/+2 | |