aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/FileSystemObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ↵lbsa712007-12-281-1/+1
| | | | | | | scheme won't hold for serialization * Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing
* * Optimized usingslbsa712007-12-271-1/+0
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* cleaned up some mono compiler warningsJeff Ames2007-11-181-1/+1
|
* * Optimized usingslbsa712007-10-301-10/+4
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-1/+1
| | | | | | | 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.
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* Deleted a few old files that are no longer used.MW2007-08-271-1/+0
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* * Again, FileSystemObject reports filename.lbsa712007-08-151-7/+8
| | | | | | * SimpleApp now featuring spinning box with spinning parts. * Damn. That's cool.
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-4/+4
| | | | | | PLEASE NOTE: that with this revision some prim related features may be broke for a while. (things like linking prims and the parcel prim count.) Also this revision may not work on mono, but that will be fixed soon.
* mass update of files to have native line endingsSean Dague2007-07-301-31/+31
|
* * Added a FileSystemObject to SimpleApplbsa712007-07-181-0/+31
* Added Some ShapeTypes (shapes doesn't work though!) * Fixed some \0 issues