aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/ViewerSupport (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change copyright to opensimUbitUmarov2015-09-281-5/+26
|
* bad merge?UbitUmarov2015-09-011-28/+10
|\
| * Merge branch 'master' into careminsterMelanie2013-07-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs
| * | Small adjustments to the floater moduleMelanie2013-05-131-1/+4
| | |
| * | Add RegionManager level and the ability to use literal XML to the dynamic ↵Melanie2013-05-042-5/+15
| | | | | | | | | | | | floater module
| * | Controller module for dynamic floaters (WIP)Melanie2013-04-271-0/+228
| | |
| * | Adding the dynamic menu module which allows registering new menu options in ↵Melanie2013-04-251-0/+282
| / | | | | | | compliant viewers
* | Added ':' to debug messagesDiva Canto2015-06-131-4/+4
| |
* | Add optional GodNames region moduleCinder2015-06-131-0/+144
| | | | | | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* | Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+2
| | | | | | | | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* | Cleanup extraneous comments from viewer support modulesDiva Canto2014-11-212-10/+3
| |
* | Improved SpecialUIModule so that it sends the floater data properly.Diva Canto2014-11-161-2/+21
| |
* | Fix the fetching of module references in the viewer support modules.Diva Canto2014-11-113-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.
* | Add additional viewer support modules that allow certain viewers to modify ↵Diva Canto2014-11-103-0/+494
| | | | | | | | their UI on the fly.
* | Avination's Dynamic Floater Module. This works with Singularity viewer only.Melanie Thielker2014-08-121-0/+238
|/ | | | | It's WIP in that a dialog builder is on it's way. For now, the XML needs to be handmade.
* Add "show caps stats by user" and "show caps stats by cap" console commands ↵Justin Clark-Casey (justincc)2013-07-081-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
* Change copyright notice on DynamicMenuModule to proper BSDMelanie2013-04-251-5/+26
|
* Adding the dynamic menu module which allows registering new menu options in ↵Melanie2013-04-251-0/+282
compliant viewers