aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)3-3/+2
2011-08-14WorldMap: Added map item for Land-for-Sale. Implemented backlist item timeout...Snoopy Pfeffer1-19/+187
2011-08-13Fix a bug preventing region modules from creating trees at anything but the d...Aaron Duffy1-3/+3
2011-08-12If a map request to a server fails, always close the outbound connection.Justin Clark-Casey (justincc)1-1/+5
2011-08-12minor: change login enable/disable messages in last commit so that they occur...Justin Clark-Casey (justincc)1-2/+2
2011-08-12minor: On "login disable/enable" always tell the user the final login status,...Justin Clark-Casey (justincc)1-4/+2
2011-08-11minor: a little bit of log message correction/commenting outJustin Clark-Casey (justincc)1-1/+1
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)4-20/+20
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)4-26/+26
2011-08-03Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)1-37/+32
2011-08-02remove ancient late 2008 cruft that handles the situation where the GetRegion...Justin Clark-Casey (justincc)1-10/+1
2011-07-23Fixed serverside_object_permission default value conflictionMakopoppo1-1/+1
2011-07-22Generate the initial maptile asynchronouslyOren Hurvitz1-4/+6
2011-07-18use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.Justin Clark-Casey (justincc)1-1/+1
2011-07-02If a user has the rights to edit a parcel's properties, then also allow them ...Justin Clark-Casey (justincc)1-4/+4
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-1/+1
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-1/+3
2011-06-14tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)1-2/+2
2011-06-13match water color for warp3d map tiler and adjust lightingMichael Cerquoni aka Nebadon Izumi1-5/+7
2011-06-12A few bug fixes on map V2. Zoom level weirdness still there.Diva Canto1-6/+12
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-4/+4
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto1-1/+3
2011-06-10Save the sun's position in OARsOren Hurvitz2-0/+5
2011-06-09The map breakage is actually at 2048!Diva Canto1-3/+3
2011-06-08Consistency fix on the last commit.Diva Canto1-1/+1
2011-06-08Fixed a compilation problem. Also added a lengthy comment on the Map hack, so...Diva Canto1-35/+48
2011-06-08Reverting the [HG]MapModule to its buggy behavior above 4096. Ppl seem to pre...Diva Canto1-5/+15
2011-05-30Improved reuse on the WorldMap/WorldMapModule.csDiva Canto1-15/+5
2011-05-27Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)1-0/+4
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-1/+1
2011-05-26Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)1-2/+2
2011-05-26Add a --noassets option to "save oar".Justin Clark-Casey (justincc)3-37/+143
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-15/+26
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)4-4/+0
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-7/+8
2011-05-14Minor doc change to see if this provokes a good panda buildJustin Clark-Casey (justincc)1-2/+5
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz3-12/+20
2011-05-14Swapped the two restart command descriptions each otherMakopoppo1-2/+2
2011-05-09Changed the Access flag on HGMap to 255 (does not exist) and clarified the ot...Diva Canto1-1/+1
2011-05-09Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects regio...Diva Canto1-1/+1
2011-05-09Fixes gray tiles on map search for viewers 1.Diva Canto2-5/+9
2011-05-08The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto1-4/+4
2011-05-06add descriptive explanations for region restart functionalityJustin Clark-Casey (justincc)1-6/+13
2011-04-23Added MaxAgents configuration option to RegionConfig.ini allowing region host...E. Allen Soard1-1/+4
2011-04-18bump oar version number to 0.6.Justin Clark-Casey (justincc)1-1/+1
2011-04-18Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2-9/+18
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-1/+1
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-0/+4
2011-04-12Implemented terrain save-tile command. Does the opposite of load-tile. For no...Diva Canto7-0/+132
2011-04-06Signal prim count taint if the AbsolutePosition of a scene object changes.Justin Clark-Casey (justincc)1-4/+26