| Commit message (Expand) | Author | Age | Files | Lines |
* | One more pass at object inventory. This time, fix SceneObjectPartInventory so... | Diva Canto | 2010-12-24 | 1 | -80/+14 |
* | Hopefully this fixes all prim inventory issues. No more abort, no more keepin... | Diva Canto | 2010-12-23 | 1 | -35/+49 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-12-23 | 1 | -6/+5 |
|\ |
|
| * | Put back a commented section of code. With some viewers, object inventory | Melanie | 2010-12-23 | 1 | -6/+5 |
* | | Removed unused code -- this was the previous version of UDP texture sending, ... | Diva Canto | 2010-12-23 | 4 | -866/+0 |
|/ |
|
* | Added a counter to NewFiles in Xfers to account for simultaneous object inven... | Diva Canto | 2010-12-22 | 1 | -16/+42 |
* | * Adds AbortXfer to the ClientAPI mix | Teravus Ovares (Dan Olivares) | 2010-12-21 | 1 | -4/+66 |
* | Simplify updating of agent inventory assets. Make newly created asset IDs | Melanie | 2010-12-04 | 1 | -19/+6 |
* | Convert the agent asset transactions module to a new style module. | Melanie | 2010-12-04 | 3 | -168/+156 |
* | Move code that allows llGiveInvetory() to move item into appropriate system f... | Justin Clark-Casey (justincc) | 2010-09-04 | 1 | -3/+1 |
* | Unit test breakage fix. | Diva Canto | 2010-08-20 | 1 | -3/+3 |
* | Fixes mantis #4870. | Diva Canto | 2010-07-14 | 1 | -1/+7 |
* | Clean up IMoneyModule and adjust the other modules to the changes | Melanie Thielker | 2010-07-02 | 1 | -1/+1 |
* | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 2010-05-15 | 1 | -1/+1 |
* | Make the "notecard saved" text appear in the saver rather than the notecard o... | Justin Clark-Casey (justincc) | 2010-04-19 | 1 | -0/+3 |
* | Add config option for switching between CSJ2K and BuggyJPEG. | Melanie | 2010-03-08 | 1 | -3/+9 |
* | * Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ... | John Hurliman | 2010-03-07 | 1 | -20/+33 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 2 | -2/+2 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 2 | -2/+2 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 3 | -229/+8 |
|\ |
|
| * | minor: remove completely commented out and unused class | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -226/+0 |
| * | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 2 | -3/+8 |
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 6 | -126/+47 |
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 6 | -47/+126 |
* | | Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects... | Diva Canto | 2010-01-15 | 1 | -1188/+0 |
* | | * General cleanup of Teleports, Crossings and Child agents. They are now in t... | Diva Canto | 2010-01-15 | 1 | -0/+1188 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 3 | -3/+3 |
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-11-09 | 2 | -8/+4 |
|\ |
|
| * | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 2 | -8/+4 |
* | | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-09 | 1 | -2/+2 |
|/ |
|
* | Thank you, RemedyTomm, for an update to your previous patch. Garbage-collect | Melanie | 2009-10-26 | 1 | -2/+21 |
* | Thank you, RemedyTomm, for a patch to handle Xfer requests being dropped | Melanie | 2009-10-26 | 1 | -2/+24 |
* | Reverting the deletion of files related to texture sending until we figure ou... | John Hurliman | 2009-10-20 | 4 | -0/+866 |
* | * Removing cruft left over from the conversion to the new texture sending and... | John Hurliman | 2009-10-20 | 5 | -1046/+0 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -2/+2 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -2/+2 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 3 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 4 | -8/+8 |
* | | * Rewrote LLImageManager to use a real priority queue and hold minimal state | John Hurliman | 2009-10-01 | 1 | -1/+0 |
* | | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2009-09-30 | 1 | -528/+160 |
* | | Revert "Attempting to improve the robustness of texture decoding by always ig... | Melanie | 2009-09-30 | 1 | -68/+168 |
* | | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2009-09-30 | 1 | -168/+68 |
|/ |
|
* | Add a slow cache cleaner thread. By default, the thread starts a cleanup | Melanie | 2009-08-29 | 1 | -7/+47 |
* | the beginning of some changes to the decode cache to address concerns about | Melanie | 2009-08-29 | 1 | -9/+30 |
* | Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allows | Melanie | 2009-08-29 | 1 | -4/+24 |
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -2/+6 |
* | Inventory redirects from CachedUserInfo to InventoryService COMPLETE! | Diva Canto | 2009-08-13 | 1 | -1/+3 |
* | Redirected all calls to CachedUserProfile methods to the inventory service. R... | Diva Canto | 2009-08-12 | 2 | -58/+40 |
* | Fixes a race condition in EQ processing that was making EQs pop up again upon... | Diva Canto | 2009-08-11 | 1 | -1/+1 |