aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/sql (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-23remove this sqlite file as the database is actually autogeneratedSean Dague1-91/+0
from the MonoSqlite module, and the schema is evolving over there. People would just get into trouble if they creat the db with this.
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW1-0/+40
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
2007-08-11Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵MW1-0/+1
that we can tell what prims belong to the same SceneObjectGroup. If sdague has a different method in mind when he gets back then he can change it then.
2007-08-09added group positionSean Dague1-0/+3
2007-08-09remove invalid indexSean Dague1-1/+0
2007-08-09updated db definition to use UUID as linkingSean Dague1-2/+2
2007-08-08updated to latest versionSean Dague1-3/+2
2007-08-06added rest of the fields the prims haveSean Dague1-0/+15
2007-08-06first bits of updating sqlite to definition based on new objectsSean Dague1-4/+11
2007-07-23* Major style changes in libTerrain.Channel - now uses .NET-style naming syntax.Adam Frisby1-1/+2
* Issue#218 - Updated mySQL region table.
2007-07-17change to floats where neededSean Dague1-10/+10
2007-07-17updated to map to current prim object modelSean Dague1-8/+19
2007-07-16changed to native line ending encodingSean Dague3-39/+39
2007-07-14* ServerIP can now take larger values (which could be used to store a ↵Adam Frisby1-1/+1
hostname instead.)
2007-07-13first draft sql definition for prims based on PrimDataSean Dague1-0/+56
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby6-120/+0
2007-06-27*Added mysql-reservations.txt with table layout for reservations in /share/sql/mingchen1-0/+16
2007-06-22Imported Share folder from trunkMW6-0/+120
2007-05-31* Added /trunk/shareAdam Frisby6-0/+120
* Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php