aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/GridData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-12-271-2/+5
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Misc. cleanup:Jeff Ames2007-12-191-2/+2
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-131-0/+12
| | | | | | | manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
* * Optimized usingslbsa712007-10-301-2/+1
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-4/+4
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-111/+111
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
| | | | | * added some licensing info
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+113
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.