aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL (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. Minor refactoring.Jeff Ames2008-03-181-1/+1
* * Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2008-03-181-0/+41
* Formatting cleanup.Jeff Ames2008-03-189-239/+232
* Formatting cleanup.Jeff Ames2008-03-182-47/+30
* Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson2008-03-182-3/+62
* this is a believed fix for some of the MySQL races. Testing wouldSean Dague2008-03-131-29/+24
* * Increase inventory description columns from 64 characters to 128Justin Clarke Casey2008-03-071-1/+1
* Fix to solve mantis 717 problem. Makes sure the region DB schema is up to dat...Johan Berntsson2008-03-073-2/+26
* Fixed SQL update errorJohan Berntsson2008-03-041-0/+1
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-044-4/+72
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-032-6/+115
* * Doh, forgot one license headerlbsa712008-03-031-2/+1
* Thank you very much, Ahzzmandius for:Charles Krinke2008-03-021-44/+26
* Minor cleanup.Jeff Ames2008-02-202-30/+20
* 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
* *fixed varchar size typo in createuserfriendstable.sqlTeravus Ovares2008-02-131-1/+1
* * Split out MSSQLManager Test/Init into each provider.lbsa712008-02-131-85/+1
* * Introduced customizable table names on MySQL and MSSQL UserData plug-ins.lbsa712008-02-132-30/+52
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-42/+42
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-121-20/+31
* Moved share/sql/mysql-AvatarAppearance.sql to OpenSim/Framework/Data.MySQL/Re...Tedd Hansen2008-02-111-0/+42
* * Added some connection debugginglbsa712008-02-111-1/+9
* From: dirk husemann <hud@zurich.ibm.com>Sean Dague2008-02-111-2/+3
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-102-23/+22
* Converted logging to use log4net.Jeff Ames2008-02-056-87/+99
* Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w...Tedd Hansen2008-02-051-37/+24
* Added copyright statements.Jeff Ames2008-02-051-2/+28
* * Synchronize asset storage operations to mysql as well as readsJustin Clarke Casey2008-02-041-31/+35
* A smidgen more error info for the asset serverJustin Clarke Casey2008-02-041-4/+5
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-041-4/+5
* fix for error on null owner_uuid fieldBrian McBee2008-02-021-1/+8
* Change casting slightly for reading owner_uuid from mysql.Charles Krinke2008-02-021-2/+3
* Thank you very much daTwitch for your first contribution to the C# simulator.Charles Krinke2008-02-021-5/+36
* 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
* * Print out exception information when a mysql asset fetch failsJustin Clarke Casey2008-01-301-16/+29
* * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141.Justin Clarke Casey2008-01-241-0/+3
* * Following on from sdague's r3144, commenting out other parts of TribalMediaJustin Clarke Casey2008-01-211-0/+2
* * Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey2008-01-211-74/+32
* comment out use of the TribalMedia data mapper layerSean Dague2008-01-211-1/+1
* 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
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-4/+0