| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -1/+1 |
* | Mantis #1999 | Melanie Thielker | 2008-08-19 | 1 | -0/+3 |
* | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 2008-08-19 | 1 | -3/+25 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -46/+18 |
* | * maptile - just flatten it.. we'll worry about projection later.. | Teravus Ovares | 2008-08-18 | 1 | -4/+7 |
* | * Slightly better implementation of prim volume drawing on the maptile using ... | Teravus Ovares | 2008-08-18 | 1 | -10/+177 |
* | * Maptile prim volume drawing change from manually drawing the rectangles usi... | Teravus Ovares | 2008-08-18 | 1 | -20/+65 |
* | * Text/comment cleanup in MapImageModule | Teravus Ovares | 2008-08-18 | 1 | -30/+6 |
* | Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978) | Jeff Ames | 2008-08-18 | 1 | -76/+78 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 34 | -373/+327 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -1/+1 |
* | * Turned on the MapImageModule as opposed to the code in Scene for generating... | Teravus Ovares | 2008-08-17 | 1 | -3/+409 |
* | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2008-08-17 | 1 | -13/+23 |
* | Patch for Adam: Add two new permissions options to Opensim.ini.example | Melanie Thielker | 2008-08-17 | 1 | -3/+7 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -11/+15 |
* | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-16 | 2 | -1/+131 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 3 | -7/+7 |
* | Reshuffle to eliminate prim owner lookups unless gridgods are enabled | Melanie Thielker | 2008-08-16 | 1 | -4/+7 |
* | Guard against a null ref in the permissions module when a profile | Melanie Thielker | 2008-08-16 | 1 | -2/+5 |
* | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 2008-08-16 | 2 | -4/+7 |
* | Perils of copypaste. Missing references. | Melanie Thielker | 2008-08-15 | 1 | -1/+2 |
* | Fix repeated user profile info lookups. Redirect those lookups to cache. | Melanie Thielker | 2008-08-15 | 1 | -2/+3 |
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 1 | -4/+11 |
* | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 2008-08-15 | 2 | -3/+6 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 4 | -10/+29 |
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 2 | -8/+8 |
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 3 | -12/+91 |
* | Refactor: Make the tree creation function take a UUID for the owner | Melanie Thielker | 2008-08-14 | 1 | -5/+12 |
* | Make the estate owner work. Changes permissions checks to allow the | Melanie Thielker | 2008-08-14 | 2 | -9/+11 |
* | Make the estate owner UUID from the database have the same rights | Melanie Thielker | 2008-08-13 | 1 | -1/+7 |
* | * if the user uuid is present, preserve ownership information when loading an... | Justin Clarke Casey | 2008-08-09 | 1 | -10/+43 |
* | De-coupling the IClientAPI interface and ClientManager class from the | Mike Mazur | 2008-08-08 | 1 | -1/+1 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 4 | -13/+13 |
* | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-06 | 1 | -0/+4 |
* | Addresses Mantis #1886 | Melanie Thielker | 2008-08-04 | 2 | -6/+11 |
* | Estate series, patch 9 (#9157) | Melanie Thielker | 2008-08-01 | 2 | -2/+10 |
* | Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea... | Melanie Thielker | 2008-07-31 | 1 | -0/+8 |
* | Thank you, sacha magne, for a patch that prevents sim chat from | Melanie Thielker | 2008-07-31 | 1 | -1/+4 |
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-07-30 | 1 | -2/+12 |
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-07-30 | 1 | -0/+5 |
* | * Added a check for Infinite or NaN values before updating a heightfield. Thi... | Adam Frisby | 2008-07-28 | 1 | -0/+4 |
* | * Remove dumb bug I put in which meant that an archive save would never compl... | Justin Clarke Casey | 2008-07-25 | 2 | -2/+10 |
* | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 4 | -8/+8 |
* | Patch #9155 (Mantis #1793) | Melanie Thielker | 2008-07-25 | 1 | -0/+3 |
* | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 2008-07-25 | 1 | -0/+5 |
* | *Added CommandIntentions that is used to describe a console commands hazard. ... | mingchen | 2008-07-25 | 5 | -18/+25 |
* | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 2008-07-23 | 7 | -117/+117 |
* | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 2008-07-23 | 4 | -177/+177 |
* | Changed it so the avatar's rotation is now sent as part of a full avatar upda... | MW | 2008-07-23 | 1 | -1/+1 |
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 1 | -3/+11 |