aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite (follow)
Commit message (Expand)AuthorAgeFilesLines
* * AssetServerBase: _ProcessRequest is now called GetAssetlbsa712007-12-271-1/+5
* * Added Sit Target persistence over sim restarts for mySQL and MonoSQLite.Teravus Ovares2007-12-271-0/+48
* Prim inventory persistence phase 1: Creation of preliminary table in sqlite.Justin Clarke Casey2007-12-271-3/+82
* *on more implicit use of .ToString() on deleting shapes in MonoSqliteDataStoreTeravus Ovares2007-12-211-1/+1
* Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey2007-12-201-34/+34
* Fix typo. AutionID -> AuctionIDSean Dague2007-12-181-3/+3
* *Removed Unneeded Debug I added in my last revisonmingchen2007-12-181-5/+1
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-181-2/+323
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-4/+4
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-2/+2
* Remove unused function, one less warningSean Dague2007-11-271-7/+0
* put in changes to only keep the last terrain revision. The currentSean Dague2007-11-191-0/+14
* hopefully resolve mantis issue #10 by locking correcty around terrain methodsSean Dague2007-11-191-50/+54
* More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW2007-11-161-13/+0
* *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim...lbsa712007-11-151-7/+7
* make Stopped a bit sloppier which should help address any float round off issuesSean Dague2007-11-151-6/+7
* added first attempt at storing stopped physical objectsSean Dague2007-11-141-1/+17
* clean up most of my mess on terrain. Someone on .NET please test and makeSean Dague2007-11-141-21/+19
* managed to produce and kill the same exception on mono as on .net. Hopefully Sean Dague2007-11-141-0/+5
* bury connect creation deeper down in case this is what .NET hatesSean Dague2007-11-141-0/+1
* random shot in the darkSean Dague2007-11-141-3/+4
* remove limit stanza, see if this helps.Sean Dague2007-11-141-1/+1
* get rid of parametrized query, in case this is the .NET issue (I hope not)Sean Dague2007-11-141-5/+5
* further adventures in .NET workaroundsSean Dague2007-11-141-1/+4
* no, this probably won't work either, but I'm going to at least make sure it w...Sean Dague2007-11-141-2/+2
* more attempted voodoo around .NETSean Dague2007-11-141-3/+2
* attempt to resolve Sqlite not working on .NET for terrainSean Dague2007-11-141-21/+24
* working now. Needs cleanup, but I'll have to do that after the next meetingSean Dague2007-11-131-7/+16
* some changes to reduce memory significantly by not keeping allSean Dague2007-11-131-24/+36
* disable profuse logging messages for not saving physical Sean Dague2007-11-071-1/+1
* Thank you, Teravus for: Solution for 'after using physical prim with MonoSql...Charles Krinke2007-11-051-3/+10
* * Optimized usingslbsa712007-10-301-138/+151
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+2
* add locking to the terrain database callsSean Dague2007-10-231-28/+31
* * Added "create-region" console command. Syntax: create-region <name> <region...Adam Frisby2007-10-231-5/+0
* * Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby2007-10-221-1/+9
* * Table creation now checks if the table already exists before building it.Adam Frisby2007-10-221-3/+27
* * Temporary fix for SQLite error -- temporarily disables terrain storage.Adam Frisby2007-10-221-2/+2
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-4/+117
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-117/+4
* * Major ass commit.Adam Frisby2007-10-221-4/+117
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
* Terrain:Adam Frisby2007-09-251-3/+3
* fix to do hollow prims correctly. Reported fromSean Dague2007-09-221-1/+1
* add some locks around DataSet manipulation to ensure we are doing this Sean Dague2007-09-131-117/+93
* Backup is now optional on classeslbsa712007-09-131-47/+37
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-0/+1
* remove some more rote Verbose strings, leave only ones that actually have som...Sean Dague2007-08-311-3/+0
* change debugging around failed prim loading. I have one prim that doesn't Sean Dague2007-08-311-2/+5
* Remove a debug line.MW2007-08-291-2/+1