Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-16 | Set svn:ignore. Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-16 | appearance now survives logout. Tommorrow will involve moving | Sean Dague | 1 | -3/+3 | |
the MSSQL and MYSQL mappers back in under datastores and looking at doing gid bits for this | |||||
2008-05-15 | fixed the key issue that caused appearance to go wonky | Sean Dague | 1 | -2/+13 | |
2008-05-15 | testing avatar appearance as a user service | Sean Dague | 1 | -2/+12 | |
2008-05-15 | remove my UserAppearance object, switch all code to use | Sean Dague | 1 | -2/+2 | |
AvatarAppearance instead. | |||||
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -1/+1 | |
just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | |||||
2008-05-02 | minor refactoring. Change getName and GetVersion methods (yes the had ↵ | Sean Dague | 1 | -2/+2 | |
different casings) to Name and Version properties for the User stores. | |||||
2008-05-01 | added stubs for appearance bits to all the db layers | Sean Dague | 1 | -1/+6 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -1/+1 | |
(this took a while to run). | |||||
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 1 | -1/+28 | |
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 1 | -0/+0 | |
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together. | |||||
2008-03-29 | Set svn:eol-style. | Jeff Ames | 1 | -29/+29 | |
2008-03-28 | * Introduced common abstract UserDataBase provider | lbsa71 | 1 | -4/+23 | |
* Weeded out multiple AvatarPickerAvatar classes | |||||
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 1 | -0/+10 | |
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers |