aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-16* More prim inventory synchronizationJustin Clarke Casey1-19/+22
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-43/+54
2008-01-16* added missing using clauselbsa711-0/+1
2008-01-16* More work on getting the database framework to actually worklbsa711-1/+1
2008-01-15* Mother of all commits:Adam Frisby5-18/+46
2008-01-14Set svn:eol-style.Jeff Ames1-24/+24
2008-01-14* Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to...lbsa711-0/+24
2008-01-13Applied patch from melanie (thank you) for mantis issue# 338MW1-2/+2
2008-01-11* Do database implementation for prim inventory items in mysqlJustin Clarke Casey1-15/+310
2008-01-11* returnin LLUUID.Zero rather than LLUUID.Random on webkey nulllbsa711-1/+1
2008-01-11* quick fix to fix if webLoginKey is null in DB, return random key (I guess L...lbsa711-1/+9
2008-01-09* This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares1-0/+33
2008-01-09* ok, last mySQL webloginkey related update tonight.Teravus Ovares1-1/+1
2008-01-09* almost an oopsTeravus Ovares1-1/+1
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares4-5/+17
2008-01-07*Added ability to update only necessary data on insertRegion for the grid ser...mingchen1-5/+23
2008-01-02* Updates UserServer Teravus Ovares1-4/+0
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares1-0/+7
2007-12-31* Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2-1/+169
2007-12-30* Fixed References in Prebuild so the project compilesTeravus Ovares1-0/+25
2007-12-28* Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa711-2/+2
2007-12-27* Optimized usingslbsa717-259/+269
2007-12-27* Fixed MonoSQLite Update Table routineTeravus Ovares1-14/+27
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa711-1/+4
2007-12-27* Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares1-0/+42
2007-12-27Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey1-1/+2
2007-12-23Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey1-1/+1
2007-12-20* and another :/Teravus Ovares1-2/+2
2007-12-20* Fixed implicit .ToString() in shape fetch.Teravus Ovares1-2/+2
2007-12-20* fixed a few Implicit uses of .ToString()Teravus Ovares1-9/+9
2007-12-20* Matched up all previous .ToString() references (r2764) in OpenSim.Framework...Teravus Ovares1-18/+18
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames4-30/+30
2007-12-20Extended svn:eol-style to check some other file types.Jeff Ames5-52/+52
2007-12-19Misc. cleanup:Jeff Ames1-2/+2
2007-12-18*Parcels now fully work on MySQL as a datastore after a few tweaks and bug fi...mingchen1-6/+75
2007-12-18*Fixed MySQLDataStore bug causing errors on startupmingchen1-12/+12
2007-12-18*Using Mysql as the datastore should now store parcels across multiple sessionsmingchen1-0/+228
2007-12-18*Parcels and their access lists now store over multiple sessions when the dat...mingchen1-1/+1
2007-12-17*Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen1-4/+4
2007-12-15Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey1-21/+2
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+22
2007-12-13Minor cleanupJeff Ames1-2/+7
2007-12-12* Patch from justincc to fix Inconsistent automatic mysql table creation - se...Teravus Ovares6-0/+183
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-10enable autocreation of mysql inventory tables again. I thinkSean Dague1-7/+9
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames5-9/+9
2007-12-08Adding an explicit close() and dispose() in the hope that it might help with ...Brian McBee1-0/+3
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-9/+17
2007-12-04* Avatar picker works in grid mode now.Teravus Ovares2-19/+25
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby2-3/+3