aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-2355/+0
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-3/+0
* Fix a casting operation to use ToString()Melanie2010-08-301-1/+1
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-0/+6
* Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)2010-08-261-6/+3
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-3/+6
* get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-031-3/+5
* relocate serialization code from SQLiteRegionData to MoapModule using load an...Justin Clark-Casey (justincc)2010-07-261-53/+2
* Put a wrapper around the media texture region serializationJustin Clark-Casey (justincc)2010-07-261-15/+43
* fix bug where prim persistence would fail if media had never been setJustin Clark-Casey (justincc)2010-07-261-6/+9
* fix problem persisting when only one face had a media textureJustin Clark-Casey (justincc)2010-07-261-2/+8
* Implement media texture persistence over server restarts for sqliteJustin Clark-Casey (justincc)2010-07-261-4/+32
* Fix bug where prim items were not loaded in the new sqlite database handlerJustin Clark-Casey (justincc)2010-06-041-27/+39
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-0/+3
* take out some debug logging in the sqlite db adaptorJustin Clark-Casey (justincc)2010-04-301-3/+3
* rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)2010-04-301-101/+158
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-2/+11
* * SQLite match code casing with regionsettings table field casing (what's wit...Teravus Ovares (Dan Olivares)2010-02-131-1/+1
* * This is an attempt to resolve mantis 4437 by using SqliteAdapter type state...Teravus Ovares (Dan Olivares)2010-02-131-11/+100
* Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman2009-11-021-4/+4
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-5/+9
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-5/+9
* | reducing region DB log spamdr scofield (aka dirk husemann)2009-10-021-1/+1
* | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-6/+6
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
|/
* SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul...John Hurliman2009-09-161-2/+1
* * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d...Kunnis2009-08-161-17/+12
* Formatting cleanup.Jeff Ames2009-08-091-1/+1
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-9/+9
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-2/+2
* * Added a user friendly message to the sqlite regionsettings saver giving the...Teravus Ovares2009-07-101-1/+17
* more type clean fixes for mono 2.4.2Sean Dague2009-06-191-8/+8
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Consistently use dashed uuid format for sqlite region data, as was previous...Justin Clarke Casey2009-05-071-38/+35
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa712009-02-251-7/+0
* * optimized usings.lbsa712009-02-121-3/+2
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey2009-01-291-1/+4
* * Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey2009-01-191-4/+3
* Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble2008-12-221-0/+10
* Color was set twice, first correctly, then incorrectly, in SQLiteRegionData.Homer Horwitz2008-12-141-2/+0
* * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2008-12-021-3/+0
* Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers inHomer Horwitz2008-11-301-1/+1
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-191-0/+10
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-181-0/+11
* Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz2008-11-151-2/+1
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-101-4/+3
* - Includes consistency test for new and updated objects, asSean Dague2008-10-301-13/+4
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-8/+34