| Commit message (Expand) | Author | Files | Lines |
2008-08-09 | * Remove warnings | Justin Clarke Casey | 1 | -1/+1 |
2008-08-09 | * Added a little more log info in LLUDPServer | lbsa71 | 1 | -1/+2 |
2008-08-09 | * Shielded against various forms of Malformed data crashes - if there is an e... | lbsa71 | 1 | -119/+65 |
2008-08-08 | Patch #9160 | Melanie Thielker | 1 | -2/+2 |
2008-08-08 | De-coupling the IClientAPI interface and ClientManager class from the | Mike Mazur | 1 | -4/+7 |
2008-08-08 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-08-08 | Remove FunSL client stack as it's under development and often won't compile. | Mike Mazur | 8 | -8455/+0 |
2008-08-07 | Patch #9159 | Melanie Thielker | 1 | -16/+27 |
2008-08-07 | Patch #9158 | Melanie Thielker | 2 | -57/+80 |
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 4 | -28/+28 |
2008-08-06 | Rename namespace to FunSL. | Mike Mazur | 8 | -14/+14 |
2008-08-06 | Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP | Mike Mazur | 8 | -0/+8455 |
2008-08-05 | * Fix probable cause of one of the bugs seen in the osgrid office hours today | Justin Clarke Casey | 1 | -3/+4 |
2008-08-01 | Estate series, patch 9 (#9157) | Melanie Thielker | 1 | -3/+4 |
2008-08-01 | * start tracking viewer session threads | Justin Clarke Casey | 1 | -3/+4 |
2008-08-01 | * minor: log message twiddling | Justin Clarke Casey | 2 | -6/+5 |
2008-07-31 | Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea... | Melanie Thielker | 1 | -0/+30 |
2008-07-29 | Prevent acks from being appended to viewer effect packets, since | Melanie Thielker | 1 | -0/+7 |
2008-07-27 | Prevents Mantis #1829 | Melanie Thielker | 1 | -0/+2 |
2008-07-25 | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 1 | -5/+5 |
2008-07-25 | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 1 | -0/+8 |
2008-07-24 | * minor: eliminate warnings from LindenUDP | Justin Clarke Casey | 2 | -18/+18 |
2008-07-24 | Thank you, Neopallium, for a patch that addresses ack issues in the | Melanie Thielker | 1 | -1/+3 |
2008-07-24 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2008-07-24 | Addresses Mantis #1810 | Melanie Thielker | 1 | -8/+12 |
2008-07-23 | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things | Sean Dague | 1 | -6/+6 |
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 1 | -37/+37 |
2008-07-23 | Fix a race causing a buffer overflow under moderate load | Melanie Thielker | 1 | -1/+1 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 4 | -78/+78 |
2008-07-23 | Changed it so the avatar's rotation is now sent as part of a full avatar upda... | MW | 1 | -1/+6 |
2008-07-23 | Guard against wrong packet types being passed into AddNewClient. | Melanie Thielker | 1 | -0/+2 |
2008-07-22 | Make QueuePacket() lock free. Eliminates an unneeded lock() | Melanie Thielker | 1 | -21/+18 |
2008-07-22 | Change one packet optimization to cover a case where the resend | Melanie Thielker | 1 | -2/+2 |
2008-07-22 | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 5 | -812/+782 |
2008-07-22 | Update svn properties. Squash a couple of warnings. | Jeff Ames | 1 | -263/+263 |
2008-07-21 | added support so that the packet tracker can resend packets itself as well as... | MW | 1 | -2/+31 |
2008-07-21 | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2 | -40/+309 |
2008-07-21 | * eliminated some warnings and added some const and readonlies | lbsa71 | 2 | -22/+22 |
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 1 | -6/+3 |
2008-07-18 | Patch #9151 | Melanie Thielker | 1 | -22/+42 |
2008-07-14 | Patch #9150 | Melanie Thielker | 1 | -15/+15 |
2008-07-14 | Patch #9147 | Melanie Thielker | 1 | -1/+1 |
2008-07-13 | Mantis#1638. Thank you kindly, Salahzar for a patch that: | Charles Krinke | 1 | -1/+3 |
2008-07-12 | Patch #9145 (Mantis #1723) | Melanie Thielker | 1 | -1/+5 |
2008-07-12 | Patches #9143 and #9144 (Mantis #1723) | Melanie Thielker | 1 | -0/+59 |
2008-07-11 | * Guard against a null point passed to RemoveClientCircuit (odd that this hap... | Justin Clarke Casey | 1 | -4/+15 |
2008-07-11 | Mantis#1005. Thank you kindly, Mircea for a two patches that: | Charles Krinke | 1 | -0/+5 |
2008-07-09 | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ... | MW | 1 | -2/+2 |
2008-07-08 | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli... | lbsa71 | 1 | -0/+32 |
2008-07-08 | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 1 | -10/+10 |