aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | mantis 8349: fix landmasksUbitUmarov2018-08-071-1/+1
| |
* | and some more guard try{}catch{} on ub mesh processingUbitUmarov2018-07-291-8/+31
| |
* | mantis 8346: fix argument of osUnixTimeToTimestampUbitUmarov2018-07-273-3/+3
| |
* | make BanLineSafeHeight option visible in OpenSimDefaults.iniUbitUmarov2018-07-211-0/+4
| |
* | mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov2018-07-215-5/+38
| | | | | | | | instance with ini file option BanLineSafeHeight
* | mantis8341: fix MOD and LS apis configuration read from ossl fileUbitUmarov2018-07-182-2/+13
| |
* | http reusecontext is obsoleteUbitUmarov2018-07-143-5/+1
| |
* | http reusecontext is obsoleteUbitUmarov2018-07-141-1/+0
| |
* | http reusecontext is obsoleteUbitUmarov2018-07-146-29/+2
| |
* | http reusecontext is obsoleteUbitUmarov2018-07-141-1/+0
| |
* | typosUbitUmarov2018-07-141-2/+2
| |
* | minor cleanupUbitUmarov2018-07-141-1/+1
| |
* | a few changes about test mesh uploadsUbitUmarov2018-07-141-26/+27
| |
* | use Vector.Distance not util..UbitUmarov2018-07-141-2/+2
| |
* | save a sqrt callUbitUmarov2018-07-141-3/+3
| |
* | change the scope of those options variablesUbitUmarov2018-07-141-6/+6
| |
* | add options for regions to ignore age < 18 and payment access control where ↵UbitUmarov2018-07-142-6/+14
| | | | | | | | they don't apply
* | recover lost null check in last commitUbitUmarov2018-07-141-2/+8
| |
* | change bitmasks workUbitUmarov2018-07-142-11/+4
| |
* | only resize if needUbitUmarov2018-07-141-2/+5
| |
* | do not use lossless compression on dyntexturesUbitUmarov2018-07-142-37/+38
| |
* | add missing xml escapeUbitUmarov2018-07-141-2/+2
| |
* | add a disabled logUbitUmarov2018-07-141-0/+3
| |
* | send data as bin not string to http lower levelUbitUmarov2018-07-141-3/+8
| |
* | have default ids of avatar alpha and tattooUbitUmarov2018-07-141-4/+4
| |
* | some cleanupUbitUmarov2018-07-141-30/+26
| |
* | drop compatibility with old robust that did not suport ↵UbitUmarov2018-07-141-9/+0
| | | | | | | | inventoryService.GetMultipleItems
* | add using into a few more placesUbitUmarov2018-07-142-26/+28
| |
* | missed oneUbitUmarov2018-07-141-0/+3
| |
* | update ini.example filesUbitUmarov2018-07-143-0/+10
| |
* | mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov2018-07-142-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)
* | minor changes to last patchUbitUmarov2018-07-131-14/+12
| |
* | Group Powers changed and Officers role brought back for Groupsfly-man-2018-07-131-51/+60
| | | | | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* | mantis 8335: fix string formatUbitUmarov2018-07-111-1/+1
| |
* | Mantis 8308: update libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib adding missing ↵UbitUmarov2018-07-112-0/+1
| | | | | | | | 64bit support. Built with the macOS 10.13 SDK on Xcode 9.4.1. Thanks Gavin Hird for providing us this.
* | Bug fix: Object Wear was doing Add not replaceUbitUmarov2018-07-111-11/+11
| |
* | replace some string testsUbitUmarov2018-07-082-6/+6
| |
* | we don't use tab simbol, we use 4 whitespacesUbitUmarov2018-07-082-28/+28
| |
* | Add mac banningVincent Sylvester2018-07-082-0/+32
| | | | | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* | update contributorsUbitUmarov2018-07-071-3/+2
| |
* | update contributorsUbitUmarov2018-07-071-5/+5
| |
* | Back-end fix for region name searches made from the viewer grid map dialog.Kevin Cozens2018-07-061-1/+1
| | | | | | | | | | GetRegionsByName now returns names that include, but don't start with, the given search string.
* | just remove the test insteadUbitUmarov2018-07-062-10/+1
| |
* | fix version string size testUbitUmarov2018-07-061-1/+1
| |
* | let OpenSim.ini.example be closer to functional standalone iniUbitUmarov2018-07-051-2/+2
| |
* | test jenkinsUbitUmarov2018-07-051-1/+1
| |
* | testUbitUmarov2018-07-051-1/+0
| |
* | 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