| Commit message (Expand) | Author | Files | Lines |
2008-11-17 | cleaning up warnings in MSSQL code. | Dr Scofield | 3 | -3/+3 |
2008-11-17 | adding #pragma warnings to yprolog language support | Dr Scofield | 9 | -24/+22 |
2008-11-17 | Use the message transfer module to pass items across the grid via the profile | Melanie Thielker | 1 | -9/+16 |
2008-11-17 | Correct prim counts for group land. Correct MessageTransferModule startup | Melanie Thielker | 2 | -14/+12 |
2008-11-17 | Make object chat come from the root prim's center, rather than trying to make | Melanie Thielker | 2 | -12/+9 |
2008-11-17 | Back out the attachment location patch to debug a crash | Melanie Thielker | 1 | -4/+5 |
2008-11-17 | Try to fix login crash | Melanie Thielker | 1 | -5/+8 |
2008-11-17 | Make the messageing server re-register with all it's user servers every five | Melanie Thielker | 1 | -1/+11 |
2008-11-17 | Fix previous build break | Melanie Thielker | 1 | -1/+1 |
2008-11-17 | Change the semantics of the Allow_* os function control. Omitting a function | Melanie Thielker | 1 | -18/+34 |
2008-11-17 | Allow more then one user server in the user server config of the | Melanie Thielker | 1 | -25/+43 |
2008-11-17 | Add some null checks | Melanie Thielker | 1 | -2/+2 |
2008-11-17 | Fix child prims in attachments chatting from near 0,0,0 rather than | Melanie Thielker | 1 | -3/+3 |
2008-11-16 | Fix NRE on TP-to-home, if the home-region is unavailable. | Homer Horwitz | 1 | -2/+5 |
2008-11-16 | Fix friends again. Friends-handling is now stateless and, thanks to | Homer Horwitz | 1 | -263/+135 |
2008-11-16 | Remove a redundant parameter | Melanie Thielker | 4 | -5/+5 |
2008-11-16 | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 11 | -170/+134 |
2008-11-16 | - Fix a formatting error in a log message (Mantis#2635). | Homer Horwitz | 1 | -1/+1 |
2008-11-16 | First step tidy-up of IM packing/unpacking/repacking | Melanie Thielker | 1 | -11/+18 |
2008-11-16 | GridIMs don't have a (sending) client, which led to a NRE on access. | Homer Horwitz | 2 | -4/+8 |
2008-11-16 | Add MessageTransferModule interface to all scenes, not only the first | Melanie Thielker | 1 | -1/+1 |
2008-11-16 | Fix 2 bugs in the message transfer module, thanks, Homer Horwitz! | Melanie Thielker | 1 | -2/+2 |
2008-11-16 | Make return object actually use the return object permissions | Melanie Thielker | 1 | -1/+1 |
2008-11-16 | Add group prim count support to land properties | Melanie Thielker | 2 | -2/+8 |
2008-11-16 | * Abstracted some methods from SceneObjectGroup to allow them to be overridde... | Adam Frisby | 2 | -3/+13 |
2008-11-16 | Make a quick stab at the "Open data reader" issue. | Melanie Thielker | 1 | -8/+20 |
2008-11-16 | Reinstate the IM sending from scripts and from autoreturn | Melanie Thielker | 2 | -5/+12 |
2008-11-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-11-16 | Adds the missing interface to fix the build | Melanie Thielker | 1 | -0/+40 |
2008-11-16 | Introduces the message transfer module. It splits the transfer mechanics off | Melanie Thielker | 11 | -748/+792 |
2008-11-16 | Changed sculpted prim texture scaling method to bilinear to reduce scaling ar... | Dahlia Trimble | 1 | -1/+2 |
2008-11-15 | Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code. | Homer Horwitz | 17 | -782/+14 |
2008-11-15 | - Change llSetRot behavior so it matches the SL behavior (in particular, the | Homer Horwitz | 1 | -14/+38 |
2008-11-15 | Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims. | Homer Horwitz | 4 | -8/+5 |
2008-11-15 | Mantis #2621: Thanks idb, for a patch that will persist regularily changed ob... | Homer Horwitz | 2 | -18/+72 |
2008-11-15 | Prevent NRE if you do a llSetStatus(STATUS_ROTATION...) on an object that isn... | Homer Horwitz | 1 | -2/+5 |
2008-11-15 | Hack to temporarily fix friends-handling. This will be redone as soon as | Homer Horwitz | 1 | -2/+2 |
2008-11-15 | Update svn properties, minor formatting cleanup. | Jeff Ames | 5 | -25/+9 |
2008-11-14 | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 5 | -8/+90 |
2008-11-14 | * minor: remove mono compiler warnings | Justin Clarke Casey | 2 | -5/+5 |
2008-11-14 | * refactor: Have the entity list tests use the infrastructure method rather t... | Justin Clarke Casey | 1 | -15/+2 |
2008-11-14 | * Move test scene construction infrastructure methods to a separate class for... | Justin Clarke Casey | 5 | -45/+85 |
2008-11-14 | Mantis #2618 | Melanie Thielker | 3 | -2/+10 |
2008-11-14 | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 3 | -0/+13 |
2008-11-14 | Add group permissions to agent inventory. | Melanie Thielker | 9 | -19/+59 |
2008-11-14 | * Allow new script creation to be locked down to only gods if specified in Op... | Justin Clarke Casey | 2 | -13/+59 |
2008-11-14 | Try to make the test pass again | Melanie Thielker | 2 | -2/+2 |
2008-11-14 | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow | Melanie Thielker | 7 | -23/+68 |
2008-11-14 | * Switch default permissions back to false (so they are not on) as they were ... | Justin Clarke Casey | 1 | -5/+1 |
2008-11-14 | * Hook up create new object event in the permissions module | Justin Clarke Casey | 2 | -2/+3 |