aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2019-05-195-0/+0
* Move db directory out of tree.onefang2019-05-193-5/+5
* Various database fixups.onefang2019-05-1922-85/+79
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-19125-5111/+3885
* Fix file execute permissions, coz Windows.David Walter Seikel2016-11-074-0/+0
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-044-6/+6
* MyISAM is still much better performing for OpenSim.David Walter Seikel2016-11-0317-40/+40
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-03129-5192/+13212
* MyISAM is much better performing for OpenSim.David Walter Seikel2013-02-2312-35/+35
* Added locking in NullRegionData.Oren Hurvitz2013-01-041-20/+44
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-094-17/+17
* Add agent verification to PresenceBlueWall2012-12-084-0/+36
* Fix database service unit test failures by temporarily reverting BasicDataSer...Justin Clark-Casey (justincc)2012-11-261-1/+7
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-244-4/+7
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-243-0/+228
* refactor: move common inventory folder version update code to parent class in...Justin Clark-Casey (justincc)2012-11-153-112/+28
* Improve inventory folder version updating for mssql database plugin.Justin Clark-Casey (justincc)2012-11-151-14/+102
* Implement folder version updating for the sqlite inventory pluginJustin Clark-Casey (justincc)2012-11-152-7/+142
* More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)2012-11-149-298/+305
* Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav...Diva Canto2012-11-135-5/+5
* minor: Adjust method doc on IXInventoryData MoveItem() and MoveFolder() to ma...Justin Clark-Casey (justincc)2012-11-091-6/+6
* Update parent inventory folder version numbers when folders are moved/created...Justin Clark-Casey (justincc)2012-11-094-47/+220
* Update folder version numbers when moving items and making the Delete(string[...Justin Clark-Casey (justincc)2012-11-062-4/+53
* Increment version number of a folder when an object it contains is deleted.Justin Clark-Casey (justincc)2012-11-061-3/+25
* SQLite DB: some values of land data will be not saved / loadedPixelTomsen2012-10-211-5/+20
* Disambiguate use of RegionFlags in NullRegionDataJustin Clark-Casey (justincc)2012-10-091-0/+1
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-093-17/+3
* Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto2012-09-271-3/+0
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-251-0/+8
* Also do other MySQL region settings related calls under m_dbLock, in common w...Justin Clark-Casey (justincc)2012-08-311-117/+130
* Do Windlight storage and removal calls in MySQL under m_dbLock, as is done wi...Justin Clark-Casey (justincc)2012-08-311-102/+108
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-0/+10
* Fix and finish the extra parameters storage system for MySQLMelanie2012-08-151-1/+57
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-155-0/+58
* minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)2012-07-071-2/+0
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-1/+1
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-237-1/+282
* Format cleanupBlueWall2012-05-231-2/+2
* Port Avination's collision fixes to core.Melanie2012-05-151-1/+0
* If there are no new prim items to store then don't bother opening the MySqlCo...Justin Clark-Casey (justincc)2012-04-301-3/+3
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-309-431/+446
* Fixed problem with MySQL: it was possible for one thread to use an incomplete...Oren Hurvitz2012-04-243-21/+37
* When reading a region, use null objects to represent NULL fields.Oren Hurvitz2012-04-241-1/+5
* Rename SOG.HasChildPrim(uint) to SOG.ContainsPart(uint) to match existing Con...Justin Clark-Casey (justincc)2012-03-311-4/+4
* Add MSSQL login processing fix for servers run on different locales.Justin Clark-Casey (justincc)2012-03-311-0/+5
* Lock NullFriendsData.m_Data for consistency and against concurrent read/writeJustin Clark-Casey (justincc)2012-03-301-30/+39
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-302-2/+30
* Fix configuration problems where XAssetDatabasePlugin was picked up accidenta...Justin Clark-Casey (justincc)2012-03-192-11/+58
* Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-121-1/+1
* Merge branch 'xassetservice'Justin Clark-Casey (justincc)2012-03-092-0/+527
|\