aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLGridData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-151-3/+3
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Optimized usingslbsa712007-12-271-26/+23
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-2/+2
| | | | Works with LibSL rev>1532
* * Patch from justincc to fix Inconsistent automatic mysql table creation - ↵Teravus Ovares2007-12-121-0/+34
| | | | see bug 169
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-041-7/+10
| | | | | | * To test, click the communicate button, then click the 'add' button and type a name. You will get a list of closely matching avatar names. * Before this'll work on your sim in grid mode, the UGA needs to be updated. If it isn't updated, then you'll get a message on the sim console when searching like, 'got invalid queryid'.
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-131-0/+85
| | | | | | | 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-8/+13
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-9/+9
|
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-4/+6
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-287/+287
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-14/+16
| | | | | * added some licensing info
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+285
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.