Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-30 | avoid using new c# sintaxe that will fail on older compilers | UbitUmarov | 1 | -3/+5 | |
2018-08-30 | minor changes to last patch | UbitUmarov | 3 | -9/+9 | |
2018-08-30 | Adding check permission CanIssueEstateCommand for osRegionNotice and new ↵ | Mandarinka Tasty | 3 | -7/+36 | |
function osRegionNotice(string agentID, string msg) Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-08-26 | avoid potencial null refs | UbitUmarov | 1 | -4/+4 | |
2018-08-26 | don't shutdown robust twice | UbitUmarov | 1 | -0/+2 | |
2018-08-26 | mantis 8273 make change on crossings coerent | UbitUmarov | 1 | -0/+3 | |
2018-08-07 | mantis 8349: fix landmasks | UbitUmarov | 1 | -1/+1 | |
2018-07-29 | and some more guard try{}catch{} on ub mesh processing | UbitUmarov | 1 | -8/+31 | |
2018-07-27 | mantis 8346: fix argument of osUnixTimeToTimestamp | UbitUmarov | 3 | -3/+3 | |
2018-07-21 | mantis8342: make max ban height above ground configurable per regions ↵ | UbitUmarov | 5 | -5/+38 | |
instance with ini file option BanLineSafeHeight | |||||
2018-07-18 | mantis8341: fix MOD and LS apis configuration read from ossl file | UbitUmarov | 2 | -2/+13 | |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 3 | -5/+1 | |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 1 | -1/+0 | |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 6 | -29/+2 | |
2018-07-14 | http reusecontext is obsolete | UbitUmarov | 1 | -1/+0 | |
2018-07-14 | typos | UbitUmarov | 1 | -2/+2 | |
2018-07-14 | minor cleanup | UbitUmarov | 1 | -1/+1 | |
2018-07-14 | a few changes about test mesh uploads | UbitUmarov | 1 | -26/+27 | |
2018-07-14 | use Vector.Distance not util.. | UbitUmarov | 1 | -2/+2 | |
2018-07-14 | save a sqrt call | UbitUmarov | 1 | -3/+3 | |
2018-07-14 | change the scope of those options variables | UbitUmarov | 1 | -6/+6 | |
2018-07-14 | add options for regions to ignore age < 18 and payment access control where ↵ | UbitUmarov | 2 | -6/+14 | |
they don't apply | |||||
2018-07-14 | recover lost null check in last commit | UbitUmarov | 1 | -2/+8 | |
2018-07-14 | change bitmasks work | UbitUmarov | 2 | -11/+4 | |
2018-07-14 | only resize if need | UbitUmarov | 1 | -2/+5 | |
2018-07-14 | do not use lossless compression on dyntextures | UbitUmarov | 2 | -37/+38 | |
2018-07-14 | add missing xml escape | UbitUmarov | 1 | -2/+2 | |
2018-07-14 | add a disabled log | UbitUmarov | 1 | -0/+3 | |
2018-07-14 | send data as bin not string to http lower level | UbitUmarov | 1 | -3/+8 | |
2018-07-14 | have default ids of avatar alpha and tattoo | UbitUmarov | 1 | -4/+4 | |
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 | |