Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -18/+18 |
| | | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | * Removed and sorted using clauses in a number of files. | Adam Frisby | 2008-03-03 | 1 | -2/+0 |
| | | | | | | | | | | * Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader | ||||
* | Fixed big bug in AgentAssetTransactions, now don't seem to be getting any ↵ | MW | 2008-02-20 | 1 | -4/+4 |
| | | | | AbortXfer packets. And the "saving data" message in the client on logout seems to have gone. (So that message was all my fault.) | ||||
* | Added copyright notices. | Jeff Ames | 2008-02-17 | 1 | -3/+29 |
| | |||||
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵ | MW | 2008-02-16 | 1 | -0/+382 |
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! |