Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Increase inventory description columns from 64 characters to 128 | Justin Clarke Casey | 2008-03-07 | 1 | -1/+1 |
| | | | | | | | | As per the suggestions in Mantis 687 (thanks Sakai) to resolve an exception * This won't apply to any existing inventory tables you have, but shouldn't cause any issues with old tables either | ||||
* | Fix to solve mantis 717 problem. Makes sure the region DB schema is up to ↵ | Johan Berntsson | 2008-03-07 | 2 | -1/+20 |
| | | | | date and consistent | ||||
* | Fixed SQL update error | Johan Berntsson | 2008-03-04 | 1 | -0/+1 |
| | |||||
* | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 2008-03-04 | 2 | -1/+5 |
| | | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. | ||||
* | *fixed varchar size typo in createuserfriendstable.sql | Teravus Ovares | 2008-02-13 | 1 | -1/+1 |
| | |||||
* | Clean up more unnecessary String.Format calls | Jeff Ames | 2008-02-13 | 1 | -42/+42 |
| | |||||
* | Moved share/sql/mysql-AvatarAppearance.sql to ↵ | Tedd Hansen | 2008-02-11 | 1 | -0/+42 |
| | | | | | | | OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk | ||||
* | * ok, last mySQL webloginkey related update tonight. | Teravus Ovares | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | * almost an oops | Teravus Ovares | 2008-01-09 | 1 | -1/+1 |
| | |||||
* | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 2008-01-09 | 2 | -1/+5 |
| | | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! | ||||
* | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2007-12-31 | 1 | -0/+11 |
| | | | | | * Don't forget to run prebuild | ||||
* | Extended svn:eol-style to check some other file types. | Jeff Ames | 2007-12-20 | 5 | -52/+52 |
| | |||||
* | * Patch from justincc to fix Inconsistent automatic mysql table creation - ↵ | Teravus Ovares | 2007-12-12 | 4 | -0/+98 |
| | | | | see bug 169 | ||||
* | OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵ | Tleiades Hax | 2007-10-13 | 1 | -2/+2 |
| | | | | will *not* throw an exception | ||||
* | Added capbility to use MySQL as the database backend in stand alone mode for ↵ | Tleiades Hax | 2007-10-13 | 1 | -2/+2 |
| | | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini | ||||
* | (no commit message) | Tleiades Hax | 2007-10-13 | 1 | -2/+2 |
| | |||||
* | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 2007-10-13 | 1 | -0/+11 |
| | | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | ||||
* | The files that I missed from Tleiades patch. | MW | 2007-10-08 | 4 | -0/+42 |