aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (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-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-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-23Eliminated many warningsOren Hurvitz5-5/+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-10Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer1-0/+44
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-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-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2-4/+4
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-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-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-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
2014-03-07Remove try/catch in LandManagmentModule.GetLandObject() - this is very old co...Justin Clark-Casey (justincc)1-70/+51
2014-03-07Lock m_landlist whilst loading parcels from storage to prevent a race against...Justin Clark-Casey (justincc)1-7/+18
2014-03-07Only auto-create a land parcel when there is none in a specified tile if ther...Justin Clark-Casey (justincc)1-1/+13
2014-03-06Add scene name to bad parcel add loggingJustin Clark-Casey (justincc)1-2/+3
2014-03-06refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)1-23/+13
2014-03-06minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)1-1/+1
2014-03-06Remove array initialize calls in LMM - these are unnecessary as the VM alread...Justin Clark-Casey (justincc)1-4/+0
2014-03-06minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)1-12/+12
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)2-19/+190
2014-02-28Maybe slightly reduce warp3d memory leakage by disposing of decoded bitmap in...Justin Clark-Casey (justincc)1-8/+6
2014-02-20If texture decode fails in Warp3D map maker, log uuid of asset that failed to...Justin Clark-Casey (justincc)1-1/+14
2014-02-15Fix displacement and location operations on legacy trees and grass inRobert Adams1-1/+1