aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-03-26refactor: Actually use MaptileStaticFile in RegionInfo rather than having bot...Justin Clark-Casey (justincc)1-4/+10
2014-03-26- Increased the threadpool timeout to 10 minutesOren Hurvitz1-2/+2
2014-03-25Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall1-6/+0
2014-03-25Move JsonRpc request code out for general availabilityBlueWall1-173/+19
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2-2/+219
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz4-7/+7
2014-03-25Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)1-1/+2
2014-03-24In Load OAR, correctly restore group-owned objectsOren Hurvitz1-3/+3
2014-03-24In Load OAR: Zero isn't a valid Group IDOren Hurvitz1-4/+2
2014-03-24During Load OAR, fix the User and Group ID's in objects that are embedded in ...Oren Hurvitz1-53/+77
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-47/+19
2014-03-24When searching for users, don't add users from the local cache if they have a...Oren Hurvitz1-2/+3
2014-03-24Trim search queries (for users, groups, etc.). I have found that sometimes th...Oren Hurvitz1-1/+3
2014-03-24Fixed: OnRegionInfoChange was never triggeredOren Hurvitz1-3/+0
2014-03-24Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....Oren Hurvitz1-0/+4
2014-03-22Fix negative stat for Active ScriptsDev Random1-2/+3
2014-03-22Reverting "Set default name for mute list" that was pushed by mistake.Kevin Cozens1-1/+1
2014-03-22Reverting "Pass method to offline.php" commit that was pushed by mistake.Kevin Cozens1-2/+2
2014-03-22Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A...Kevin Cozens1-2/+2
2014-03-22Set default name for mute list module as shown in OpenSim.ini.exampleKevin Cozens1-1/+1
2014-03-20Adding a way to disable/enable the in built Dwell ModuleH-H-H1-3/+17
2014-03-19Allow MaptileStaticFile path to be set to anywhere and not force it to bin/ma...Michael Cerquoni1-3/+3
2014-03-18Allow Region specific static maptiles to be loaded from file.Jak Daniels1-18/+35
2014-03-17Add regression test for http inventory fetch.Justin Clark-Casey (justincc)1-0/+4
2014-03-11Enable MapImageServiceModule with no refreshDev Random1-12/+22
2014-03-11Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)2-67/+211
2014-03-11varregion: remove serialization of region terrain to floats when sending patc...Robert Adams1-2/+6
2014-03-10Change terrain update sending to be triggered by frame tick ratherRobert Adams1-50/+92