| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add some locking on m_undo in SceneObjectPart | Melanie Thielker | 2008-08-17 | 1 | -15/+25 |
* | * Turned on the MapImageModule as opposed to the code in Scene for generating... | Teravus Ovares | 2008-08-17 | 2 | -100/+478 |
* | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2008-08-17 | 2 | -13/+32 |
* | Patch for Adam: Add two new permissions options to Opensim.ini.example | Melanie Thielker | 2008-08-17 | 1 | -3/+7 |
* | * half of the attachmentpoint skull fix | Teravus Ovares | 2008-08-17 | 1 | -0/+17 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 2 | -14/+22 |
* | * re-order an operation to check for NaNs in the maptile shadow routine. | Teravus Ovares | 2008-08-16 | 1 | -4/+4 |
* | * One more terrain shadow debug helper. | Teravus Ovares | 2008-08-16 | 1 | -15/+29 |
* | Mantis#1969. Thank you kindly, Tyre for a patch that: | Charles Krinke | 2008-08-16 | 1 | -15/+26 |
* | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-16 | 4 | -2/+164 |
* | * Fix a rare maptile shading error, terrain difference mod 1 = 0 + abs = oops. | Teravus Ovares | 2008-08-16 | 1 | -36/+13 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-16 | 4 | -8/+8 |
* | * Adds Slightly better terrain shading to maptile generation. | Teravus Ovares | 2008-08-16 | 1 | -0/+86 |
* | 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 | 4 | -26/+11 |
* | 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 |
* | Pantis #1957 | Melanie Thielker | 2008-08-15 | 1 | -0/+9 |
* | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 2008-08-15 | 2 | -3/+6 |
* | Mantis #1951 | Melanie Thielker | 2008-08-15 | 1 | -0/+2 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 7 | -11/+57 |
* | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 2008-08-15 | 4 | -24/+28 |
* | Fixes a case where, when inventory is not currently accessible due | Melanie Thielker | 2008-08-15 | 1 | -1/+1 |
* | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 2008-08-15 | 4 | -12/+106 |
* | Refactor: Make the tree creation function take a UUID for the owner | Melanie Thielker | 2008-08-14 | 2 | -7/+13 |
* | Make the estate owner work. Changes permissions checks to allow the | Melanie Thielker | 2008-08-14 | 3 | -12/+14 |
* | Mantis #1946 | Melanie Thielker | 2008-08-14 | 2 | -10/+55 |
* | Mantis#1856. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-13 | 1 | -40/+20 |
* | mantis#1927. Thank you kindly, Leaf for a patch that: | Charles Krinke | 2008-08-13 | 1 | -2/+8 |
* | Revert "Thanks, lulurun, for a patch that clears and refreshes and outdated u... | Mike Mazur | 2008-08-13 | 1 | -6/+1 |
* | Thanks, lulurun, for a patch that clears and refreshes and outdated user | Mike Mazur | 2008-08-13 | 1 | -1/+6 |
* | Make the estate owner UUID from the database have the same rights | Melanie Thielker | 2008-08-13 | 1 | -1/+7 |
* | Thanks HomerHorwitz for a patch to enable the Stand Up button when sitting on... | Jeff Ames | 2008-08-12 | 1 | -3/+5 |
* | * Stop warnings about non existent scene presences/entities being removed on ... | Justin Clarke Casey | 2008-08-12 | 2 | -11/+14 |
* | Thanks, lulurun, for a patch that addresses inventory problems that occur | Mike Mazur | 2008-08-12 | 3 | -1/+13 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-12 | 1 | -2/+2 |
* | Patch #9163 - Refactor initial packet sending out of InnerScene into | Melanie Thielker | 2008-08-11 | 3 | -128/+73 |
* | * if the user uuid is present, preserve ownership information when loading an... | Justin Clarke Casey | 2008-08-09 | 1 | -10/+43 |
* | Mantis#1521. Thank you kindly, Lmmz for a patch that: | Charles Krinke | 2008-08-08 | 1 | -0/+5 |
* | * All CheckRegion within an instance would use the same, global, bool for 'Av... | lbsa71 | 2008-08-08 | 1 | -2/+1 |
* | De-coupling the IClientAPI interface and ClientManager class from the | Mike Mazur | 2008-08-08 | 1 | -1/+1 |
* | Mantis#1901. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-08-07 | 2 | -2/+2 |
* | 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 |
* | * Add / as a shortcut to select the root region | Justin Clarke Casey | 2008-08-05 | 1 | -3/+3 |
* | * minor: slightly pointlessly increase the verbosity of the message given whe... | Justin Clarke Casey | 2008-08-05 | 1 | -3/+9 |
* | Fix one more instance of a bad bit value for the collision event | Melanie Thielker | 2008-08-04 | 1 | -1/+1 |
* | Addresses Mantis #1886 | Melanie Thielker | 2008-08-04 | 2 | -6/+11 |