aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Removed uncalled region load method.Kevin Houlihan2011-09-241-30/+0
| | | | | | | | The method LoadRegionsPlugin.LoadRegionFromConfig was no longer being referenced from anywhere, so I removed it. It's function has apparently been taken on by the PostInitialise of that module.
* | Merge commit 'd358125cac4e01194dae4b1f0bc9afc87e463f76' into bigmergeMelanie2011-10-111-1/+1
|\ \ | |/
| * Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)2011-09-221-1/+1
| | | | | | | | This is moved into ScenePresence for now as a general facility
* | Merge commit '1458fab82c4dab9901d81419e6b515f47ea7320f' into bigmergeMelanie2011-10-111-4/+13
|\ \ | |/
| * Reattaching a region was failing if the estate name had not changed (issue ↵Kevin Houlihan2011-09-161-4/+13
| | | | | | | | | | | | 5035). Using the RemoteAdmin API to close then recreate a region would fail if the estate name had not changed. If the estate name /was/ changed then the existing estate would be renamed rather than a new one being created. The problem really arose from a lack of distinction in the data storage layer between creating new estates and loading existing ones.
* | Bring us up to date.Tom2011-09-141-0/+13
|\ \ | |/
| * Added a check to the CreateRegion method of the RemoteAdmin module that the ↵Kevin Houlihan2011-09-091-0/+13
| | | | | | | | | | | | specified user exists. A meaningful exception message is returned if the user is not found. Previously it was returning "Object not set..."
* | Resolve merge commits, stage 1Tom2011-09-042-9/+9
|\ \ | |/
| * early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-1/+1
| | | | | | | | | | this is to allow walking on prims. it will be up to the script writer to be sure that there is a continuous path. currently implemented in osNpcMoveToTarget(), but none of this is final.
| * refactor: rename the move to position methods to move to target to be ↵Justin Clark-Casey (justincc)2011-08-031-1/+1
| | | | | | | | consistent with terminology used by scene object part and elsewhere
| * get rid of vestigal move to parametersJustin Clark-Casey (justincc)2011-08-031-2/+2
| |
| * Partially fix autopilot/go hereJustin Clark-Casey (justincc)2011-08-021-1/+1
| | | | | | | | | | | | | | This now works again except that it requires a click or avatar mvmt to get going This is because the ScenePresence.HandleAgentUpdate() method doesn't trigger until the client does something significant, at which point autopilot takes over. Even clicking is enough to trigger. This will be improved presently.
| * Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-021-7/+7
| | | | | | | | This is not used for anything - appearances are always properties of objects with ids (ScenePresence, AgentCircuitData) and just has the potential to get out of sync when the appearance is cloned.
* | Merge branch 'master' into careminster-presence-refactorroot2011-07-051-2/+39
|\ \ | |/
| * Add profile, merge, noassets and skip-assets options for loading/saving oars ↵Justin Clark-Casey (justincc)2011-07-021-2/+39
| | | | | | | | | | | | | | via RemoteAdmin This is http://opensimulator.org/mantis/view.php?id=5453 Thanks Michelle Argus!
* | 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
|\ \ | |/