aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/ComplexObject.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-03-14Update svn properties.Jeff Ames1-136/+136
2008-03-13* SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa711-114/+136
* This module more or less crashes every region in the instance if you enable it by moving it from local /bin to global /bin * But hey, it crashes in lots of interesting ways.
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-2/+2
with SceneObjectGroup.LocalId (and hence reduce confusion).
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2007-12-28* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ↵lbsa711-2/+2
scheme won't hold for serialization * Extracted out the 'old' AddNewPrimitive that places an object at an exact pos, without the raytracing
2007-10-30* Optimized usingslbsa711-28/+37
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-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.
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-17fixing me some line endingsSean Dague1-78/+78
2007-08-16Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ↵MW1-1/+1
with Rotation in entitybase (couldn't override as they are different types (LL vs Axiom) and didn't want to add new). When you take prims into inventory (or delete them), they should now be removed from the prim datastore, so they no longer reappear in-world when you restart opensim.
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-2/+2
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
2007-08-15The 'Party Party Groupie Groupie Life is a game' commit:lbsa711-0/+23
* Added prototypical MoneyBalance support * Finalized konceptual touch wiring * Turned SimpleApp into a tedious harvesting game.
2007-08-15* Added more spinning parts to ComplexObject.lbsa711-6/+13
* We now have CylinderShape * This commit dedicated to the birth of techno house.
2007-08-15* Again, FileSystemObject reports filename.lbsa711-0/+2
* SimpleApp now featuring spinning box with spinning parts. * Damn. That's cool.
2007-08-15* Exploring Group/Part from an app perspective.lbsa711-0/+46