aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Land/LandObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-2/+2
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-2/+2
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-2/+2
| | | | | | | | * Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
* Correct prim counts for group land. Correct MessageTransferModule startupMelanie Thielker2008-11-171-2/+3
|
* Add group prim count support to land propertiesMelanie Thielker2008-11-161-1/+7
|
* * refactor: Remove OutPacket from the IClientAPIJustin Clarke Casey2008-10-151-1/+1
| | | | | | | * I believe this is reasonable since code outside the Linden client stack shouldn't be aware of the packet format being used * I would love to have made the method protected, but the LoadBalancerPlugin is still calling it and resolving that would require more work
* - Fix wrong order of max/min usage for clipping. Uses Util.Clamp nowHomer Horwitz2008-10-081-2/+2
| | | | | | - Add support for immediate switching of Music/Media URLs. Radio-scripts should work now.
* * Patch from JHurlimanTeravus Ovares2008-09-261-14/+14
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-23/+23
| | | | | | | * 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-2/+2
|
* Minor formatting cleanup.Jeff Ames2008-08-071-2/+2
|
* Addresses Mantis #1886Melanie Thielker2008-08-041-4/+7
| | | | | | | | Forces the landmark and menu flags to be always set, like in previous releases. This will cause the parcel based restriction on setting landmarks to have no effect, until it is implemented properly
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-66/+66
| | | | | | | the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-3/+3
|
* Patch #9151Melanie Thielker2008-07-181-1/+5
| | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
* Patch #9149Melanie Thielker2008-07-141-1/+1
| | | | | | Make all of the toggles go live. Utilizes the new database table for almost everything. Remove lots of now unneeded settings from the EstateSettings class
* Patch #9147Melanie Thielker2008-07-141-3/+11
| | | | | | | Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-081-5/+5
|
* *Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen2008-06-111-2/+41
| | | | override the default method of calculating how many prims a parcel can have.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-3/+3
|
* * Fixes endless loop in the Land Module when selecting any object.Teravus Ovares2008-05-241-0/+3
| | | | | * Fixes returning objects when the object owner hasn't been in the simulator since the simulator started up last.
* This enables return from the parcel object owner display.Teravus Ovares2008-05-241-23/+63
| | | | | There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
* * Implements selected object return.Teravus Ovares2008-05-241-25/+45
| | | | | * If user is in the same sim with you, they'll get an inventory update, if not.... oh well, they'll have to clear their cache potentially before they'll see it.
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* *Complete redo of the permissions modulemingchen2008-05-131-35/+47
| | | | | | *Removed hardcoded permissions checks *Added permissions checks where needed
* *LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen2008-05-061-1/+1
| | | | | | | the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
* * Cleaning up code, making it conform to OpenSim standards.Adam Frisby2008-05-061-4/+4
|
* *Standardized the Land module by removing all references to ↵mingchen2008-05-051-224/+35
| | | | libsecondlife.packets
* * For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares2008-05-031-0/+5
| | | | does not regenerate until you're dead!
* * Rolled back a few changes.Adam Frisby2008-05-011-15/+15
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-15/+15
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-927/+927
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-121/+106
|
* * Commiting a bunch of missed files.Adam Frisby2008-04-301-0/+943