Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem() | Justin Clarke Casey | 2008-05-03 | 1 | -205/+0 |
| | | | | | | * Remove old framework asset transactions files which were region modularized | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵ | MW | 2008-02-16 | 1 | -1/+4 |
| | | | | | | | CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though. But its one more thing out of the CommsManager. One day we will kill the CommsManager! | ||||
* | Commenting and a spelling correction | Justin Clarke Casey | 2008-02-13 | 1 | -3/+13 |
| | |||||
* | * Clean up the agent's asset transactions when it is removed from the scene | Justin Clarke Casey | 2008-02-13 | 1 | -2/+17 |
| | | | | | | * This may or may not help with the memory leak, need to assess | ||||
* | * Refactor: Move last commit's refactor back to AgentAssetTransactionsManager | Justin Clarke Casey | 2008-02-13 | 1 | -35/+81 |
| | | | | | | | | * Push asset update (invoked when clothing is altered) down into AgentAssetTransactions from Scene.Inventory.cs to join others * I've tested that clothing creation and update still works, but please let me know if it suddently breaks for you. * Add/correct comments | ||||
* | Refactor: factor a method out of AgentAssetTransactionsManager | Justin Clarke Casey | 2008-02-12 | 1 | -13/+2 |
| | |||||
* | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and ↵ | Justin Clarke Casey | 2008-02-12 | 1 | -0/+143 |
align classes with file names * Small amount of ndoc * This will probably require a prebuild and nant clean |