aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* This little sucker had evaded my attention forever. As a consequence some ↵Diva Canto2014-05-091-10/+28
| | | | assets associated with foreign users were being missed.
* Fix test breakageDiva Canto2014-05-081-1/+1
|
* Make the URL for texture redirects match the path of the resource that we ↵Diva Canto2014-05-081-1/+1
| | | | use in OpenSim.
* Finished implementing redirects in GetTexture.Diva Canto2014-05-074-9/+18
|
* Delete extraneous console message in the Configger.Diva Canto2014-05-071-1/+0
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-0728-107/+473
|\
| * Add GridUserService service config to [UserAccountService] in ↵Justin Clark-Casey (justincc)2014-05-072-0/+2
| | | | | | | | | | | | | | | | Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set. Code already exists to do this but forgot to put entry into config files a long time ago. Thanks to AliciaRaven for the spot. Relates to http://opensimulator.org/mantis/view.php?id=7155
| * Remove duplicate HypergridLinker entry from [GridService] in ↵Justin Clark-Casey (justincc)2014-05-071-2/+0
| | | | | | | | Robust.HG.ini.example
| * Add Matt Lehmann to contributorsJustin Clark-Casey (justincc)2014-05-061-0/+1
| |
| * Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()"Justin Clark-Casey (justincc)2014-05-061-79/+99
| | | | | | | | | | | | | | There is a problem here with infinite recursion, but this patch loses the 'hunting' behaviour where the code will attempt multiple lookups if the avatar is teleporting rapidly around different simulators. This patch only does a single lookup before giving up. This reverts commit cecb446e0e91ede0b05ea9cf40c1313782241f3d.
| * Console commands for Estate MgmtDev Random2014-05-063-0/+179
| |
| * new version of patch to add default-user switch new version :qw :wq updated ↵Matt Lehmann2014-05-061-0/+2
| | | | | | | | version of default user switch for load oar :q :q
| * updated version of default user switch for load oar :q :qMatt Lehmann2014-05-063-6/+43
| |
| * fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()Kunta Kinte2014-05-061-99/+79
| |
| * Fix avatars going to corner of region when they are sitting on a child prim ↵Vegaslon2014-05-061-1/+1
| | | | | | | | and the prim is deleted.
| * Change llUnSit to be able to unsit any avatar that is currently sat on the ↵Vegaslon2014-05-061-1/+2
| | | | | | | | object, not just avatars sitting on the sittarget in the object containing the script. or when the object is owned by the parcel, land group or estate owner.
| * Mantis 7146 The lsl function llGetMassMKS is not implementedTalun2014-05-063-0/+13
| | | | | | | | | | This patch implements llGetMassMKS as it is described in the wiki http://wiki.secondlife.com/wiki/LlGetMassMKS
| * minor: Change configuration text in config files to reflect the existing ↵Justin Clark-Casey (justincc)2014-05-062-8/+12
| | | | | | | | situation of BulletSim as the default physics engine.
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2014-05-0619-90/+262
| |\
| | * Better error handling in AssetServerPostHandler. Invalid XML causes an ↵Oren Hurvitz2014-05-061-1/+1
| | | | | | | | | | | | InvalidOperationException, not an XmlException
| | * When moving an item from a prim to a user's inventory, don't delete the item ↵Oren Hurvitz2014-05-061-4/+25
| | | | | | | | | | | | from the prim until it was successfully copied to the user
| | * Show more meaningful error messages when failed to move an item from a prim ↵Oren Hurvitz2014-05-064-29/+56
| | | | | | | | | | | | | | | | | | to a user's inventory. Also, actually show the error to the user in more cases. (Previously, sometimes the operation failed without telling the user anything.)
| | * Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-066-29/+59
| | |
| | * Log whenever an inventory operation is blocked because the item/folder isn't ↵Oren Hurvitz2014-05-061-8/+52
| | | | | | | | | | | | in the Suitcase
| | * - When sending the "My Suitcase" folder to the client, always claim it has ↵Oren Hurvitz2014-05-064-10/+17
| | | | | | | | | | | | Folder Type 8. (Previously we had used Folder Type -1 in one place, and LLClientView didn't even bother changing Folder Type 100 to anything else.)
| | * Added range-checking for the parameters to PRIM_POINT_LIGHT (used in ↵Oren Hurvitz2014-05-061-3/+3
| | | | | | | | | | | | llSetLinkPrimitiveParamsFast() )
| * | minor: Comment out Cacheitems debug log lines for nowJustin Clark-Casey (justincc)2014-05-021-6/+6
| | |
* | | Allow Tools.Configger to take -inifile as argumentDiva Canto2014-05-072-8/+9
| | |
* | | Makes it possible to support grids in which all the simulators share all ↵Diva Canto2014-05-043-24/+103
| |/ |/| | | | | | | | | | | | | central services of a Robust server EXCEPT assets. In other words, grids where the simulators' assets are kept in one DB and the users' inventory assets are kept on another. When users rez items from inventory or take objects from world, an HG-like asset copy takes place between the 2 servers, the world asset server and the user's asset server. This makes the simulators independent of the central asset server. Note that this an advanced configuration and requires some security strengthening coming up.
* | Please note: older simulators (0.7.6) still send the info about gzip in ↵Diva Canto2014-05-041-2/+2
| | | | | | | | ContentType
* | Added a optional key between the group remote connectors, sim and service. ↵Diva Canto2014-05-034-5/+48
|/ | | | This allows for more secure group services, to be used by collections of mutually-trusting grids.
* Mantis 7144 missing ATTACH_AVATAR_CENTER constantTalun2014-05-011-0/+2
| | | | This patch adds ATTACH_AVATAR_CENTER and ATTACH_NECK
* Fix issue where only one of multiple attachments on the same attachpoint for ↵Justin Clark-Casey (justincc)2014-05-014-7/+74
| | | | | | | | NPCs would be seen by other viewers. It appears that at least Singularity 1.8.5 (but probably others) rely on attachment FromItemIDs being different to display more than one. This commit resolves this by generating random IDs instead of always using UUID.Zero for NPCs. Resolves http://opensimulator.org/mantis/view.php?id=7110
* minor: Use Vector2.Zero constant and only set in condition branch where it ↵Justin Clark-Casey (justincc)2014-04-301-1/+2
| | | | was missing in TryParseConsole2DVector(). xbuild still compiles.
* Change XEngine to call StateChange rather than RemoveScript on state changesMelanie2014-04-301-1/+1
|
* Add the "StateChange" function to the async comand manager to differentiateMelanie2014-04-301-1/+23
| | | | between state changes and script exit/reset.
* Assign value to 'vector' to fix building under xbuild and MonodevelopBlueWall2014-04-301-0/+1
|
* minor: Correct mistake in terrain flip error message from previous commit ↵Justin Clark-Casey (justincc)2014-04-301-1/+1
| | | | 5d01a1f
* minor: Print output in response to terrain console commands on the console ↵Justin Clark-Casey (justincc)2014-04-301-8/+9
| | | | rather than in the log.
* Add "terrain show" console command which outputs terrain height for a given ↵Justin Clark-Casey (justincc)2014-04-302-13/+87
| | | | | | region co-ordinate. For debug purposes.
* minor: convert back some tabs to spaces that got into ScenePresence via ↵Justin Clark-Casey (justincc)2014-04-291-4/+4
| | | | recent patch bc969a6b
* Restore terrain height and flying adjustments that were eliminated from ↵Justin Clark-Casey (justincc)2014-04-291-28/+28
| | | | non-megaregion paths in ScenePresence.MoveToTarget() by recent patch bc969a6b
* Add regression test for NPC movement on a variable region.Justin Clark-Casey (justincc)2014-04-292-10/+84
| | | | Extends basic physics to allow av movement on a varregion (basic physics is only really useful for regression test purposes).
* Improved HTTP loggingOren Hurvitz2014-04-293-5/+9
|
* Fixed the UpdateAgentInformation CAP: the viewer expects the simulator to ↵Oren Hurvitz2014-04-291-6/+7
| | | | | | echo back the maturity that it sent Without this change, attempts to change the maturity rating in the viewer's Preferences don't work.
* BulletSim: non-functional changes to debugging statements and formatting.Robert Adams2014-04-282-8/+7
|
* BUlletSim: move safeynet ground plane to lower altitude. Define new BulletSimRobert Adams2014-04-282-2/+6
| | | | | | | parameter 'TerrainGroundPlane' which defaults to -500. BulletSim had assumed altitudes never went negative but that is not true. The ground plane is just a safety net so things wouldn't fall to infinity.
* Removed dependency on Linq in OpenProfileClientOren Hurvitz2014-04-281-1/+0
|
* Add missing [Test] decorator to actually get the basic scene creation test ↵Justin Clark-Casey (justincc)2014-04-251-0/+1
| | | | from 2227f51b to run
* Add basic regression test for creating a var regionJustin Clark-Casey (justincc)2014-04-252-1/+25
|