aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-12Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)2-21/+93
This will show the estate for each region, along with that estate's id and the estate owner. This is temporary because the command output might change. This commit also converts the estate module from the old to the new region module format
2011-02-11refactor: split out estate management commands into separate classJustin Clark-Casey (justincc)2-340/+400
2011-02-07Mantis #5368 -- exception on WorldMapDiva Canto1-3/+4
2011-01-29Flash out the prim count moduleMelanie1-0/+174
2011-01-29Create the structure of classes and interfaces to replace the cruft thatMelanie1-0/+120
is in the land management module today
2011-01-28Adding the prim count module skeletonMelanie1-0/+112
2011-01-28minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-28Display supported file extensions/formats in "terrain load help" (Mantis #5349)Kevin Cozens1-2/+8
2011-01-28Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens2-50/+224
Terrain files can now be loaded and saved using the Terragen (.ter) format. Selection of the terrain file loader to use is now based on the extension of the filename being loaded and the data is loaded using a memory stream instead of writing it to a file and then loading it from the file.
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2-9/+23
2011-01-27Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)1-28/+44
2011-01-27Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)1-2/+14
2011-01-27When an oar is loaded, do not create a default parcel before loading the ↵Justin Clark-Casey (justincc)3-11/+18
parcels from the OAR. The region spanning parcel shouldn't exist in this situation. If it does, when the land data is loaded it is repersisted with a local ID which comes after the ones loaded via the oar, which obliterates the oar loaded one. Resaving the data we just loaded from the database is somewhat odd in itself (though this makes sense from the way that OAR loading was already using the same event).
2011-01-27Show local IDs in "land show" output.Justin Clark-Casey (justincc)2-5/+11
Also properly insert region name in "land clear" command
2011-01-27Add "land clear" commandJustin Clark-Casey (justincc)1-3/+13
This clears all parcels from the currently selected region and replaces them with the single region spanning default parcel owned by the estate owner
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead ↵Justin Clark-Casey (justincc)3-0/+29
of merged. The --merge switch will still merge the old and new land parcelling.
2011-01-27remove unused CreateBaseLand()Justin Clark-Casey (justincc)1-9/+0
2011-01-26Implement command "land show". This shows all the parcels on the currently ↵Justin Clark-Casey (justincc)3-18/+121
selected region/s This is useful for diagnostics. The command is "land show" rather than "show land" because it's implemented as a module specific subcommand.
2011-01-23Fixes mantis #5343Diva Canto1-0/+1
2011-01-22stop extremely old region serialization commands from appearing in the consoleJustin Clark-Casey (justincc)1-27/+26
as far as I know these are unused and unsupported. Please re-enable if this is not the case. This does not effect save-xml[2]/load-xml[2]
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)3-6/+6
2011-01-17Protect World Map module, RequestMapItemsAsync, from badly formed URLs.Diva Canto1-1/+11
2011-01-12Fix direct item give permissionsMelanie1-1/+1
2011-01-08Added more debug messages under the -verbose option.Diva Canto1-2/+6
2011-01-07Make HG map search consistent with new syntax for link-region, i.e. ↵Diva Canto1-1/+1
http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http.
2011-01-06Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ↵Diva Canto1-3/+3
This makes HG map tiles work on map search -- a longstanding annoyance. My map search tests were all ok, but since I don't understand these flag values, this may break something related to map search.
2011-01-03Fix scoping for prim region crossingsMelanie1-1/+1
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-34/+34
properly
2010-12-25Fixes mantis #5279Diva Canto1-1/+1
2010-12-14Made the map thread request the map items asynchronously, as the name ↵Diva Canto1-9/+71
suggested -- but with a cap of 20 async requests max at any given time.
2010-12-14Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for ↵Diva Canto2-3/+3
grided sims.
2010-12-13Fix a small bug in ban list handlingMelanie1-0/+2
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie3-120/+170
Remove the too coarse CanEditParcel method in favor of a CanEditParcelProperties method that takes a GroupPowers argument to specify what action is to be taken. Also, make the method to set parcel data much more granular. Permissions in a deeded setting should now work.
2010-12-11Drop current OAR version back to 0.5 since these are currently now ↵Justin Clark-Casey (justincc)3-35/+34
compatible with older OpenSim versions again. Removed ability to choose 0.4 to avoid having to write code that polices this properly. Please shout on the ml if you really need this.
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2-7/+30
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-11-25Export the module interface for restartMelanie1-1/+2
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-1/+17
2010-11-25Finish the RestartModule and fix some bugs. Add new console commands:Melanie1-2/+60
region restart bluebox <msg> <time> ... region restart notice <msg> <time> ... region restart abort [<message>]
2010-11-25Implement the restart moduleMelanie1-2/+113
2010-11-24Adding the skeleton for the restart moduleMelanie1-0/+93
2010-11-23Fix: Allow use of parameters without specifying a file path with command ↵Marck1-1/+1
"save oar"
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2-3/+8
themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
2010-11-21Global creator information working on MySQL DB and on load/save OARs. ↵Diva Canto3-3/+27
Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule.
2010-11-20Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)1-8/+8
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)3-3/+4
(note; contrary to previous commits, saving 0.4 OARs is actually broken since serialized objects in inventories are not yet converted properly). Firstly, if you can save a version 1.0 OAR then you can load it too. Secondly, closing the save stream even on success before assets/objects are saved is a bad idea
2010-11-20correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)1-2/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
If oar contents are being changed such that older versions of opensim can't load them, then the major version must be increased This also locks version parameters to either 1.0 or 0.4, so that arbitrary 'versions' cannot be saved Also closes save stream properly in the event of an error Version 1.0 OARs are currently incompatible with OpenSim 0.7.0.2 and earlier. However, you can still save compatible version 0.4 OARs by specifing --version=0 on the save oar command line e.g. save oar --version=0 oars/test.oar
2010-11-17Fix gesture and viewer preview sounds not playingMelanie1-7/+13
2010-11-10Remove a debug spamMelanie1-1/+0
2010-11-09Although the Allow Voice setting is per estate rather than per region,Melanie1-1/+3
apparently it is required in the region handshake to let the client enable parcel voice controls. So, send it.