aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-0/+5
2018-10-25let the syntax file include its id againUbitUmarov1-3/+12
2018-10-21update script syntaxUbitUmarov1-3/+1
2018-10-20add a few more things to SrcriptSyntaxUbitUmarov1-1/+1
2018-10-19autogen LSLSyntax version uuidUbitUmarov1-30/+32
2018-10-19cap LSLSyntax was enabled by mistakeUbitUmarov1-1/+1
2018-10-19fix typosUbitUmarov1-20/+20
2018-10-19 add initial test support for cap LSLSyntax. This does not seem to work for O...UbitUmarov1-6/+73
2018-01-22missing files..UbitUmarov1-1/+0
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2016-04-27Make the SimulatorFeaturesModule nonshared as it ought to be from it's code s...Melanie Thielker1-5/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-15/+0
2015-01-21minor: Comment out log line for the SimulatorFeatures cap request for now to ...Justin Clark-Casey (justincc)1-1/+1
2015-01-10SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto1-1/+4
2014-11-25Fix ghosts copy of SimulatorFeatureModule to enable logging.Justin Clark-Casey (justincc)1-8/+13
2014-11-25minor: remove compiler warning from unused field in SimulatorFeaturesModuleJustin Clark-Casey (justincc)1-2/+2
2014-11-22Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ...Diva Canto1-1/+21
2014-11-06Added grid information to SimFeatures response, so that the viewer can show it.Diva Canto1-1/+13
2014-10-12 move AnimationSet and AvatarSkeleton to OpenSimExtrasUbitUmarov1-5/+7
2014-10-11add simulator features AvatarSkeleton and AnimationSet reportUbitUmarov1-1/+4
2014-08-06OpenSimExtrasBlueWall1-50/+24
2014-08-02Fix typo in log messageBlueWall1-1/+1
2014-08-01Fix regression in SimulatorFeatures module that would stop OpenSimulator from...Justin Clark-Casey (justincc)1-12/+20
2014-07-31Add region-side extra feature setting for destination guideBlueWall1-0/+4
2014-07-30Simulator Extra Features ServiceBlueWall1-9/+65
2013-07-30Doing the HG Map / SimulatorFeatures "the right way": moved it to HGMapModule...Diva Canto1-12/+3
2013-07-30After talking to lkalif on the IRC: SimulatorFeatures response: renamed the O...Diva Canto1-6/+7
2013-03-26Implement a pref to turn on the simulator ExportSupported feature entry.Melanie1-0/+6
2013-02-14Add an event and some logic to allow customizing Simulator Features by avatarMelanie1-4/+21
2013-02-14Add an event and some logic to allow customizing Simulator Features by avatarMelanie1-4/+21
2013-02-14Small fix to sim features moduleMelanie1-0/+2
2013-02-13Make the sim features module register it's interface so it can be usedMelanie1-0/+2
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-1/+3
2011-08-24Remove forcing of phantom on ground attached objects - attachments can be bot...Justin Clark-Casey (justincc)1-2/+2
2011-08-22minor: comment out simulator features log lineJustin Clark-Casey (justincc)1-1/+1
2011-08-22Add ISimulatorFeaturesModule so that other modules can register features in a...Justin Clark-Casey (justincc)1-36/+86
2011-06-13Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t...Diva Canto1-22/+49
2011-06-13Same processing of the "/" in the MapImageService Cap as the one in the login...Diva Canto1-0/+6
2011-06-13Added experimental new capability URL called MapImageService meant to work wi...Diva Canto1-35/+12
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto1-0/+3
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto1-0/+2
2011-05-02Works!Diva Canto1-5/+22
2011-05-01Start to drill down on GetTexture. Read the config and do different things.Diva Canto1-4/+12
2011-05-01Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto1-6/+21
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto1-311/+4
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+3
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-1/+1
2011-02-02Comment out texture CAPS 'texture not found' message for nowJustin Clark-Casey (justincc)1-3/+1
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-2/+2