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