| Commit message (Expand) | Author | Age | Files | Lines |
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 3 | -48/+289 |
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 3 | -8/+24 |
* | minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma... | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -8/+10 |
* | Prevent items being destroyed by rename operations. Renaming of a wearable also | Melanie | 2013-02-08 | 1 | -1/+2 |
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
* | Fix very recently introduced race condition where a CreateNewItem outracing a... | Justin Clark-Casey (justincc) | 2012-09-25 | 1 | -19/+18 |
* | Comment out old m_storeLocal from AssetXferUploader. | Justin Clark-Casey (justincc) | 2012-09-25 | 1 | -6/+6 |
* | Insert transaction ID into AssetXferUploader constructor rather than at Uploa... | Justin Clark-Casey (justincc) | 2012-09-25 | 2 | -36/+49 |
* | Move UDP update task item code to AssetXferUploader to match existing create ... | Justin Clark-Casey (justincc) | 2012-09-25 | 3 | -64/+52 |
* | Fix occasional race condition failure when creating new clothing/body parts i... | Justin Clark-Casey (justincc) | 2012-09-25 | 3 | -110/+94 |
* | Record the fact that child agents can have asset transactions. | Justin Clark-Casey (justincc) | 2012-06-07 | 1 | -8/+7 |
* | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 2012-03-27 | 1 | -1/+21 |
* | Remove IClientAPI from the money module. It was only used to pass in the | Melanie | 2012-01-28 | 1 | -1/+1 |
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-11-14 | 1 | -2/+0 |
* | Fix avatar parameter updating for viewer 3 and maybe 2. | Justin Clark-Casey (justincc) | 2011-09-23 | 3 | -82/+238 |
* | Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim. | Justin Clark-Casey (justincc) | 2011-04-28 | 1 | -4/+5 |
* | remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Make the "notecard saved" text appear in the saver rather than the notecard o... | Justin Clark-Casey (justincc) | 2010-04-19 | 1 | -0/+3 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | 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 | 1 | -27/+8 |
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -8/+27 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 |
|/ |
|
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+1 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | Redirected all calls to CachedUserProfile methods to the inventory service. R... | Diva Canto | 2009-08-12 | 2 | -58/+40 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 4 | -4/+4 |
* | Add initializing m_scene if it's not null. Marking MyScene as [Obsolete] | Melanie Thielker | 2009-05-19 | 1 | -0/+7 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -18/+0 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 2 | -7/+6 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -2/+1 |
* | * Appearance patches suite: These patches are applied to allow libomv bots to... | Sean Dague | 2009-03-25 | 1 | -1/+3 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 2 | -8/+8 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 1 | -4/+4 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 2 | -23/+23 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 4 | -11/+5 |
* | starting phase 2 of the OpenSim.Region.Environment commit: relocating | Dr Scofield | 2009-02-09 | 4 | -0/+1018 |