aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* changes on lludp acks and resendsUbitUmarov2019-12-181-1/+1
* Fix #8572Melanie2019-08-091-1/+4
* Remove debug output i left inMelanie2019-08-071-2/+0
* Fix scope support to get friends list names across co-hosted gridsMelanie2019-08-071-7/+21
* duhhh npcs don't have child agents; plus minor typosUbitUmarov2019-04-051-1/+1
* mantis 8505 ( and not 8506 by mistake on previus commit) remove the meshes nu...UbitUmarov2019-03-241-13/+20
* compact the trivial te case, a more complete one may be needed even beening h...UbitUmarov2019-03-241-1/+9
* replace my hack by others hackUbitUmarov2019-01-011-1/+6
* fix CopyInventoryFromNotecard error handlingUbitUmarov2018-11-291-16/+18
* mantis 8414: add cap CreateInventoryCategory handlerUbitUmarov2018-11-291-1/+70
* simplify a bit some caps pathsUbitUmarov2018-11-141-3/+4
* typosUbitUmarov2018-07-141-2/+2
* a few changes about test mesh uploadsUbitUmarov2018-07-141-26/+27
* add Cap_FetchLib2 note that this is still local to regions, not using grid as...UbitUmarov2018-01-271-3/+3
* got tired of creating stringbuildersUbitUmarov2018-01-251-27/+26
* a few changes to encoder and a few more usesUbitUmarov2018-01-251-55/+75
* add a low level LLSDxml encoder for cases where it makes no sense to use more...UbitUmarov2018-01-251-34/+33
* pesty warningsUbitUmarov2018-01-171-1/+0
* add a adicional in transit flag to signal HG tps, and use it to ignore userna...UbitUmarov2017-06-091-4/+15
* move mesh pbs creation code out of mesh upload code into to PrimitiveBaseShap...UbitUmarov2017-04-251-71/+14
* cosmetics on mesh upload encoding of number of faces on pbs shape. Use opensi...UbitUmarov2017-04-251-23/+36
* finish encoding number of mesh faces in pbs shape on new meshs upload, and *...UbitUmarov2017-04-251-6/+19
* Restructure god level and permissionsMelanie Thielker2017-01-061-1/+1
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-30/+30
* set pbs shape acording to mesh number of (material) facesUbitUmarov2016-12-151-19/+25
* change caps Sethome fail error reportUbitUmarov2016-12-071-1/+1
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-041-0/+2
* a few changes to new GetDisplaynames and friendsUbitUmarov2016-12-041-9/+15
* replace GetDisplaynames by a handler really usable as a client cap. Most capa...UbitUmarov2016-12-041-0/+84
* catch some NULL refsUbitUmarov2016-08-191-1/+6
* add cap GroupMemberDataUbitUmarov2016-08-191-1/+132
* allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""UbitUmarov2016-08-181-3/+16
* add caps HomeLocation ; add client SendAlertMessage(string message, string in...UbitUmarov2016-08-181-2/+143
* several changes on BunchOfCaps. Move some mesh cost initialization to its cla...UbitUmarov2016-08-181-128/+56
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-1/+1
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-9/+38
* Make mesh upload respect the same parts maximum as what is set for theMelanie Thielker2016-03-051-0/+1
* change the return list of objects costs, sending a answer if none foundUbitUmarov2015-12-201-38/+30
* fix the default shape type on upload, it is always convexUbitUmarov2015-11-291-3/+1
* seems to compile ( tests comented out)UbitUmarov2015-09-021-110/+12
* bad merge?UbitUmarov2015-09-011-127/+851
|\
| * changed skeleton, do parse the mesh on upload to check skeleton. Sooner orUbitUmarov2014-10-111-21/+23
| * dont let test mesh go to meshes inventory folder that is not displayed byUbitUmarov2014-10-111-1/+3
| * bug fixUbitUmarov2014-10-111-2/+3
| * check for avatar skeleton data on meshs headers on cost estimation. DontUbitUmarov2014-10-111-6/+62
| * change it again...UbitUmarov2014-09-261-1/+1
| * remove unnecessary argument refUbitUmarov2014-09-261-1/+1
| * make c# more happyUbitUmarov2014-09-261-4/+1
| * use central animationset permitions defineUbitUmarov2014-09-261-2/+2
| * Extend upload verification to all upload pathsMelanie Thielker2014-09-251-0/+8