Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * and another :/ | Teravus Ovares | 2007-12-20 | 1 | -2/+2 |
| | |||||
* | * Fixed implicit .ToString() in shape fetch. | Teravus Ovares | 2007-12-20 | 1 | -2/+2 |
| | |||||
* | * fixed a few Implicit uses of .ToString() | Teravus Ovares | 2007-12-20 | 1 | -9/+9 |
| | |||||
* | * Matched up all previous .ToString() references (r2764) in ↵ | Teravus Ovares | 2007-12-20 | 1 | -18/+18 |
| | | | | OpenSim.Framework.Data.MySQL with Justincc's Util.ToRawUuidString() | ||||
* | *Parcels now fully work on MySQL as a datastore after a few tweaks and bug ↵ | mingchen | 2007-12-18 | 1 | -6/+75 |
| | | | | fixes after testing | ||||
* | *Fixed MySQLDataStore bug causing errors on startup | mingchen | 2007-12-18 | 1 | -12/+12 |
| | |||||
* | *Using Mysql as the datastore should now store parcels across multiple sessions | mingchen | 2007-12-18 | 1 | -0/+228 |
| | |||||
* | *Parcels and their access lists now store over multiple sessions when the ↵ | mingchen | 2007-12-18 | 1 | -1/+1 |
| | | | | datastore is sqlite | ||||
* | *Land has now been linked to the StorageManager. Next step is to fill in the ↵ | mingchen | 2007-12-17 | 1 | -4/+4 |
| | | | | functions for the different datastore interfaces for Land Objects. | ||||
* | added copyright notices | Jeff Ames | 2007-12-11 | 1 | -0/+28 |
| | |||||
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 1 | -2/+2 |
| | |||||
* | * removed erroneous comments | lbsa71 | 2007-11-22 | 1 | -3/+0 |
| | |||||
* | set svn:eol-style | Jeff Ames | 2007-11-17 | 1 | -1015/+1015 |
| | |||||
* | *** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵ | lbsa71 | 2007-11-15 | 1 | -22/+2 |
| | | | | | | | | | | | OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin) | ||||
* | * Added MySQLDataStore (adapted from MonoSqlite | lbsa71 | 2007-11-15 | 1 | -0/+1035 |
* Made startup a little bit more forgiving on dll load * Minor renamings and musings |