aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/LandData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-22/+36
|
* Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value ↵PixelTomsen2012-10-201-125/+260
| | | | | | (implementation of dwell-value in LandData + eventhandler, return always 0); source-formatting of LandData Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Enable voice by default on parcels to weaken effects of viewer 2/3 ↵Justin Clark-Casey (justincc)2012-03-281-1/+1
| | | | | | | | | | ParcelVoiceInfoRequest bug Viewer 2/3 contains a bug where the viewer will constantly retry ParcelVoiceInfoRequest requests on voice-disabled parcels where voice is otherwise available. Attempts to fix this server-side have not been successful - sending a non-OK http code (e.g. a 404) just makes the viewer request again immediately. Dropping the request entirely is a bit better but the viewer still retries after a minute. Estate settings already enabled voice by default so doing the same for parcels. This only has an effect if you have any voice system active at all. Ultimately, the re-request bug needs to be fixed viewer-side (LL suffers from the same issue!) but it might be worth implementing the drop request hack.
* Change LandDataSerializer deserialization so that in the future it won't ↵Justin Clark-Casey (justincc)2012-02-031-1/+1
| | | | | | care about extra elements or element order. This brings it into line with other deserializations such as object and will improve future backward compatibility.
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-6/+13
| | | | | | accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts)
* Change some text to make the autoreturn mechanism more obvious, and align ↵Justin Clark-Casey (justincc)2011-04-051-1/+1
| | | | with the fact that it's one word rather than two.
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-64/+1
| | | | | However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc. This is probably why prim counts were being done there in the first place.
* Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-0/+2
|
* Formatting cleanup.Jeff Ames2010-09-121-14/+14
|
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-14/+0
| | | | on IDwellModule
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-14/+90
| | | | | | properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com>
* Revolution is on the roll again! :)Revolution2010-02-141-0/+26
| | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
* preparing LandData seriali(s|z)ation into OAR [not yet functional]dr scofield (aka dirk husemann)2009-09-041-0/+33
|
* Misc cleanup.Jeff Ames2009-08-161-1/+1
|
* * minor: commentsTeravus Ovares (Dan Olivares)2009-08-131-1/+125
|
* minor:commentsTeravus Ovares (Dan Olivares)2009-08-121-0/+3
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-9/+9
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-3/+3
|
* Add group prim count support to land propertiesMelanie Thielker2008-11-161-1/+1
|
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-0/+22
| | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-26/+26
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
|
* make privates privateSean Dague2008-07-231-39/+39
|
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-77/+401
| | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
* *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵mingchen2008-07-031-1/+1
| | | | creation/reclaim/sale date.
* * Spring cleaning.Adam Frisby2008-04-291-18/+17
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+1
| | | | (this took a while to run).
* * Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares2008-04-151-0/+1
| | | | | | | | * Fixes an estate naming issue * Fixes a land issue with the landobject not reporting the proper parcel prim. * A few other tweaks.
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* * Mother of all commits:Adam Frisby2008-01-151-3/+4
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Optimized usingslbsa712007-12-271-3/+4
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* *Added Ban Lines around parcels for banned avatars, but there is no actual ↵mingchen2007-12-191-1/+1
| | | | | | | blocking done yet. *Made the OnSignificantClientMovement distance from .02 to .45 to make it easier on the server.
* *Land has now been linked to the StorageManager. Next step is to fill in the ↵mingchen2007-12-171-1/+14
| | | | functions for the different datastore interfaces for Land Objects.
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-4/+4
|
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+123