Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-06 | 1 | -65/+2 |
|\ | |||||
| * | Change some text to make the autoreturn mechanism more obvious, and align ↵ | Justin Clark-Casey (justincc) | 2011-04-05 | 1 | -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-05 | 1 | -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. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-01-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 2011-01-28 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-13 | 1 | -14/+14 |
|\ \ | |/ | | | | | | | The modules will need to be updated for this to compile and run again. Please don't use until I do the companion commit to modules later on. | ||||
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -14/+14 |
| | | |||||
| * | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -14/+0 |
| | | | | | | | | on IDwellModule | ||||
* | | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -14/+0 |
| | | | | | | | | on IDwellModule | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-30 | 1 | -14/+90 |
|\ \ | |/ | |||||
| * | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 2010-08-30 | 1 | -14/+90 |
| | | | | | | | | | | | | properly for the new media settings. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Make "Allow other residents to edit terrain" default to FALSE | Tom Grimshaw | 2010-06-25 | 1 | -1/+1 |
|/ | |||||
* | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 1 | -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-04 | 1 | -0/+33 |
| | |||||
* | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | * minor: comments | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -1/+125 |
| | |||||
* | minor:comments | Teravus Ovares (Dan Olivares) | 2009-08-12 | 1 | -0/+3 |
| | |||||
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 1 | -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 Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -3/+3 |
| | |||||
* | Add group prim count support to land properties | Melanie Thielker | 2008-11-16 | 1 | -1/+1 |
| | |||||
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -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 JHurliman | Teravus Ovares | 2008-09-06 | 1 | -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 Ames | 2008-08-18 | 1 | -3/+3 |
| | |||||
* | make privates private | Sean Dague | 2008-07-23 | 1 | -39/+39 |
| | |||||
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 1 | -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 ↵ | mingchen | 2008-07-03 | 1 | -1/+1 |
| | | | | creation/reclaim/sale date. | ||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -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 Frisby | 2008-04-21 | 1 | -1/+1 |
| | | | | (this took a while to run). | ||||
* | * Fixes an issue with the BaseHttpServer in Linux | Teravus Ovares | 2008-04-15 | 1 | -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 Ames | 2008-03-18 | 1 | -27/+27 |
| | |||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -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 usings | lbsa71 | 2007-12-27 | 1 | -3/+4 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | *Added Ban Lines around parcels for banned avatars, but there is no actual ↵ | mingchen | 2007-12-19 | 1 | -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 ↵ | mingchen | 2007-12-17 | 1 | -1/+14 |
| | | | | functions for the different datastore interfaces for Land Objects. | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
| | | | | notice of doom | ||||
* | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 2007-11-24 | 1 | -4/+4 |
| | |||||
* | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 2007-10-31 | 1 | -0/+123 |