| Commit message (Expand) | Author | Files | Lines |
2008-08-08 | Remove FunSL client stack as it's under development and often won't compile. | Mike Mazur | 1 | -6315/+0 |
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 1 | -8/+8 |
2008-08-06 | Rename namespace to FunSL. | Mike Mazur | 1 | -2/+2 |
2008-08-06 | Create FunSLUDP client stack. At the moment it's only a copy of the LindenUDP | Mike Mazur | 1 | -4/+3 |
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 | 1 | -6/+4 |
2008-07-31 | Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea... | Melanie Thielker | 1 | -0/+30 |
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 | 1 | -2/+2 |
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 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -14/+14 |
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-22 | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 1 | -526/+41 |
2008-07-21 | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 1 | -40/+75 |
2008-07-18 | Patch #9151 | Melanie Thielker | 1 | -22/+42 |
2008-07-14 | Patch #9150 | Melanie Thielker | 1 | -15/+15 |
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 | 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 |
2008-07-08 | * Moved script packet handlers from 'unimplemented' to 'Script Packets' | lbsa71 | 1 | -173/+180 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -11/+11 |
2008-07-03 | * On client login, send only one terrain patch at a time (with pauses) instea... | Justin Clarke Casey | 1 | -9/+25 |
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 1 | -1/+28 |
2008-06-28 | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 1 | -6/+90 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -9/+9 |
2008-06-26 | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+11 |
2008-06-25 | added the flag param to IClientAPI.SendMapBlock | MW | 1 | -4/+4 |
2008-06-25 | first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM... | MW | 1 | -1/+1 |
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 1 | -0/+45 |
2008-06-20 | Implemented plugin support for ClientStack, with LindenUDP as the default plu... | Johan Berntsson | 1 | -1/+1 |
2008-06-19 | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 1 | -0/+13 |
2008-06-18 | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 1 | -0/+76 |
2008-06-14 | * minor: A few miscellaneous doc comments before I break and start on somethi... | Justin Clarke Casey | 1 | -1/+1 |
2008-06-14 | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 1 | -0/+1 |
2008-06-12 | * Split the World Map code into a module. | Teravus Ovares | 1 | -11/+36 |
2008-06-11 | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 1 | -9/+3 |
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-06-06 | * This wraps the autopilot request to the client's sit response. An interes... | Teravus Ovares | 1 | -4/+55 |
2008-06-05 | Mantis#1455. Thank you kindly, Mikem for a patch that addresses | Charles Krinke | 1 | -1/+0 |
2008-06-05 | * minor: Yet another minor logging message tweak following on from the last c... | Justin Clarke Casey | 1 | -1/+1 |
2008-06-05 | * minor: Increase verbosity of "new user request denied" incoming session war... | Justin Clarke Casey | 1 | -1/+4 |