aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into varregionRobert Adams2014-01-191-1/+11
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-161-1/+11
| |\
| | * In the offline message table, store the sender.Oren Hurvitz2014-01-161-1/+11
* | | Merge branch 'master' into varregionRobert Adams2013-12-172-27/+42
|\ \ \ | |/ /
| * | Fix issue with editing notes for other avatarsBlueWall2013-12-161-0/+4
| * | Populate user preferences with UserAccount email if it is present, else retur...BlueWall2013-12-161-6/+10
| |/
| * Add support for user preferences (im via email)BlueWall2013-12-062-21/+28
* | Merge branch 'master' into varregionRobert Adams2013-12-051-2/+0
|\ \ | |/
| * Stop writing partner id to record when updating profile data. This should be ...BlueWall2013-12-051-2/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-21/+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-30/+17
* | Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-3/+4
|/
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-222-5/+34
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-0/+5
* This makes group search work (Groups V2).Diva Canto2013-07-281-1/+1
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-142-0/+11
* HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2013-07-142-0/+87
* HG Friends: migration #3 is failing on some installations of MySql. Setting t...Diva Canto2013-07-041-1/+1
* Fix SQL statementDiva Canto2013-07-021-1/+1
* Really make it call the method with the query interfaceDiva Canto2013-07-021-1/+1
* This should have a strong effect on the Unknown User issue mantis #6625Diva Canto2013-07-021-2/+5
* In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)2013-06-281-0/+2
* 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/+0
* Database persistence for keyframes. Contains a Migration.Melanie2013-06-062-4/+32
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
* Fill in fields with default values on profile creationBlueWall2013-05-311-2/+48
* UserProfilesBlueWall2013-05-302-0/+1106
* Send up the part missing from the Avination Estate commit.Melanie2013-05-111-0/+6
* Fix wrong sql statement in offline im.Diva Canto2013-04-281-5/+2
* Recover a lost "virtual". Downstream projects need this.Diva Canto2013-04-251-1/+1
* minor: Make exceptions thrown by MySQLAssetData more consistent.Justin Clark-Casey (justincc)2013-04-101-10/+19
* Change the table and field names of XAssetService mysql db tables to be capit...Justin Clark-Casey (justincc)2013-03-152-62/+60
* Implement access time updates on assets for XAssetService.Justin Clark-Casey (justincc)2013-03-151-38/+57
* Add more information to warnings logged when asset names and descriptions hav...Justin Clark-Casey (justincc)2013-02-272-4/+12
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto2013-02-192-0/+599
* Offline IM: moved the Data and MySQL bits to the corresponding places in core...Diva Canto2013-02-192-0/+86
* I need these for OfflineIM and Groups.Diva Canto2013-02-181-0/+60
* Added physics parameters support to MSSQL and SQLite (not tested)Oren Hurvitz2013-02-092-10/+11
* Rename "Bounciness" to "Restitution"Melanie2013-02-071-2/+2
* Fix a bug I brought in by manually editing a diff file. Terrain is if cource ...Melanie2013-02-061-1/+1
* Partial port of Avination's support for the new physics parameters.Melanie2013-02-062-18/+51
* Merge branch 'dynamic-attributes2'Justin Clark-Casey (justincc)2013-02-052-3/+24
|\
| * 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-252-9/+2
| * Added missing DynAttrs references in MySQLOren Hurvitz2013-01-251-3/+6
| * Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)2013-01-251-4/+4