aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/sLLVector3.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing the sLLVector3 dinosaurJohn Hurliman2010-03-031-51/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-061-0/+51
| | | | | | * These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them. * This might introduce a map issue. Still checking it out.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-51/+0
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * Spring cleaning.Adam Frisby2008-04-291-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.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* * You can add and remove a friend in standalone now within the same ↵Teravus Ovares2008-01-011-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...
* * Optimized usingslbsa712007-12-271-4/+3
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* set svn:eol-styleJeff Ames2007-12-081-25/+25
|
* * All remoting calls are now using Serializable valuesTeravus Ovares2007-12-071-0/+25
* There's still goofyness though, because other regions are denying child agent avatar. * Still more debugging required.