Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-04-07 | Remove the SQLite legacy adaptor. This is no longer needed now that the ↵ | Justin Clark-Casey (justincc) | 1 | -65/+0 | |
main adaptor works on Mac OS X. The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator. | |||||
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy this seems the least ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita. | |||||
2010-04-30 | minor: correct the assembly information for SQLiteNG | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-04-30 | Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will ↵ | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
shortly be changed to work under mono 2.6 and above | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 1 | -2/+2 | |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 1 | -1/+1 | |
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 1 | -3/+3 | |
0.6.3.* to better track down dll ref and overwrite problems. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -2/+2 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -28/+27 | |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+29 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -13/+18 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -1/+1 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -33/+33 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -2/+0 | |
* added some licensing info | |||||
2007-06-27 | *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵ | mingchen | 1 | -2/+2 | |
prebuild.xml though |