aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)2011-02-122-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
* refactor: split out estate management commands into separate classJustin Clark-Casey (justincc)2011-02-112-340/+400
|
* Mantis #5368 -- exception on WorldMapDiva Canto2011-02-071-3/+4
|
* Flash out the prim count moduleMelanie2011-01-291-0/+174
|
* Create the structure of classes and interfaces to replace the cruft thatMelanie2011-01-291-0/+120
| | | | is in the land management module today
* Adding the prim count module skeletonMelanie2011-01-281-0/+112
|
* minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)2011-01-281-2/+2
|
* Display supported file extensions/formats in "terrain load help" (Mantis #5349)Kevin Cozens2011-01-281-2/+8
|
* Added loading and saving of terrain files using Terragen format (Mantis #1564)Kevin Cozens2011-01-282-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.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-01-282-30/+58
|\
| * Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)2011-01-271-28/+44
| |
| * Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)2011-01-271-2/+14
| |
* | Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-282-9/+23
|/
* When an oar is loaded, do not create a default parcel before loading the ↵Justin Clark-Casey (justincc)2011-01-273-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).
* Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-272-5/+11
| | | | Also properly insert region name in "land clear" command
* Add "land clear" commandJustin Clark-Casey (justincc)2011-01-271-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
* Fix OAR parcel loading so that old parcels are replaced by the new instead ↵Justin Clark-Casey (justincc)2011-01-273-0/+29
| | | | | | of merged. The --merge switch will still merge the old and new land parcelling.
* remove unused CreateBaseLand()Justin Clark-Casey (justincc)2011-01-271-9/+0
|
* Implement command "land show". This shows all the parcels on the currently ↵Justin Clark-Casey (justincc)2011-01-263-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.
* Fixes mantis #5343Diva Canto2011-01-231-0/+1
|
* stop extremely old region serialization commands from appearing in the consoleJustin Clark-Casey (justincc)2011-01-221-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]
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-01-213-6/+6
|
* Protect World Map module, RequestMapItemsAsync, from badly formed URLs.Diva Canto2011-01-171-1/+11
|
* Fix direct item give permissionsMelanie2011-01-121-1/+1
|
* Added more debug messages under the -verbose option.Diva Canto2011-01-081-2/+6
|
* Make HG map search consistent with new syntax for link-region, i.e. ↵Diva Canto2011-01-071-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.
* Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ↵Diva Canto2011-01-061-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.
* Fix scoping for prim region crossingsMelanie2011-01-031-1/+1
|
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-34/+34
| | | | properly
* Fixes mantis #5279Diva Canto2010-12-251-1/+1
|
* Made the map thread request the map items asynchronously, as the name ↵Diva Canto2010-12-141-9/+71
| | | | suggested -- but with a cap of 20 async requests max at any given time.
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for ↵Diva Canto2010-12-142-3/+3
| | | | grided sims.
* Fix a small bug in ban list handlingMelanie2010-12-131-0/+2
|
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-133-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.
* Drop current OAR version back to 0.5 since these are currently now ↵Justin Clark-Casey (justincc)2010-12-113-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.
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-054-8/+310
|\
| * Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-292-7/+30
| | | | | | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
| * Export the module interface for restartMelanie2010-11-251-1/+2
| |
| * Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-1/+17
| |
| * Finish the RestartModule and fix some bugs. Add new console commands:Melanie2010-11-251-2/+60
| | | | | | | | | | | | region restart bluebox <msg> <time> ... region restart notice <msg> <time> ... region restart abort [<message>]
| * Implement the restart moduleMelanie2010-11-251-2/+113
| |
| * Adding the skeleton for the restart moduleMelanie2010-11-241-0/+93
| |
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-231-1/+1
|\ \ | |/
| * Fix: Allow use of parameters without specifying a file path with command ↵Marck2010-11-231-1/+1
| | | | | | | | "save oar"
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-217-107/+179
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-212-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).
| * Global creator information working on MySQL DB and on load/save OARs. ↵Diva Canto2010-11-213-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.
| * Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)2010-11-201-8/+8
| |
| * Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-203-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
| * correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)2010-11-201-2/+2
| |