Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 2018-12-28 | 1 | -0/+5 |
| | |||||
* | let the syntax file include its id again | UbitUmarov | 2018-10-25 | 1 | -3/+12 |
| | |||||
* | update script syntax | UbitUmarov | 2018-10-21 | 1 | -3/+1 |
| | |||||
* | add a few more things to SrcriptSyntax | UbitUmarov | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | autogen LSLSyntax version uuid | UbitUmarov | 2018-10-19 | 1 | -30/+32 |
| | |||||
* | cap LSLSyntax was enabled by mistake | UbitUmarov | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | fix typos | UbitUmarov | 2018-10-19 | 1 | -20/+20 |
| | |||||
* | add initial test support for cap LSLSyntax. This does not seem to work for ↵ | UbitUmarov | 2018-10-19 | 1 | -6/+73 |
| | | | | Opensimulator on viewers, In particular with FireStorm seems impossible to replace its own definitions, viwers do note revert to defaults on tp to a region that does not suport this cap, etc. So possible just a dead end. Disabled by default | ||||
* | missing files.. | UbitUmarov | 2018-01-22 | 1 | -1/+0 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | Make the SimulatorFeaturesModule nonshared as it ought to be from it's code ↵ | Melanie Thielker | 2016-04-27 | 1 | -5/+1 |
| | | | | structure. | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -15/+0 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+20 |
|\ | |||||
| * | 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 |
| | | |||||
* | | minor: Comment out log line for the SimulatorFeatures cap request for now to ↵ | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | reduce log verbiage. Please revert if still required. | ||||
* | | SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added ↵ | Diva Canto | 2015-01-10 | 1 | -1/+4 |
| | | | | | | | | that (plus GridURL, in case viewers want to use it too) to the GridService that gives out that info to simulators. | ||||
* | | Fix ghosts copy of SimulatorFeatureModule to enable logging. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -8/+13 |
| | | |||||
* | | minor: remove compiler warning from unused field in SimulatorFeaturesModule | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
| | | |||||
* | | Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ↵ | Diva Canto | 2014-11-22 | 1 | -1/+21 |
| | | | | | | | | the grid response is invalid; (2) make the name of the config variable for destination guide consistent with the grid-wide name in LoginService; (3) account for the existence of a [USERID] in the destination guide URL | ||||
* | | Added grid information to SimFeatures response, so that the viewer can show it. | Diva Canto | 2014-11-06 | 1 | -1/+13 |
| | | |||||
* | | OpenSimExtras | BlueWall | 2014-08-06 | 1 | -50/+24 |
| | | | | | | | | Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation. | ||||
* | | Fix typo in log message | BlueWall | 2014-08-02 | 1 | -1/+1 |
| | | |||||
* | | Fix regression in SimulatorFeatures module that would stop OpenSimulator ↵ | Justin Clark-Casey (justincc) | 2014-08-01 | 1 | -12/+20 |
| | | | | | | | | from starting if no [SimulatorFeatures] section was present in config. | ||||
* | | Add region-side extra feature setting for destination guide | BlueWall | 2014-07-31 | 1 | -0/+4 |
| | | |||||
* | | Simulator Extra Features Service | BlueWall | 2014-07-30 | 1 | -9/+65 |
|/ | | | | | Provide a means for regions to fetch extra features supported by modern viewers from a central location . | ||||
* | Doing the HG Map / SimulatorFeatures "the right way": moved it to ↵ | Diva Canto | 2013-07-30 | 1 | -12/+3 |
| | | | | | | | HGMapModule, hooking on to SimulatorFeatures.OnSimulatorFeaturesRequest event (similar to what the DynamicMenuModule does). Only HG Visitors get this var, to avoid spamming local users. The config var is now called MapTileURL, to be consistent with the login one, and its being picked up from either [LoginService], [HGWorldMap] or [SimulatorFeatures], just because I have a bad memory. | ||||
* | After talking to lkalif on the IRC: SimulatorFeatures response: renamed the ↵ | Diva Canto | 2013-07-30 | 1 | -6/+7 |
| | | | | | | OSDMap GridServices to OpenSimExtras, normalized the url keys under it, and moved ExportEnabled to under it too. Melanie: change your viewer code accordingly. Documentation at http://opensimulator.org/wiki/SimulatorFeatures_Extras | ||||
* | Implement a pref to turn on the simulator ExportSupported feature entry. | Melanie | 2013-03-26 | 1 | -0/+6 |
| | | | | | | This tells the viewer to enable the UI for export permissions. WARNING: If your inventory store contains invalid flags data, this will result in items becoming exportable! Don't turn this on in production until it's complete! | ||||
* | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 2013-02-14 | 1 | -4/+21 |
| | |||||
* | Make the sim features module register it's interface so it can be used | Melanie | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -1/+3 |
| | | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | ||||
* | Remove forcing of phantom on ground attached objects - attachments can be ↵ | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -2/+2 |
| | | | | | | both non-phantom and flagged as physical. As per Melanie | ||||
* | minor: comment out simulator features log line | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -1/+1 |
| | |||||
* | Add ISimulatorFeaturesModule so that other modules can register features in ↵ | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -36/+86 |
| | | | | addition to the hardcoded ones. | ||||
* | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on ↵ | Diva Canto | 2011-06-13 | 1 | -0/+152 |
the contents of the response. Changed the experimental capability introduced a couple of commits ago: now sending that extra information as part of the response in the SimulatorFeatures cap. |