aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/sLLVector3.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-29* Spring cleaning.Adam Frisby1-5/+5
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-01-01* You can add and remove a friend in standalone now within the same ↵Teravus Ovares1-3/+3
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
2007-12-27* Optimized usingslbsa711-4/+3
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-08set svn:eol-styleJeff Ames1-25/+25
2007-12-07* All remoting calls are now using Serializable valuesTeravus Ovares1-0/+25
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.