| Commit message (Expand) | Author | Files | Lines |
2008-09-20 | * refactor: remove unnecessary packet null check in LLClientView | Justin Clarke Casey | 2 | -8/+8 |
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-18 | code formatting cleanup. | Dr Scofield | 1 | -2/+2 |
2008-09-14 | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 1 | -3/+2 |
2008-09-14 | * Minor fixes and cleanups around code being used for Rex Module work. | Adam Frisby | 1 | -17/+16 |
2008-09-13 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-13 | Mantis #2018 | Melanie Thielker | 1 | -0/+15 |
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 1 | -7/+10 |
2008-09-12 | Revert 6242 because of a possible licensing issue | Melanie Thielker | 1 | -146/+0 |
2008-09-12 | Add the UUIDs of the standard animations. Thanks, Ewe Loon! | Melanie Thielker | 1 | -0/+146 |
2008-09-10 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-10 | Thanks, nlin, for a patch implementing persistence for "When Left Clicked" | Mike Mazur | 1 | -0/+14 |
2008-09-09 | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 1 | -0/+38 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -16/+16 |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+7 |
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -2/+0 |
2008-09-07 | * minor: Clean up of logging messages to make following the client login proc... | Justin Clarke Casey | 3 | -37/+93 |
2008-09-07 | * minor: just minor doc and tidy up | Justin Clarke Casey | 1 | -3/+23 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 7 | -404/+400 |
2008-09-06 | Rolling back #6139 because there is no consensus on it's application. | Melanie Thielker | 1 | -27/+1 |
2008-09-06 | Mantis #624 | Melanie Thielker | 1 | -1/+27 |
2008-09-05 | Mantis#2104. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -3/+3 |
2008-09-03 | Mantis #2107 | Melanie Thielker | 1 | -6/+17 |
2008-09-03 | Mantis#2106. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -3/+9 |
2008-08-30 | * Committed patch in mantis 623 | Justin Clarke Casey | 1 | -14/+3 |
2008-08-30 | * Apply patch in mantis 2083 | Justin Clarke Casey | 1 | -1/+1 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 3 | -14/+11 |
2008-08-25 | Documentation, headers and all the normal stuff | Teravus Ovares | 1 | -0/+32 |
2008-08-25 | * minor: refactor thread report into a method that returns a string rather th... | Justin Clarke Casey | 1 | -1/+1 |
2008-08-25 | * minor: Comment out the remaining unhandled packet messages in LLClientView,... | Justin Clarke Casey | 1 | -12/+10 |
2008-08-25 | * zap compilation warnings | Justin Clarke Casey | 2 | -3/+3 |
2008-08-25 | * Deal with a WebException thrown if a grid server cannot be contacted for re... | Justin Clarke Casey | 1 | -1/+1 |
2008-08-25 | Update svn properties. | Jeff Ames | 1 | -42/+42 |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 3 | -10/+86 |
2008-08-24 | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 1 | -1/+48 |
2008-08-22 | * Allow an exception generated in ProcessOutPacket to travel up the stack | Justin Clarke Casey | 1 | -27/+16 |
2008-08-20 | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 1 | -0/+45 |
2008-08-19 | Packet type exclusion (Mantis #2004) | Melanie Thielker | 1 | -2/+4 |
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -5/+5 |
2008-08-18 | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 1 | -5/+9 |
2008-08-18 | Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to ... | Melanie Thielker | 2 | -8/+8 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 3 | -49/+49 |
2008-08-16 | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 1 | -1/+0 |
2008-08-16 | Mantis#1970. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -20/+9 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -0/+65 |
2008-08-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-15 | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 1 | -3/+3 |
2008-08-15 | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 1 | -1/+6 |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -1/+1 |