aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-03clean up and fixing a typo.Dr Scofield1-1/+1
2008-09-01Mantis #2072Melanie Thielker1-1/+14
Griefer protection! When running without serverside permissions, let only the owner edit attachments. Having everyone able to do it just isn't right.
2008-08-30* Oops, add landmarks to region archive loading/savingJustin Clarke Casey2-1/+9
* Hopefully this will resolve mantis 2049
2008-08-28Update svn properties, formatting cleanup.Jeff Ames6-30/+26
2008-08-26* On loading archives, report an error if an asset does not have the ↵Justin Clarke Casey2-45/+61
expected filename format
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares1-0/+10
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
2008-08-24Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker1-1/+4
and the for sale setting doesn't survive a sim restart, but this is most of the plumbing.
2008-08-22* Homer's amazing terrain MapTileRenderer. Thanks Homer!Teravus Ovares5-182/+704
* By default, texture rendering is on. This may be affected by using secure assets since your region hasn't registered with the gridserver before it asks for texture assets. It might also be affected by a slow asset server, so consider this release experimental. * Defined interface IMapTileTerrainRenderer. * Extracted "old" shaded maptile terrain rendering into ShadedMapTileRenderer; streamlined it a bit and added "highlight" rendering to its "shadow" rendering. * Added "new" terrain-texture based maptile terrain rendering (TexturedMapTileRenderer); made TerrainUtil.InterpolatedNoise public * Adapted MapImageModule to allow switching between those two by configuration * Added configuration option to OpenSim.ini.example
2008-08-20Mantis #2003 - thank you, SachaMagne, for a patch that implementsMelanie Thielker1-0/+10
the first part of gesture persistence. ---------------------------------------------------------- Attachments no longer vanish on walking crossing. Teleport is still problematic, but will now be blocked with message "Inconsistent attachment state" rather than losing the attachment. Detach to be able to TP in that case.
2008-08-19Mantis #1999Melanie Thielker1-0/+3
Allow the sim owner to add estate managers to any estate on the sim
2008-08-19Update svn properties, formatting cleanup.Jeff Ames1-46/+18
2008-08-18* maptile - just flatten it.. we'll worry about projection later.. Teravus Ovares1-4/+7
2008-08-18* Slightly better implementation of prim volume drawing on the maptile using ↵Teravus Ovares1-10/+177
projection of an oriented bounding box. This isn't quite right yet. Experimental. It takes about 3 times longer then the previous version, however produces better results.
2008-08-18* Maptile prim volume drawing change from manually drawing the rectangles ↵Teravus Ovares1-20/+65
using Bitmap.setpixel to a drawing2d graphics context. * Z-sort the prim volumes before drawing.
2008-08-18* Text/comment cleanup in MapImageModuleTeravus Ovares1-30/+6
2008-08-18Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978)Jeff Ames1-76/+78
2008-08-18Formatting cleanup.Jeff Ames29-329/+287
2008-08-17* Turned on the MapImageModule as opposed to the code in Scene for ↵Teravus Ovares1-3/+409
generating the map image. Copied the code in Scene into the MapImageModule, made a few tweaks to get it to work with the module's interface. * Refactored a few things in Scene to make maptile saving easier to understand. * Added comments to describe the 'clever code' assetcache update without the gridasset being updated so as to lessen possible confusion in patches in the future. * If the MapImageModule isn't loaded, default to the code in Scene still.
2008-08-17Patch for Adam: Add two new permissions options to Opensim.ini.exampleMelanie Thielker1-3/+7
and the permissions module
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-11/+15
2008-08-16Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2-1/+131
Places touched: - Added two events for in-packets to LLCLientView: RegionHandleRequest and ParcelInfoRequest - Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and ParcelInfoReply. - Scene handles the RegionHandleRequest, LandManagementModule the ParcelInfoRequest - Added inter-region request for LandData by RegionHandle and local position. This was implemented as XML-RPC request. The returned LandData isn't complete, it only contains the data necessary for answering the ParcelInfoRequest - Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData handling to LandManagementModule - Added methods for fake parcelID creation and parsing to Util - Fixed missing implementation of interface methods. - Added new file: OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs NOTE: This is part of the patch, too. Due to the many places touched, I would consider this patch as experimental.
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames2-6/+6
2008-08-16Reshuffle to eliminate prim owner lookups unless gridgods are enabledMelanie Thielker1-4/+7
2008-08-16Guard against a null ref in the permissions module when a profileMelanie Thielker1-2/+5
fetch fails.
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker1-1/+3
Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
2008-08-15Perils of copypaste. Missing references.Melanie Thielker1-1/+2
2008-08-15Fix repeated user profile info lookups. Redirect those lookups to cache.Melanie Thielker1-2/+3
2008-08-15Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker1-1/+1
the database is now intepreted as follows: low byte = user flags. Next byte, low nibble: Deternines the text (Resident, Lifetime, etc) shown. No customn text support yet.
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker4-10/+29
hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2-8/+8
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield3-12/+91
The following patch makes some enhancements to loading/saving the Xml2 format. - Add streamed version of functionality for saving prims to Xml2 format. The streamed version (optionally) allows for saving the prims whose positions appear within a particular bounding box. - Expose stream versions of LoadPrimsFromXml2 and SavePrimsToXml2 in the Scene class - Extend loading from Xml2 (the streamed version) to optionally start scripts for the loaded scene objects)
2008-08-14Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker1-5/+12
Change the tree populator module to supply a sensible value
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2-9/+11
estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
2008-08-13Make the estate owner UUID from the database have the same rightsMelanie Thielker1-1/+7
as the region master avatar, unless it's LLUUID.Zero (the default).
2008-08-09* if the user uuid is present, preserve ownership information when loading ↵Justin Clarke Casey1-10/+43
an archive * if the uuid isn't present, ownership is given to the region's master avatar
2008-08-08De-coupling the IClientAPI interface and ClientManager class from theMike Mazur1-1/+1
libsl/libomv Packet, as other client stacks could use other data types to pass packets around. Starting with InPacket() here, more to come.
2008-08-07Minor formatting cleanup.Jeff Ames4-13/+13
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-0/+4
This fixes a sitting problem which popped up on loading regions from archive and turned out to be caused by the fact that the archiving mechanisms all preserve the sit-target information that is set in the object at the time the image is captured. This caused the new region to pick a sit-target prim that did not correspond to the prim on which the script was running, so the script's changed event is driven with an invalid avatar UUID. I have modified the ArchiveReadRequest class so that any sit information that survives the archiving process is deleted before the object is instantiated. This change has just been checked in.
2008-08-04Addresses Mantis #1886Melanie Thielker2-6/+11
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
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker2-2/+10
Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
2008-07-31Thank you, HomerHorwitz, for a patch that implements ↵Melanie Thielker1-0/+8
llSetCameraParams/llClearCameraParams. Fixes Mantis #1867
2008-07-28* Added a check for Infinite or NaN values before updating a heightfield. ↵Adam Frisby1-0/+4
This may slow down terraforming when it debug mode - feedback appreciated.
2008-07-25* Remove dumb bug I put in which meant that an archive save would never ↵Justin Clarke Casey2-2/+10
complete if there were any missing assets
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-2/+2
2008-07-25Patch #9155 (Mantis #1793)Melanie Thielker1-0/+3
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
2008-07-25Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker1-0/+5
IClientAPI. No user functionality
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ↵mingchen3-16/+16
HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does.
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague4-114/+114
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames3-44/+44
2008-07-23Changed it so the avatar's rotation is now sent as part of a full avatar ↵MW1-1/+1
update. This should fix the wrong rotation on existing sitting avatar when logging in bug.