Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-24 | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 1 | -36/+36 | |
Please adjust your editors to not use hard tabs. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+0 | |
(this took a while to run). | |||||
2008-04-08 | add comment for version field based on what Teravus said :) | Sean Dague | 1 | -1/+3 | |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -4/+4 | |
to reflect what they really are. | |||||
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -6/+60 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | break out the 5 classes that were | Sean Dague | 1 | -18/+28 | |
InventoryItemBase into seperate .cs files 1 per class | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-02-25 | * Start sending "ImageNotFound" packet back to the client if we can't find ↵ | Justin Clarke Casey | 1 | -15/+23 | |
an image * This might stop some client's constant requests for unfound textures, which is a candidate for the memory leak * If a texture is not found then the "Image not found" texture will now be displayed clientside * If it works, this should resolve mantis 676 * Non texture image requests do not receive this packet yet * This will require a prebuild | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 1 | -0/+0 | |
2007-10-31 | set svn:eol-style | Jeff Ames | 1 | -52/+52 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -5/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -57/+57 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-19 | get rid of all the ^M line endings | Sean Dague | 1 | -57/+57 | |
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 1 | -0/+28 | |
messages. Thanks Chillken! | |||||
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 1 | -0/+29 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. |