aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-18* Maptile prim volume drawing change from manually drawing the rectangles usi...Teravus Ovares1-20/+65
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 Ames34-373/+327
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-17* Turned on the MapImageModule as opposed to the code in Scene for generating...Teravus Ovares1-3/+409
2008-08-17Add the IInventoryModule interface and a sample method callMelanie Thielker1-13/+23
2008-08-17Patch for Adam: Add two new permissions options to Opensim.ini.exampleMelanie Thielker1-3/+7
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
2008-08-16Update svn properties, minor formatting cleanup.Jeff Ames3-7/+7
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
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2-4/+7
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 in the partner and the account title fields for profile info.Melanie Thielker1-4/+11
2008-08-15Plumb the user flags all the way through to the profile. userFlags inMelanie Thielker2-3/+6
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker4-10/+29
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
2008-08-14Refactor: Make the tree creation function take a UUID for the ownerMelanie Thielker1-5/+12
2008-08-14Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2-9/+11
2008-08-13Make the estate owner UUID from the database have the same rightsMelanie Thielker1-1/+7
2008-08-09* if the user uuid is present, preserve ownership information when loading an...Justin Clarke Casey1-10/+43
2008-08-08De-coupling the IClientAPI interface and ClientManager class from theMike Mazur1-1/+1
2008-08-07Minor formatting cleanup.Jeff Ames4-13/+13
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-0/+4
2008-08-04Addresses Mantis #1886Melanie Thielker2-6/+11
2008-08-01Estate series, patch 9 (#9157)Melanie Thielker2-2/+10
2008-07-31Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker1-0/+8
2008-07-31Thank you, sacha magne, for a patch that prevents sim chat fromMelanie Thielker1-1/+4
2008-07-30From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-2/+12
2008-07-30From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-0/+5
2008-07-28* Added a check for Infinite or NaN values before updating a heightfield. Thi...Adam Frisby1-0/+4
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2-2/+10
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield4-8/+8
2008-07-25Patch #9155 (Mantis #1793)Melanie Thielker1-0/+3
2008-07-25Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker1-0/+5
2008-07-25*Added CommandIntentions that is used to describe a console commands hazard. ...mingchen5-18/+25
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague7-117/+117
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames4-177/+177
2008-07-23Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW1-1/+1
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker1-3/+11
2008-07-21* Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey1-6/+6
2008-07-21Mantis#1544. Thank you kindly, Jonc, for a patch that:Charles Krinke1-2/+8
2008-07-21* minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey1-3/+1
2008-07-21* minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey4-23/+35