aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06new version of patch to add default-user switch new version :qw :wq updated v...Matt Lehmann1-0/+2
2014-05-06updated version of default user switch for load oar :q :qMatt Lehmann2-6/+42
2014-05-06fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()Kunta Kinte1-99/+79
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-6/+5
2014-05-01Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)1-0/+7
2014-04-30minor: Correct mistake in terrain flip error message from previous commit 5d0...Justin Clark-Casey (justincc)1-1/+1
2014-04-30minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)1-8/+9
2014-04-30Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)1-0/+22
2014-04-28BulletSim: non-functional changes to debugging statements and formatting.Robert Adams1-2/+1
2014-04-25Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2-1/+76
2014-04-25Adjust permissions to work hand in hand with what the viewer believes they are.Melanie1-7/+7
2014-04-24Changed how UserProfile performs a fallback call using the OpenProfile API, b...Oren Hurvitz1-30/+37
2014-04-24Refactored: moved OpenProfileClient to a location where it can be used by bot...Oren Hurvitz2-193/+1
2014-04-23Show Group name when land is group-ownedDev Random1-7/+28
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23Dynamic textures shouldn't be saved in the assets service (only in the simula...Oren Hurvitz1-2/+2
2014-04-23Hypergrid: don't send Local assets to other gridsOren Hurvitz1-35/+34
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz5-67/+1
2014-04-23Eliminated many warningsOren Hurvitz10-11/+13
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz1-0/+2
2014-04-21Fixed: when a user logged-in, sometimes he didn't get notified of the Online ...Oren Hurvitz2-2/+24
2014-04-20Better error-handling when storing assets: recognize that 'null' is an error ...Oren Hurvitz2-12/+9
2014-04-20Fixed: once a user has rezzed an object, they could then duplicate it as much...Oren Hurvitz1-3/+5
2014-04-20Fixed: if a user belonged to the parcel's group then he was allowed to rez ob...Oren Hurvitz1-16/+16
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz3-12/+17
2014-04-19Catch empty url errorBlueWall1-0/+3
2014-04-13In teleports, when sending the Source region, set its ServerURI to the Gateke...Oren Hurvitz2-2/+7
2014-04-10Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer1-0/+44
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz4-18/+25
2014-04-08Improved error messages when a teleport fails. The viewer's dialog already sa...Oren Hurvitz1-4/+4
2014-04-08Allow invalidating the users cacheOren Hurvitz2-2/+15
2014-04-07When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz3-7/+10
2014-04-07Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a userOren Hurvitz3-14/+3
2014-04-06Fixed: during a teleport we always sent the error "The teleport destination c...Oren Hurvitz2-7/+1
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz3-6/+23
2014-04-06Pass the correct position to QueryAccess() instead of UUID.Zero (it was wrong...Oren Hurvitz1-1/+1
2014-04-03remove some whitespace that snuck in with last patchMichael Cerquoni1-2/+2
2014-04-03Add Varregion support to Terragen HandlerDev Random1-28/+23
2014-04-03Move new Estate commands to OpenSim.csDev Random2-188/+21
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz3-11/+39
2014-04-02BulletSim: make avatar physical shape to be a rectangle rather thanRobert Adams1-5/+1
2014-04-03minor: Fix warning in AvatarFactoryModuleJustin Clark-Casey (justincc)1-1/+1
2014-04-03Wrap contents of ETM.CrossAgentToNewRegionAsync() in try/catch to avoid a fai...Justin Clark-Casey (justincc)1-13/+19
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz4-20/+83
2014-04-01fix orphaned code in sun module per mantis 7068Mic Bowman1-5/+5
2014-04-02remove EstateManagmentCommands.m_commander that has been unused for some timeJustin Clark-Casey (justincc)1-2/+0
2014-04-02Console command to rename EstateDev Random2-221/+325
2014-03-29Console command to change Estate ownerDev Random2-3/+157
2014-03-28Removed default timeout when starting scripts after Load OAROren Hurvitz1-2/+2