aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/ViewerSupport (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-31a disabled module has no caps to tell viewers (cameraonlymoduel)UbitUmarov1-4/+3
2019-07-27Fix godnames module to not add the empty string if only one option is usedMelanie1-8/+14
2017-01-07Fix custom dialogs working when bin/ is read-onlyMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker4-6/+6
2016-08-14remove OptionalModules\ViewerSupport\SimulatorFeaturesHelper ShouldSend() ↵UbitUmarov3-105/+5
since it cannot be used
2015-09-28 change copyright to opensimUbitUmarov1-5/+26
2015-06-13Added ':' to debug messagesDiva Canto1-4/+4
2015-06-13Add optional GodNames region moduleCinder1-0/+144
Signed-off-by: Diva Canto <diva@metaverseink.com>
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)1-1/+2
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
2014-11-21Cleanup extraneous comments from viewer support modulesDiva Canto2-10/+3
2014-11-16Improved SpecialUIModule so that it sends the floater data properly.Diva Canto1-2/+21
2014-11-11Fix the fetching of module references in the viewer support modules.Diva Canto3-9/+15
Remove the detachment of attachments in camera-only, because it doesn't work for HG people, and it's too drastic of a move.
2014-11-10Add additional viewer support modules that allow certain viewers to modify ↵Diva Canto3-0/+494
their UI on the fly.
2014-08-12Avination's Dynamic Floater Module. This works with Singularity viewer only.Melanie Thielker1-0/+238
It's WIP in that a dialog builder is on it's way. For now, the XML needs to be handmade.
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands ↵Justin Clark-Casey (justincc)1-1/+1
to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands
2013-05-13Small adjustments to the floater moduleMelanie1-1/+4
2013-05-04Add RegionManager level and the ability to use literal XML to the dynamic ↵Melanie2-5/+15
floater module
2013-04-27Controller module for dynamic floaters (WIP)Melanie1-0/+228
2013-04-25Change copyright notice on DynamicMenuModule to proper BSDMelanie1-5/+26
2013-04-25Adding the dynamic menu module which allows registering new menu options in ↵Melanie1-0/+282
compliant viewers
2013-04-25Adding the dynamic menu module which allows registering new menu options in ↵Melanie1-0/+282
compliant viewers