| Commit message (Expand) | Author | Files | Lines |
2014-11-25 | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | Fix ghosts copy of SimulatorFeatureModule to enable logging. | Justin Clark-Casey (justincc) | 1 | -8/+13 |
2014-11-25 | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 1 | -18/+15 |
2014-11-25 | minor: remove compiler warning from unused field in SimulatorFeaturesModule | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2 | -2/+0 |
2014-11-22 | Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ... | Diva Canto | 1 | -1/+21 |
2014-11-12 | Update libOMV and fix XBakes dependencies. | Melanie Thielker | 1 | -2/+2 |
2014-11-06 | Added grid information to SimFeatures response, so that the viewer can show it. | Diva Canto | 1 | -1/+13 |
2014-10-12 | move AnimationSet and AvatarSkeleton to OpenSimExtras | UbitUmarov | 1 | -5/+7 |
2014-10-11 | add simulator features AvatarSkeleton and AnimationSet report | UbitUmarov | 1 | -1/+4 |
2014-10-11 | changed skeleton, do parse the mesh on upload to check skeleton. Sooner or | UbitUmarov | 2 | -26/+26 |
2014-10-11 | dont let test mesh go to meshes inventory folder that is not displayed by | UbitUmarov | 1 | -1/+3 |
2014-10-11 | bug fix | UbitUmarov | 1 | -2/+3 |
2014-10-11 | check for avatar skeleton data on meshs headers on cost estimation. Dont | UbitUmarov | 2 | -11/+101 |
2014-10-02 | minor: Comment out received seed caps request logging for now | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2014-09-26 | change it again... | UbitUmarov | 1 | -1/+1 |
2014-09-26 | remove unnecessary argument ref | UbitUmarov | 1 | -1/+1 |
2014-09-26 | make c# more happy | UbitUmarov | 1 | -4/+1 |
2014-09-26 | use central animationset permitions define | UbitUmarov | 1 | -2/+2 |
2014-09-25 | Extend upload verification to all upload paths | Melanie Thielker | 1 | -0/+8 |
2014-09-25 | fix animation asset name to "animatn", use "animset" for the new | UbitUmarov | 1 | -8/+10 |
2014-09-25 | add also the name animset until its clear the name liru will use | UbitUmarov | 1 | -0/+7 |
2014-09-25 | add animationset to upload assets, for now no cost | UbitUmarov | 1 | -0/+6 |
2014-08-29 | make use of it in GetMeshModule, and meshs are Assets not Task itens, | UbitUmarov | 1 | -43/+4 |
2014-08-09 | also on other case | UbitUmarov | 1 | -0/+11 |
2014-08-09 | return even zero costs ( prims on other regions ) | UbitUmarov | 1 | -1/+1 |
2014-08-09 | move from RegisterInventoryServiceHandlers to | UbitUmarov | 1 | -9/+14 |
2014-08-07 | DANGER... changed bakedtextures caching. Assuming grid baking is cache | UbitUmarov | 1 | -68/+56 |
2014-08-06 | OpenSimExtras | BlueWall | 1 | -50/+24 |
2014-08-06 | bakemodule didnt like last changes | UbitUmarov | 1 | -5/+3 |
2014-08-06 | some debug to remove later | UbitUmarov | 1 | -0/+6 |
2014-08-05 | Make currently unfiltered EventQueue log messages only appear now at DebugLev... | Justin Clark-Casey (justincc) | 1 | -16/+24 |
2014-08-03 | comment out a debug msg. more on gods being Gods | UbitUmarov | 1 | -1/+1 |
2014-08-02 | Fix typo in log message | BlueWall | 1 | -1/+1 |
2014-08-01 | Fix regression in SimulatorFeatures module that would stop OpenSimulator from... | Justin Clark-Casey (justincc) | 1 | -12/+20 |
2014-07-31 | Add region-side extra feature setting for destination guide | BlueWall | 1 | -0/+4 |
2014-07-30 | Simulator Extra Features Service | BlueWall | 1 | -9/+65 |
2014-07-25 | add queue transition code needs review/more testing | UbitUmarov | 1 | -79/+115 |
2014-07-25 | remove old and dead code that its only making it hard to understand | UbitUmarov | 1 | -287/+18 |
2014-07-24 | change previus code, send a NoEvents response back to http server, even | UbitUmarov | 1 | -2/+1 |
2014-07-24 | EventQueueGetModule: dont reuse queues, we dont know whats there; make | UbitUmarov | 1 | -10/+9 |
2014-07-21 | Eliminated some warnings | Oren Hurvitz | 1 | -1/+0 |
2014-07-04 | minor: put standard 'category' in brackets at front of log messages from prev... | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2014-07-04 | When uploading mesh objects with textures also create inventory items for upl... | Latif Khalifa | 1 | -0/+63 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-06-16 | If processing a queued request fails up to the top of the stack, log the exce... | Justin Clark-Casey (justincc) | 1 | -3/+13 |
2014-05-27 | Update regression TestInventoryDescendentsFetch() to account for recent commi... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-07 | Finished implementing redirects in GetTexture. | Diva Canto | 1 | -3/+6 |
2014-05-06 | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 1 | -5/+13 |
2014-05-02 | minor: Comment out Cacheitems debug log lines for now | Justin Clark-Casey (justincc) | 1 | -6/+6 |