| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor formatting cleanup. | Jeff Ames | 2008-09-16 | 2 | -2/+2 |
* | From: mike pitman <pitman@us.ibm.com> | Dr Scofield | 2008-09-16 | 7 | -8/+17 |
* | reverting r6302 | Dr Scofield | 2008-09-15 | 3 | -6/+3 |
* | From: mike pitman <pitman@us.ibm.com> | Dr Scofield | 2008-09-15 | 3 | -3/+6 |
* | Remove the cruft of accessing a private member of another module's class | Melanie Thielker | 2008-09-13 | 2 | -0/+15 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 2008-09-12 | 1 | -0/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-10 | 1 | -1/+1 |
* | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 2008-09-09 | 1 | -1/+7 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 3 | -7/+7 |
* | fix: warnings from libomv | Dr Scofield | 2008-09-08 | 1 | -0/+4 |
* | Mantis #2142 | Melanie Thielker | 2008-09-07 | 1 | -1/+1 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 4 | -6/+6 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 26 | -458/+447 |
* | clean up and fixing a typo. | Dr Scofield | 2008-09-03 | 1 | -1/+1 |
* | Mantis #2072 | Melanie Thielker | 2008-09-01 | 1 | -1/+14 |
* | * Oops, add landmarks to region archive loading/saving | Justin Clarke Casey | 2008-08-30 | 2 | -1/+9 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 6 | -30/+26 |
* | * On loading archives, report an error if an asset does not have the expected... | Justin Clarke Casey | 2008-08-26 | 2 | -45/+61 |
* | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2008-08-25 | 1 | -0/+10 |
* | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 2008-08-24 | 1 | -1/+4 |
* | * Homer's amazing terrain MapTileRenderer. Thanks Homer! | Teravus Ovares | 2008-08-22 | 5 | -182/+704 |
* | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 2008-08-20 | 1 | -0/+10 |
* | Mantis #1999 | Melanie Thielker | 2008-08-19 | 1 | -0/+3 |
* | 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 | 29 | -329/+287 |
* | * Turned on the MapImageModule as opposed to the code in Scene for generating... | Teravus Ovares | 2008-08-17 | 1 | -3/+409 |
* | 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 | 2 | -6/+6 |
* | 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 | 1 | -1/+3 |
* | 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 the user flags all the way through to the profile. userFlags in | Melanie Thielker | 2008-08-15 | 1 | -1/+1 |
* | 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 |