| Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 4 | -7/+50 |
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -9/+8 |
2008-08-19 | Attachment persistence!!! Patch #9170 (Mantis #1171) | Melanie Thielker | 2 | -11/+45 |
2008-08-19 | * This reverts a change where m_regions[RegionHandle] was replaced instead of... | Teravus Ovares | 1 | -2/+7 |
2008-08-19 | Sync OpenSim/Region/ScriptEngine/{Common,Shared}/LSL_Types.cs. | Mike Mazur | 2 | -91/+106 |
2008-08-19 | Apply Godfrey's patch (originally in r5872) to Shared/LSL_Types.cs as well. | Mike Mazur | 1 | -2/+94 |
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 4 | -59/+31 |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 4 | -21/+50 |
2008-08-18 | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 2 | -5/+56 |
2008-08-18 | Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ... | Melanie Thielker | 2 | -8/+8 |
2008-08-18 | * maptile - just flatten it.. we'll worry about projection later.. | Teravus Ovares | 1 | -4/+7 |
2008-08-18 | * Slightly better implementation of prim volume drawing on the maptile using ... | Teravus Ovares | 1 | -10/+177 |
2008-08-18 | * Maptile prim volume drawing change from manually drawing the rectangles usi... | Teravus Ovares | 1 | -20/+65 |
2008-08-18 | * Text/comment cleanup in MapImageModule | Teravus Ovares | 1 | -30/+6 |
2008-08-18 | Fix another compiler warning, based on a patch submitted by Leaf. (bug #1978) | Jeff Ames | 2 | -78/+79 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 100 | -2028/+1983 |
2008-08-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -48/+48 |
2008-08-17 | Change the deselect processing to prevent gratuituous full update | Melanie Thielker | 1 | -14/+42 |
2008-08-17 | Mantis#1974. Thank you BlueWall for a patch that: | Charles Krinke | 1 | -0/+42 |
2008-08-17 | Add some locking on m_undo in SceneObjectPart | Melanie Thielker | 1 | -15/+25 |
2008-08-17 | * Turned on the MapImageModule as opposed to the code in Scene for generating... | Teravus Ovares | 2 | -100/+478 |
2008-08-17 | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2 | -13/+32 |
2008-08-17 | Patch for Adam: Add two new permissions options to Opensim.ini.example | Melanie Thielker | 1 | -3/+7 |
2008-08-17 | * half of the attachmentpoint skull fix | Teravus Ovares | 1 | -0/+17 |
2008-08-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 3 | -46/+54 |
2008-08-16 | Mantis#1971. Thank you kindly, BlueWall for a patch that: | Charles Krinke | 1 | -2/+40 |
2008-08-16 | * re-order an operation to check for NaNs in the maptile shadow routine. | Teravus Ovares | 1 | -4/+4 |
2008-08-16 | * Move GridInfoService into Framework.Communications and eliminate Common.Com... | Justin Clarke Casey | 1 | -1/+1 |
2008-08-16 | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 2 | -1/+1 |
2008-08-16 | * One more terrain shadow debug helper. | Teravus Ovares | 1 | -15/+29 |
2008-08-16 | Mantis#1970. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -20/+9 |
2008-08-16 | Mantis#1969. Thank you kindly, Tyre for a patch that: | Charles Krinke | 1 | -15/+26 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 8 | -2/+356 |
2008-08-16 | * Fix a rare maptile shading error, terrain difference mod 1 = 0 + abs = oops. | Teravus Ovares | 1 | -36/+13 |
2008-08-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 10 | -200/+200 |
2008-08-16 | * Adds Slightly better terrain shading to maptile generation. | Teravus Ovares | 1 | -0/+86 |
2008-08-16 | Reshuffle to eliminate prim owner lookups unless gridgods are enabled | Melanie Thielker | 1 | -4/+7 |
2008-08-16 | Guard against a null ref in the permissions module when a profile | Melanie Thielker | 1 | -2/+5 |
2008-08-16 | Mantis#1890. Thank you kindly, Godfrey, for a patch that addresses: | Charles Krinke | 1 | -2/+94 |
2008-08-16 | Mantis#1964. Thank you kindly, BlueWall for a patch that: | Charles Krinke | 1 | -3/+63 |
2008-08-16 | Mantis#1963. Thank you kindly, Krtaylor for a patch that solves: | Charles Krinke | 1 | -0/+10 |
2008-08-16 | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 8 | -38/+25 |
2008-08-15 | Perils of copypaste. Missing references. | Melanie Thielker | 1 | -1/+2 |
2008-08-15 | Fix repeated user profile info lookups. Redirect those lookups to cache. | Melanie Thielker | 1 | -2/+3 |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2 | -4/+25 |
2008-08-15 | Pantis #1957 | Melanie Thielker | 3 | -6/+31 |
2008-08-15 | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 4 | -7/+10 |
2008-08-15 | Mantis #1951 | Melanie Thielker | 1 | -0/+2 |
2008-08-15 | Mantis #1961 | Melanie Thielker | 1 | -0/+34 |
2008-08-15 | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 11 | -26/+81 |