aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
* Corrected spelling of SQLITE. Fixes mantis #7675.Kevin Cozens2015-08-081-1/+1
* Removing the Store methods in the DB layer of AgentPreferences, as they were ...Diva Canto2015-06-141-4/+0
* Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder2015-06-141-2/+2
* AgentPreferences SQLLite Migration update Mantis #7157Roger Kirkman2015-06-131-0/+19
* SQLite and PGSQL adapters for AgentPreferencesCinder2015-06-132-0/+81
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven2015-04-121-2/+2
* Fix whitespace hoping to avoid a floggingBlueWall2014-11-251-3/+3
* Re-work handling of email notifications settings.BlueWall2014-11-241-3/+0
* Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-231-2/+7
* Fix logging level to Error in exception handlersBlueWall2014-10-151-18/+18
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-2/+2
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-6/+0
* Eliminated many warningsOren Hurvitz2014-04-233-4/+3
* Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2014-04-221-4/+4
* Fixed AssetsExist in SQLiteOren Hurvitz2014-04-021-2/+2
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-15/+22
* Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* Merge branch 'master' into varregionRobert Adams2013-12-172-0/+96
|\
| * Populate user preferences with UserAccount email if it is present, else retur...BlueWall2013-12-161-1/+2
| * Add support for user preferences (im via email)BlueWall2013-12-062-0/+95
* | Merge branch 'master' into varregionRobert Adams2013-12-051-2/+0
|\ \ | |/
| * Adding profile partners fix to SQLite and PgSQL driversBlueWall2013-12-051-2/+0
* | varregion: remove unused terrain serialization code in SQLite and PGSQL modulesRobert Adams2013-11-041-16/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-18/+11
* | Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\ \ | |/
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-24/+16
* | Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-12/+2
|/
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-222-0/+28
* Fix HGTravelStore.migrations in SQLite (mantis #6709)Diva Canto2013-07-191-10/+10
* Added SQLite version of hg travel data store. UNTESTED. Hope it works!Diva Canto2013-07-142-0/+100
* Fix SQL statementDiva Canto2013-07-021-1/+1
* Do the same for SQLite and MSSQLDiva Canto2013-07-021-1/+1
* This should have a strong effect on the Unknown User issue mantis #6625Diva Canto2013-07-021-0/+4
* Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-1/+1
* * This fixes having to select and deselect prim to get keyframemotion to star...teravus2013-06-121-2/+3
* * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ...teravus2013-06-112-0/+32
* SQLite support for UserProfilesBlueWall2013-06-072-0/+994
* Send up the part missing from the Avination Estate commit.Melanie2013-05-111-0/+9
* Add asset name and description truncation warnings to SQLite database plugin ...Justin Clark-Casey (justincc)2013-02-271-5/+23
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz2013-02-092-0/+30
* Merge branch 'dynamic-attributes2'Justin Clark-Casey (justincc)2013-02-052-1/+23
|\
| * Remove the accidental PrimShapes column that I added back to the SQLite regio...Justin Clark-Casey (justincc)2013-01-251-2/+1
| * Fix tests by adding DynAttrs add column commands to RegionStore.migrations (t...Justin Clark-Casey (justincc)2013-01-251-0/+6
| * Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr...Oren Hurvitz2013-01-251-1/+5
| * Stopped storing dynamic attributes in the PrimShapeOren Hurvitz2013-01-251-8/+0
| * Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)2013-01-251-4/+4