aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-0/+56
|\
| * Mantis #5442: Add admin_save_heightmapMelanie2011-04-171-0/+56
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-89/+107
|\ \ | |/
| * Make remote admin error messages more helpful on windows.Justin Clark-Casey (justincc)2011-04-151-88/+73
| | | | | | | | Also, make log messages conform more with convention.
| * Thanks Snoopy for a patch that allows setting of perms on items given to new ↵BlueWall2011-04-151-1/+34
| | | | | | | | avatars
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-271-15/+13
|\ \ | |/
| * minor: make it clearer in the log where we're loading region config files ↵Justin Clark-Casey (justincc)2011-03-251-15/+13
| | | | | | | | and not the regions themselves
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-03-211-3/+3
|\ \ | |/
| * Thanks Kevin Cozens for a patch that:BlueWall2011-03-171-3/+3
| | | | | | | | Fixes several spelling mistakes
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-161-0/+2
|\ \ | |/
| * Fix bug where "My estate" name was always used even if the user entered a ↵Justin Clark-Casey (justincc)2011-02-121-0/+2
| | | | | | | | | | | | | | | | different name on initial setup. Turns out we had stopped saving estate settings immediately after the name change. The scene constructor then reloade the settings and oblitereted the different name. This code could be more efficient since there's no reason for scene to reload the settings when they are already known to be valid. Thanks to Thoneve for the spot on this.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-072-5/+5
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/SimianGrid/SimianGridMaptileModule.cs OpenSim/Services/GridService/HypergridLinker.cs
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-02-042-5/+5
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-041-55/+45
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-12-041-55/+45
| |\
| | * refactor some common code in RegionModulesControllerPluginJustin Clark-Casey (justincc)2010-12-041-55/+45
| | | | | | | | | | | | also some minor doc changes in BareBonesNonSharedModule
| * | Convert the agent asset transactions module to a new style module.Melanie2010-12-041-2/+2
| |/ | | | | | | | | | | | | Refactor to remove the property "MyScene" and the pointless circular refs to the managing classes. Converted the module to a non-shared module. Reformatted source for 80 columns. Removed the special role the module had in the old loader.
* | Convert the agent asset transactions module to a new style module.Melanie2010-12-041-2/+2
| | | | | | | | | | | | | | Refactor to remove the property "MyScene" and the pointless circular refs to the managing classes. Converted the module to a non-shared module. Reformatted source for 80 columns. Removed the special role the module had in the old loader.
* | Fix status responses in remote adminMelanie2010-12-031-2/+2
| |
* | Improve health reportingMelanie2010-12-031-1/+5
| |
* | Fix a bug caused by leftover codeMelanie2010-11-251-4/+0
| |
* | Fix up remote controller.Melanie2010-11-251-8/+29
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-251-42/+17
|\ \ | |/
| * Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-5/+12
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-222-1/+6
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-212-1/+6
| | | | | | | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-091-1/+1
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-11-081-1/+1
| |
| * Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0Melanie2010-11-031-1/+1
| | | | | | | | | | | | so it reflects the prior default. We are not in the habot of changing default behavior without good reason and making localhost the default would break most current use cases.
| * Admin Server can now bind to a private ip addressmores2010-11-031-1/+3
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0Melanie2010-11-031-1/+1
| | | | | | | | | | | | so it reflects the prior default. We are not in the habot of changing default behavior without good reason and making localhost the default would break most current use cases.
* | Admin Server can now bind to a private ip addressmores2010-11-031-1/+3
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-022-11/+12
|\ \ | |/
| * READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-302-11/+12
| | | | | | | | | | | | | | | | | | It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-292-19/+14
|\ \ | |/
| * First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-212-19/+14
| | | | | | | | | | | | | | The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-18/+10
|\ \ | |/
| * Major refactoring of appearance handling.Master ScienceSim2010-10-201-18/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-161-1/+1
|\ \ | |/
| * Made OARs use the new serialization procedure. (TPs/crossings still on the ↵Diva Canto2010-10-151-1/+1
| | | | | | | | old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-132-8/+8
|\ \ | |/ | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on.
| * MergedJohn Hurliman2010-09-121-2/+2
| |\
| | * Formatting cleanup.Jeff Ames2010-09-121-2/+2
| | |
| * | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-6/+6
| |/ | | | | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-051-17/+36
|\ \ | |/
| * Move code that allows llGiveInvetory() to move item into appropriate system ↵Justin Clark-Casey (justincc)2010-09-041-12/+11
| | | | | | | | | | | | | | folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
| * In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵Justin Clark-Casey (justincc)2010-09-031-5/+25
| | | | | | | | | | | | rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-182-27/+67
|\ \ | |/
| * Updated the create_region command in the RemoteAdmin plugin to properly ↵randomhuman2010-08-132-27/+67
| | | | | | | | support estates without seeking further input on the console.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-011-498/+499
|\ \ | |/