Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-08-14 | Start of Inventory service, currently only (partially) functional in ↵ | MW | 1 | -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-11 | Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵ | MW | 1 | -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-09 | added group position | Sean Dague | 1 | -0/+3 | |
2007-08-09 | remove invalid index | Sean Dague | 1 | -1/+0 | |
2007-08-09 | updated db definition to use UUID as linking | Sean Dague | 1 | -2/+2 | |
2007-08-08 | updated to latest version | Sean Dague | 1 | -3/+2 | |
2007-08-06 | added rest of the fields the prims have | Sean Dague | 1 | -0/+15 | |
2007-08-06 | first bits of updating sqlite to definition based on new objects | Sean Dague | 1 | -4/+11 | |
2007-07-23 | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 1 | -1/+2 | |
* Issue#218 - Updated mySQL region table. | |||||
2007-07-19 | *Added new config files into share -- cut down to 256 for practicality reasons | mingchen | 257 | -0/+270 | |
*Added make.php in same folder that was used to generate these files | |||||
2007-07-19 | *Moved XmlConfiguration to its own project | mingchen | 1024 | -3072/+0 | |
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated | |||||
2007-07-17 | change to floats where needed | Sean Dague | 1 | -10/+10 | |
2007-07-17 | updated to map to current prim object model | Sean Dague | 1 | -8/+19 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1028 | -3156/+3156 | |
2007-07-14 | * ServerIP can now take larger values (which could be used to store a ↵ | Adam Frisby | 1 | -1/+1 | |
hostname instead.) | |||||
2007-07-13 | first draft sql definition for prims based on PrimData | Sean Dague | 1 | -0/+56 | |
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 7 | -166/+0 | |
2007-06-27 | *Added mysql-reservations.txt with table layout for reservations in /share/sql/ | mingchen | 1 | -0/+16 | |
2007-06-22 | Imported Share folder from trunk | MW | 1031 | -0/+166 | |
2007-06-20 | * Adding a bunch of region xml files. | Adam Frisby | 1024 | -0/+3072 | |
2007-05-31 | * Added /trunk/share | Adam Frisby | 7 | -0/+166 | |
* Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php |