aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteGridData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-27* Optimized usingslbsa711-2/+3
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-20Revert a couple of UUIDs back to hyphenated since we actually sometimes ↵Justin Clarke Casey1-2/+2
store as hyphenated, sometimes not...
2007-12-20Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey1-2/+2
Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :) This patch will not fix grid problems. May be bugs present due to conversions I didn't spot. I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again.
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-2/+2
Works with LibSL rev>1532
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares1-1/+10
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.
2007-10-30* Optimized usingslbsa711-1/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-10-17Renamed SimProfileData to RegionProfileDataTleiades Hax1-7/+7
2007-09-19* A feeble attempt at adding Grid db support to SQLite, just adding some ↵lbsa711-2/+0
code based on User db. Nothing hot-wired though.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-16changed to native line ending encodingSean Dague1-197/+197
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-10/+12
* added some licensing info
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though