aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Storage/LocalStorageSQLite/SQLiteLocalStorage.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-241-1/+1
| | | | | | | | | Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-201-6/+6
| | | | | * Console, I bid thee farewall. Use "Log" now where console used to exist.
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-081-11/+33
| | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
* Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW2007-05-271-1/+1
| | | | just missing backend comms and working Avatar/primitives classes.
* Start of rewrite 5279! MW2007-05-261-0/+176