Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the SimulatorFeaturesModule nonshared as it ought to be from it's code ↵ | Melanie Thielker | 2016-04-27 | 1 | -5/+1 |
| | | | | structure. | ||||
* | Make mesh upload respect the same parts maximum as what is set for the | Melanie Thielker | 2016-03-05 | 2 | -1/+2 |
| | | | | simulator | ||||
* | Fix a couple of typos | Melanie Thielker | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | change the return list of objects costs, sending a answer if none found | UbitUmarov | 2015-12-20 | 1 | -38/+30 |
| | |||||
* | fix the queue type in use | UbitUmarov | 2015-12-09 | 1 | -7/+8 |
| | |||||
* | fix the default shape type on upload, it is always convex | UbitUmarov | 2015-11-29 | 1 | -3/+1 |
| | |||||
* | change threading on GetTexture and getMesh and WebFetch Modules. | UbitUmarov | 2015-11-27 | 3 | -62/+69 |
| | |||||
* | change threading on GetTexture and GetMesh NonSharable region modules | UbitUmarov | 2015-11-27 | 2 | -44/+44 |
| | |||||
* | remove some duplicate using statements | UbitUmarov | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | remove some compile warnings increasing total number by 2 | UbitUmarov | 2015-11-21 | 2 | -9/+3 |
| | |||||
* | work around some 'tests' errors: a new event queue has a few null events | UbitUmarov | 2015-11-17 | 1 | -0/+9 |
| | |||||
* | That didn't actually do anything for Simian, and it broke the locahost | Diva Canto | 2015-11-14 | 1 | -5/+6 |
| | | | | | | | case Revert "Also restoring proper function for Simian external GetTexture functionality." This reverts commit 366e81b977e7fcad4b19aeedc6f3674612b7587b. | ||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Also restoring proper function for Simian external GetTexture functionality. | Diva Canto | 2015-10-14 | 1 | -6/+5 |
| | |||||
* | change copyright to opensim | UbitUmarov | 2015-09-28 | 1 | -3/+27 |
| | |||||
* | try to better merge avn and os fetchinventory and fetchinvdescendents | UbitUmarov | 2015-09-12 | 1 | -2/+2 |
| | |||||
* | inventory mess return to the state before divas cache issue | UbitUmarov | 2015-09-11 | 2 | -43/+122 |
| | |||||
* | change to avn fecthinventory and webfecth.. code | UbitUmarov | 2015-09-11 | 2 | -122/+43 |
| | |||||
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 4 | -13/+8 |
| | | | | scenepresence) | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 10 | -435/+38 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 12 | -805/+2765 |
|\ | |||||
| * | change osd encoding of region size | UbitUmarov | 2015-08-27 | 1 | -8/+8 |
| | | |||||
| * | turn off KeepAlive | UbitUmarov | 2015-08-24 | 2 | -5/+5 |
| | | |||||
| * | Merge branch 'mbworkvar2' into ubitvar | UbitUmarov | 2015-08-19 | 1 | -4/+5 |
| |\ | |||||
| | * | varregion: remove use of Constants.RegionSize is various places. | Robert Adams | 2015-03-28 | 1 | -4/+5 |
| | | | | | | | | | | | | More use of the Util routines for conversion of region handles into addresses. | ||||
| * | | add a Retry-After response header to the 503 sent when we are 2 busy to do | UbitUmarov | 2015-08-19 | 1 | -0/+5 |
| | | | | | | | | | | | | the request. just 503 could mean server down (?) | ||||
| * | | do keepalive on mesh and texture GET. Dont use reusecontext any where. | UbitUmarov | 2015-08-18 | 2 | -5/+5 |
| |/ | | | | | | | | | | | setting of keepalive is wrong, it should follow the requested one ( or always as http1.1) only deny if needed (errors). KeepAlive may increase stress on number of avaiable file descritors. | ||||
| * | move AnimationSet and AvatarSkeleton to OpenSimExtras | UbitUmarov | 2014-10-12 | 1 | -5/+7 |
| | | |||||
| * | add simulator features AvatarSkeleton and AnimationSet report | UbitUmarov | 2014-10-11 | 1 | -1/+4 |
| | | |||||
| * | changed skeleton, do parse the mesh on upload to check skeleton. Sooner or | UbitUmarov | 2014-10-11 | 2 | -26/+26 |
| | | | | | | | | later this parsing needs to validate the model cost also. | ||||
| * | dont let test mesh go to meshes inventory folder that is not displayed by | UbitUmarov | 2014-10-11 | 1 | -1/+3 |
| | | | | | | | | viewers | ||||
| * | bug fix | UbitUmarov | 2014-10-11 | 1 | -2/+3 |
| | | |||||
| * | check for avatar skeleton data on meshs headers on cost estimation. Dont | UbitUmarov | 2014-10-11 | 2 | -11/+101 |
| | | | | | | | | | | | | | | let a model have more than one mesh with skeleton, for testing create a mesh inventory item, for this meshs. Add also option to read a avatar collider replacement. This information still needs to be saved somewhere so it can be checked on attachment, etc, without parsing the mesh asset again. | ||||
| * | change it again... | UbitUmarov | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary argument ref | UbitUmarov | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | make c# more happy | UbitUmarov | 2014-09-26 | 1 | -4/+1 |
| | | |||||
| * | use central animationset permitions define | UbitUmarov | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | Extend upload verification to all upload paths | Melanie Thielker | 2014-09-25 | 1 | -0/+8 |
| | | |||||
| * | fix animation asset name to "animatn", use "animset" for the new | UbitUmarov | 2014-09-25 | 1 | -8/+10 |
| | | | | | | | | animationSet | ||||
| * | add also the name animset until its clear the name liru will use | UbitUmarov | 2014-09-25 | 1 | -0/+7 |
| | | |||||
| * | add animationset to upload assets, for now no cost | UbitUmarov | 2014-09-25 | 1 | -0/+6 |
| | | |||||
| * | make use of it in GetMeshModule, and meshs are Assets not Task itens, | UbitUmarov | 2014-08-29 | 1 | -43/+4 |
| | | | | | | | | reduce MeshModule impact on udp rate | ||||
| * | also on other case | UbitUmarov | 2014-08-09 | 1 | -0/+11 |
| | | |||||
| * | return even zero costs ( prims on other regions ) | UbitUmarov | 2014-08-09 | 1 | -1/+1 |
| | | |||||
| * | move from RegisterInventoryServiceHandlers to | UbitUmarov | 2014-08-09 | 1 | -9/+14 |
| | | | | | | | | RegisterRegionServiceHandlers what belongs there ( readabilitly only ) | ||||
| * | DANGER... changed bakedtextures caching. Assuming grid baking is cache | UbitUmarov | 2014-08-07 | 1 | -68/+56 |
| | | | | | | | | only, reduced number of accesses to it. TESTING | ||||
| * | bakemodule didnt like last changes | UbitUmarov | 2014-08-06 | 1 | -5/+3 |
| | | |||||
| * | some debug to remove later | UbitUmarov | 2014-08-06 | 1 | -0/+6 |
| | | |||||
| * | comment out a debug msg. more on gods being Gods | UbitUmarov | 2014-08-03 | 1 | -1/+1 |
| | |