| Commit message (Expand) | Author | Files | Lines |
2011-11-14 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+0 |
2011-09-23 | Fix avatar parameter updating for viewer 3 and maybe 2. | Justin Clark-Casey (justincc) | 3 | -82/+238 |
2011-04-30 | Moved several cap-based-service-providing modules from where they were into a... | Diva Canto | 1 | -255/+0 |
2011-04-28 | Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim. | Justin Clark-Casey (justincc) | 1 | -4/+5 |
2011-02-05 | Fixed Caps handlers leak | Diva Canto | 1 | -1/+0 |
2011-02-05 | One more diagnosis command: | Diva Canto | 1 | -1/+27 |
2011-01-21 | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-01-21 | implement "show throttles" command for showing current agent throttles and th... | Justin Clark-Casey (justincc) | 1 | -200/+0 |
2011-01-20 | minor: help text adjustment for "show queues" | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-01-20 | remove reference to CoreModules from ClientStack.LindenUDP | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-01-20 | Move "show queues" command out of OpenSim.cs and into a separate module. | Justin Clark-Casey (justincc) | 1 | -0/+200 |
2010-12-24 | One more pass at object inventory. This time, fix SceneObjectPartInventory so... | Diva Canto | 1 | -80/+14 |
2010-12-23 | Hopefully this fixes all prim inventory issues. No more abort, no more keepin... | Diva Canto | 1 | -35/+49 |
2010-12-23 | Removed unused code -- this was the previous version of UDP texture sending, ... | Diva Canto | 4 | -866/+0 |
2010-12-23 | Put back a commented section of code. With some viewers, object inventory | Melanie | 1 | -6/+5 |
2010-12-22 | Added a counter to NewFiles in Xfers to account for simultaneous object inven... | Diva Canto | 1 | -16/+42 |
2010-12-21 | * Adds AbortXfer to the ClientAPI mix | Teravus Ovares (Dan Olivares) | 1 | -4/+66 |
2010-12-04 | Simplify updating of agent inventory assets. Make newly created asset IDs | Melanie | 1 | -19/+6 |
2010-12-04 | Convert the agent asset transactions module to a new style module. | Melanie | 3 | -168/+156 |
2010-09-04 | Move code that allows llGiveInvetory() to move item into appropriate system f... | Justin Clark-Casey (justincc) | 1 | -3/+1 |
2010-08-20 | Unit test breakage fix. | Diva Canto | 1 | -3/+3 |
2010-07-14 | Fixes mantis #4870. | Diva Canto | 1 | -1/+7 |
2010-07-02 | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 1 | -1/+1 |
2010-05-15 | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 1 | -1/+1 |
2010-04-19 | Make the "notecard saved" text appear in the saver rather than the notecard o... | Justin Clark-Casey (justincc) | 1 | -0/+3 |
2010-03-08 | Add config option for switching between CSJ2K and BuggyJPEG. | Melanie | 1 | -3/+9 |
2010-03-07 | * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ... | John Hurliman | 1 | -20/+33 |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 2 | -2/+2 |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2 | -2/+2 |
2010-02-12 | minor: remove completely commented out and unused class | Justin Clark-Casey (justincc) | 1 | -226/+0 |
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2 | -3/+8 |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 6 | -126/+47 |
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 6 | -47/+126 |
2010-01-15 | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects... | Diva Canto | 1 | -1188/+0 |
2010-01-15 | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 1 | -0/+1188 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 3 | -3/+3 |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -2/+2 |
2009-11-09 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2 | -8/+4 |
2009-10-26 | Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect | Melanie | 1 | -2/+21 |
2009-10-26 | Thank you, RemedyTomm, for a patch to handle Xfer requests being dropped | Melanie | 1 | -2/+24 |
2009-10-20 | Reverting the deletion of files related to texture sending until we figure ou... | John Hurliman | 4 | -0/+866 |
2009-10-20 | * Removing cruft left over from the conversion to the new texture sending and... | John Hurliman | 5 | -1046/+0 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -2/+2 |
2009-10-01 | * Rewrote LLImageManager to use a real priority queue and hold minimal state | John Hurliman | 1 | -1/+0 |
2009-09-30 | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 1 | -528/+160 |
2009-09-30 | Revert "Attempting to improve the robustness of texture decoding by always ig... | Melanie | 1 | -68/+168 |
2009-09-30 | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 1 | -168/+68 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 4 | -8/+8 |
2009-08-29 | Add a slow cache cleaner thread. By default, the thread starts a cleanup | Melanie | 1 | -7/+47 |