aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-4/+3
* * Applying Mantis Patch #518.2 - State not persisted in MySQL DataStoreAdam Frisby2008-03-181-0/+35
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* this is a believed fix for some of the MySQL races. Testing wouldSean Dague2008-03-131-29/+24
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-191-1/+1
* More exception checks and crash hintsTedd Hansen2008-02-181-2/+2
* From: dirk husemann <hud@zurich.ibm.com>Sean Dague2008-02-111-2/+3
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-16/+15
* Converted logging to use log4net.Jeff Ames2008-02-051-36/+38
* Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w...Tedd Hansen2008-02-051-37/+24
* Added commands to change config file from console:Tedd Hansen2008-02-021-3/+13
* Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait).Tedd Hansen2008-02-021-2/+3
* Last patch was a disaster... reset terrain whenever bug occurred. Trying agai...Tedd Hansen2008-02-021-65/+64
* And one more patch before sleepTedd Hansen2008-02-021-28/+43
* Removed "Loading inventory for Primitive" message.Tedd Hansen2008-02-011-1/+1
* * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141.Justin Clarke Casey2008-01-241-0/+3
* * Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey2008-01-211-74/+32
* Method renameJustin Clarke Casey2008-01-211-1/+1
* Properly lock new separate database accessesJustin Clarke Casey2008-01-211-59/+62
* * Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey2008-01-211-91/+71
* Tedds temp fix for startup crash: Waiting 3 seconds for stuff to catch up. (S...Tedd Hansen2008-01-201-0/+2
* Most is back in its original state :) Hope I didn't break anything... *looks ...Tedd Hansen2008-01-191-7/+0
* That didn't work -- added more debuggingTedd Hansen2008-01-191-19/+8
* That didn't work, trying with TableAdapter.FillSchema(DataSet, SchemaType.Sou...Tedd Hansen2008-01-191-4/+26
* Removed mega-debugging.Tedd Hansen2008-01-191-26/+7
* removed additional debugging, added temp mega-debugging to StoreLandObjectTedd Hansen2008-01-191-0/+19
* Still hunting, added debug outputTedd Hansen2008-01-191-1/+1
* Still looking for that startup crash bug. Added some exception handling in pr...Tedd Hansen2008-01-191-52/+59
* * More prim inventory synchronizationJustin Clarke Casey2008-01-161-19/+22
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-43/+54
* * Mother of all commits:Adam Frisby2008-01-151-5/+5
* Applied patch from melanie (thank you) for mantis issue# 338MW2008-01-131-2/+2
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-15/+310
* * Moved PrimitiveBaseShape subclasses into factory methods - the subclassing ...lbsa712007-12-281-2/+2
* * Optimized usingslbsa712007-12-271-194/+210
* * Fixed MonoSQLite Update Table routineTeravus Ovares2007-12-271-14/+27
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+4
* * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares2007-12-271-0/+42
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-271-1/+2
* * and another :/Teravus Ovares2007-12-201-2/+2
* * Fixed implicit .ToString() in shape fetch.Teravus Ovares2007-12-201-2/+2
* * fixed a few Implicit uses of .ToString()Teravus Ovares2007-12-201-9/+9
* * Matched up all previous .ToString() references (r2764) in OpenSim.Framework...Teravus Ovares2007-12-201-18/+18
* *Parcels now fully work on MySQL as a datastore after a few tweaks and bug fi...mingchen2007-12-181-6/+75
* *Fixed MySQLDataStore bug causing errors on startupmingchen2007-12-181-12/+12
* *Using Mysql as the datastore should now store parcels across multiple sessionsmingchen2007-12-181-0/+228
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-181-1/+1
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-4/+4
* added copyright noticesJeff Ames2007-12-111-0/+28
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-2/+2