aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker16-169/+169
2017-01-05Create all tables ad InnoDB by defaultMelanie Thielker4-22/+22
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2-2/+15
2016-12-01 fix a typo in dbs region rangeUbitUmarov1-1/+1
2016-11-26Increase float precision for windlight needed by scripts. mySQL Migration on ...AliciaRaven1-0/+63
2016-11-24 revert changes to asset desc size, my bad.. this field will possible go away...UbitUmarov2-13/+5
2016-11-22change asset description max sizeUbitUmarov2-5/+13
2016-11-09fix some invalid string.format argumentsUbitUmarov1-2/+7
2016-09-27MySQLFSAssetData asset type is a int not a varcharUbitUmarov1-2/+2
2016-09-27MySQLFSAssetData on store, if a asset already exists, assume its a valid sto...UbitUmarov1-1/+7
2016-09-17 add load baked terrain methodsUbitUmarov1-0/+35
2016-09-17 add to databases a table to store baked terrain.UbitUmarov2-0/+58
2016-09-15Minor, remove unused OSDMap declaration in MySQL profilesAliciaRaven1-4/+1
2016-08-22workaround potencial memory leaksUbitUmarov2-36/+39
2016-06-17Mantis #7848: something wrong with a data field in Groups V2Diva Canto1-2/+1
2016-04-05Fix missing id parameter in FSAssets database connector when updating Access ...AliciaRaven1-3/+3
2016-03-24Correct case in the names of the Avatar and Friends tablesKevin Cozens2-2/+2
2016-03-22Correct the case of the Presence tableMelanie Thielker1-1/+1
2016-03-22Change casing on UserAccountsMelanie Thielker1-1/+1
2016-03-22Fix some artefacts that came from merging the OSGrid code.Melanie Thielker1-1/+2
2016-03-05Port the safer database access and the cure for "Chicken Bones" whichMelanie Thielker1-188/+191
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2016-02-21MySQL migrations: fix one last migration that had been left behindDiva Canto1-0/+7
2016-02-20Flatten migrations for MySQL.Diva Canto13-1514/+432
2015-11-21row format fixed removed to allow creation of regions tableShy Robbiani1-1/+5
2015-10-20 store rotation axis locks in MySql and SQlite dbs ( others need to be update...UbitUmarov2-3/+15
2015-09-28 put back virtual declarationsUbitUmarov1-14/+14
2015-09-28 remove virtual declarations master doesnt haveUbitUmarov1-14/+14
2015-09-15Added migration for UserAccounts table.Kevin Cozens1-0/+7
2015-09-15 remove redundant using(){}UbitUmarov1-47/+40
2015-09-14 try to add a mysql migration to avnUbitUmarov1-0/+15
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov6-90/+54
2015-09-02seems to compile ( tests comented out)UbitUmarov3-109/+33
2015-08-25 let mysql be happy with a NULL heighmap ( yeap i made several )UbitUmarov1-2/+5
2015-08-23 fix db region find by range for varregions ( ignoring others than Mysql)UbitUmarov1-0/+33
2015-08-23 fix db region search by a position, for varregions ( ignoring other thatUbitUmarov1-0/+40
2015-08-23 fix mySQL ( ignoring other dbs )UbitUmarov1-1/+2
2015-08-11Removed unused code that checked wait_timeout in MySQLEstateDataOren Hurvitz1-34/+0
2015-07-14Correcting errors in previous change: MySQL needs int unsigned, notMelanie Thielker1-1/+1
2015-07-14Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!Melanie Thielker1-0/+8
2015-07-12Bringing FSAssets more inline with current OpenSim standards. * If no connect...AliciaRaven2-25/+100
2015-07-11Some cleanup, add prebuild project, correct pathMelanie Thielker1-4/+0
2015-07-11Rename for uniformity, add data moduleMelanie Thielker1-0/+361
2015-06-14Removing the Store methods in the DB layer of AgentPreferences, as they were ...Diva Canto1-5/+0
2015-06-14Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder1-2/+2
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the o...Cinder1-15/+2
2015-06-13Relicense AgentPreferences files to BSD and OpenSimulatorCinder1-23/+24
2015-06-13Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder2-0/+91
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-2/+4