| Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 4 | -5/+5 |
2008-08-19 | Fixes the previous commit of llMakeLink for Shared/ | Melanie Thielker | 1 | -2/+2 |
2008-08-19 | Mantis #2001 | Melanie Thielker | 2 | -2/+62 |
2008-08-19 | Add the default region texture UUIDS back in that were lost in | Melanie Thielker | 1 | -8/+32 |
2008-08-19 | Mantis #1999 | Melanie Thielker | 1 | -0/+3 |
2008-08-19 | Packet type exclusion (Mantis #2004) | Melanie Thielker | 1 | -2/+4 |
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 9 | -169/+52 |
2008-08-19 | Moves one file to it's proper location | Melanie Thielker | 1 | -1/+4 |
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 | 5 | -12/+11 |
2008-08-19 | Attachment persistence!!! Patch #9170 (Mantis #1171) | Melanie Thielker | 4 | -16/+61 |
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 | 17 | -176/+77 |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 8 | -37/+120 |
2008-08-18 | * If two regions have configuration information that conflicts (save xy locat... | Justin Clarke Casey | 2 | -2/+56 |
2008-08-18 | * Properly dispose of the reader after readAttachments() has finished with it... | Justin Clarke Casey | 1 | -2/+3 |
2008-08-18 | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 4 | -5/+87 |
2008-08-18 | Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ... | Melanie Thielker | 3 | -9/+12 |
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 5 | -0/+187 |
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 | Fix compiler warning due to incomplete refactoring in r5901. | Jeff Ames | 1 | -4/+0 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 208 | -3149/+2966 |
2008-08-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 5 | -49/+49 |
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 | Add an invalidate method to the cache class. | Melanie Thielker | 1 | -0/+10 |
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 | 3 | -13/+72 |
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 | 4 | -88/+96 |
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 | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 2 | -0/+0 |
2008-08-16 | * Move GridInfoService into Framework.Communications and eliminate Common.Com... | Justin Clarke Casey | 3 | -3/+2 |
2008-08-16 | * minor: rip out userserver stress project which never got filled out | Justin Clarke Casey | 1 | -45/+0 |
2008-08-16 | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 4 | -7/+87 |
2008-08-16 | Mantis#1960. Thank you kindly, Tyre for a patch that: | Charles Krinke | 1 | -0/+3 |
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 | 15 | -6/+448 |
2008-08-16 | * Fix a rare maptile shading error, terrain difference mod 1 = 0 + abs = oops. | Teravus Ovares | 1 | -36/+13 |