Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-01 | Update svn properties. Minor formatting cleanup. | Jeff Ames | 1 | -0/+0 | |
2008-04-29 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -0/+39 | |
* Fixes the admin_shutdown xmlrpc method * Adds a share/python/console/shutdown.py script for shutting down a background OpenSim * For more details see http://xyzzyxyzzy.net/2008/04/29/console-less-opensim/ * There should also be instructions in the opensimulator wiki soon as well | |||||
2008-04-16 | Update svn properties. | Jeff Ames | 2 | -0/+0 | |
2008-04-15 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 6 | -0/+346 | |
ansgar and i have been working on an asterisk voice module that will allow us to couple opensim with an asterisk VoIP gateway. the patch below consists of * AsteriskVoiceModule region module: alternative to the plain-vanilla VoiceModule, will make XmlRpc calls out to an asterisk-opensim frontend * asterisk-opensim.py frontend, living in share/python/asterisk, takes XmlRpc calls from the AsteriskVoiceModule * account_update: to update/create a new SIP account (on ProvisionVoiceAccountRequest) * region_update: to update/create a new "region" conference call (on ParcelVoiceInfo) * a asterisk-opensim test client, living in share/python/asterisk, to exercise astersik-opensim.py this still does not give us voice in OpenSim, but it's another step on this path... | |||||
2008-04-08 | * Removing lulurun's perl UGAI from core svn, pending a link to an external ↵ | Justin Clarke Casey | 35 | -7246/+0 | |
repository, as per mailing list discussion. | |||||
2008-04-07 | Update svn properties. | Jeff Ames | 2 | -170/+170 | |
2008-04-07 | * Committing SceneObjectPart XML Schemas in the share/Schemas folder (this ↵ | Teravus Ovares | 2 | -0/+172 | |
is a non final schema) | |||||
2008-03-25 | Update svn properties. | Jeff Ames | 3 | -0/+0 | |
2008-03-25 | * Committing Lulurun's Cgi/Perl implementation of the UGAI servers. | Adam Frisby | 35 | -0/+7246 | |
* I love you long time. | |||||
2008-02-11 | Moved share/sql/mysql-AvatarAppearance.sql to ↵ | Tedd Hansen | 1 | -42/+0 | |
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk | |||||
2008-02-05 | Updated svn properties. | Jeff Ames | 1 | -42/+42 | |
2008-02-04 | First part of avatar persistence, currently only really works in standalone ↵ | MW | 1 | -0/+42 | |
mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed. To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure). This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database. But the work to move the code to one of the grid servers shouldn't be too much. | |||||
2008-01-26 | Rewrote svn properties handling script in python. Added more file types. | Jeff Ames | 5 | -0/+0 | |
2008-01-07 | * Deleted outdated shared regions | lbsa71 | 257 | -270/+0 | |
2007-12-29 | Set svn:eol-style. | Jeff Ames | 1 | -7/+7 | |
2007-12-20 | Extended svn:eol-style to check some other file types. | Jeff Ames | 1 | -8/+8 | |
2007-12-17 | Remove now redundant mysql files from share/sql and replace with ↵ | Justin Clarke Casey | 8 | -180/+12 | |
mysql_README.txt | |||||
2007-12-05 | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 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 | |||||
2007-12-01 | added the mysql table files for inventory. Thanks nebadon. | MW | 2 | -0/+66 | |
2007-11-06 | * Moved /branches/ruby to /trunk/share/ruby | Adam Frisby | 5 | -0/+291 | |
2007-11-03 | *Moved region loading into its own interface IRegionLoader | mingchen | 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. | |||||
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 2 | -23/+0 | |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -2/+0 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -0/+2 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-08-27 | remove sqlite3-inventory, this db is autocreated now | Sean Dague | 1 | -40/+0 | |
2007-08-23 | remove this sqlite file as the database is actually autogenerated | Sean Dague | 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. | |||||
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 |