Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Deleted outdated shared regions | lbsa71 | 2008-01-07 | 257 | -270/+0 |
| | |||||
* | Set svn:eol-style. | Jeff Ames | 2007-12-29 | 1 | -7/+7 |
| | |||||
* | Extended svn:eol-style to check some other file types. | Jeff Ames | 2007-12-20 | 1 | -8/+8 |
| | |||||
* | Remove now redundant mysql files from share/sql and replace with ↵ | Justin Clarke Casey | 2007-12-17 | 8 | -180/+12 |
| | | | | mysql_README.txt | ||||
* | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 2007-12-05 | 6 | -0/+183 |
| | | | | | * This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite | ||||
* | added the mysql table files for inventory. Thanks nebadon. | MW | 2007-12-01 | 2 | -0/+66 |
| | |||||
* | * Moved /branches/ruby to /trunk/share/ruby | Adam Frisby | 2007-11-06 | 5 | -0/+291 |
| | |||||
* | *Moved region loading into its own interface IRegionLoader | mingchen | 2007-11-03 | 2 | -0/+17 |
| | | | | | *Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file. | ||||
* | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2007-10-08 | 2 | -23/+0 |
| | |||||
* | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 2007-09-27 | 1 | -2/+0 |
| | | | | Tleiades patch 444 and 445. | ||||
* | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 2007-09-27 | 1 | -0/+2 |
| | | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | ||||
* | remove sqlite3-inventory, this db is autocreated now | Sean Dague | 2007-08-27 | 1 | -40/+0 |
| | |||||
* | remove this sqlite file as the database is actually autogenerated | Sean Dague | 2007-08-23 | 1 | -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. | ||||
* | Start of Inventory service, currently only (partially) functional in ↵ | MW | 2007-08-14 | 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. | ||||
* | Added a new column (SceneGroupID) to sqlite3 table (sqlite3-prims.sql) so ↵ | MW | 2007-08-11 | 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. | ||||
* | added group position | Sean Dague | 2007-08-09 | 1 | -0/+3 |
| | |||||
* | remove invalid index | Sean Dague | 2007-08-09 | 1 | -1/+0 |
| | |||||
* | updated db definition to use UUID as linking | Sean Dague | 2007-08-09 | 1 | -2/+2 |
| | |||||
* | updated to latest version | Sean Dague | 2007-08-08 | 1 | -3/+2 |
| | |||||
* | added rest of the fields the prims have | Sean Dague | 2007-08-06 | 1 | -0/+15 |
| | |||||
* | first bits of updating sqlite to definition based on new objects | Sean Dague | 2007-08-06 | 1 | -4/+11 |
| | |||||
* | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 2007-07-23 | 1 | -1/+2 |
| | | | | | * Issue#218 - Updated mySQL region table. | ||||
* | *Added new config files into share -- cut down to 256 for practicality reasons | mingchen | 2007-07-19 | 257 | -0/+270 |
| | | | | | *Added make.php in same folder that was used to generate these files | ||||
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 1024 | -3072/+0 |
| | | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated | ||||
* | change to floats where needed | Sean Dague | 2007-07-17 | 1 | -10/+10 |
| | |||||
* | updated to map to current prim object model | Sean Dague | 2007-07-17 | 1 | -8/+19 |
| | |||||
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1028 | -3156/+3156 |
| | |||||
* | * ServerIP can now take larger values (which could be used to store a ↵ | Adam Frisby | 2007-07-14 | 1 | -1/+1 |
| | | | | hostname instead.) | ||||
* | first draft sql definition for prims based on PrimData | Sean Dague | 2007-07-13 | 1 | -0/+56 |
| | |||||
* | *Added mysql-reservations.txt with table layout for reservations in /share/sql/ | mingchen | 2007-06-27 | 1 | -0/+16 |
| | |||||
* | Imported Share folder from trunk | MW | 2007-06-22 | 1031 | -0/+166 |
| | |||||
* | * Adding a bunch of region xml files. | Adam Frisby | 2007-06-20 | 1024 | -0/+3072 |