| Commit message (Expand) | Author | Age | Files | Lines |
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -0/+2 |
* | * Added support for periodic autosaves - added to SvnBackupModule. Will cause... | Adam Frisby | 2008-04-21 | 1 | -0/+3 |
* | * Added a directory for the SVN module. More about to come.* SVNBackupModule | Adam Frisby | 2008-04-17 | 1 | -1/+8 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2008-04-15 | 1 | -0/+16 |
* | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 2008-04-15 | 1 | -0/+4 |
* | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 2008-04-13 | 1 | -1/+8 |
* | * Added a "regionload_regionsdir" option to OpenSim.ini which determines wher... | Adam Frisby | 2008-04-11 | 1 | -0/+3 |
* | * Updates BetaGridLikeMoneyModule | Teravus Ovares | 2008-04-10 | 1 | -0/+50 |
* | Update value in OpenSim.ini.example to new DLL name. | Jeff Ames | 2008-04-08 | 1 | -2/+2 |
* | Thank you kindly Diva & KMeisthax for adding the beginnings | Charles Krinke | 2008-04-07 | 1 | -1/+17 |
* | move NullStorage => OpenSim.Data.Null to be consistant with | Sean Dague | 2008-04-03 | 1 | -1/+1 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-03 | 1 | -1/+1 |
* | change references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -8/+8 |
* | * Make it a little clearer that the voice config options won't actually do an... | Justin Clarke Casey | 2008-03-31 | 1 | -0/+1 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 1 | -0/+10 |
* | * Added competely untested MSSQLMapper | lbsa71 | 2008-03-30 | 1 | -0/+1 |
* | * Change opensim.ini.example guidance on asset_database setting to be "local"... | Justin Clarke Casey | 2008-03-13 | 1 | -4/+9 |
* | * Change opensim.ini.example to flesh out database *_plugin options | Justin Clarke Casey | 2008-03-13 | 1 | -2/+8 |
* | More compiler warning cleanup. | Jeff Ames | 2008-02-29 | 1 | -4/+1 |
* | One more: Async LSL command thread is also shared now. | Tedd Hansen | 2008-02-22 | 1 | -6/+4 |
* | Better timing of MaintenanceThread's tasks (uses less CPU) | Tedd Hansen | 2008-02-22 | 1 | -14/+17 |
* | Fix exception when reading OpenSim.ini file. | Jeff Ames | 2008-02-20 | 1 | -6/+2 |
* | Added to OpenSim.ini.example: | Tedd Hansen | 2008-02-19 | 1 | -0/+5 |
* | Thank you very much, Hashbox for: | Charles Krinke | 2008-02-18 | 1 | -0/+4 |
* | Fixed ScriptEngine config in OpenSim.ini.example that was out of place. | Tedd Hansen | 2008-02-16 | 1 | -17/+17 |
* | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 2008-02-13 | 1 | -0/+4 |
* | * Renamed and moved avatar appearance config keys. Everyone who has appearanc... | Tedd Hansen | 2008-02-11 | 1 | -25/+31 |
* | * Changed child_get_tasks to see_into_this_sim_from_neighbor. | Teravus Ovares | 2008-02-11 | 1 | -0/+3 |
* | Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't w... | Tedd Hansen | 2008-02-05 | 1 | -4/+5 |
* | First part of avatar persistence, currently only really works in standalone m... | MW | 2008-02-04 | 1 | -0/+4 |
* | * Chat Message format patch from kinoc (#443) Thanks! | Adam Frisby | 2008-02-04 | 1 | -2/+12 |
* | And one more patch before sleep | Tedd Hansen | 2008-02-02 | 1 | -1/+0 |
* | Re-enabled AllowedCompilers function | Tedd Hansen | 2008-02-02 | 1 | -0/+1 |
* | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 2008-02-02 | 1 | -3/+3 |
* | Added load/unload queue size limit | Tedd Hansen | 2008-02-02 | 1 | -0/+12 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 1 | -0/+19 |
* | Added some error checking to MaintenanceThread, no-crash (just log) loading o... | Tedd Hansen | 2008-02-02 | 1 | -5/+22 |
* | SCRIPTING STILL BROKEN | Tedd Hansen | 2008-02-01 | 1 | -2/+19 |
* | SCRIPT SUPPORT IS STILL BROKEN. | Tedd Hansen | 2008-02-01 | 1 | -0/+3 |
* | Config option to set number of scripts per AppDomain | Tedd Hansen | 2008-02-01 | 1 | -0/+8 |
* | Added config options: | Tedd Hansen | 2008-02-01 | 1 | -1/+10 |
* | Experimental | Tedd Hansen | 2008-02-01 | 1 | -0/+32 |
* | * Persistent prim inventory script storage is now turned on by default | Justin Clarke Casey | 2008-01-23 | 1 | -2/+5 |
* | Fill out and add wiki link to OpenSim.ini.example for prim inventory persistence | Justin Clarke Casey | 2008-01-11 | 1 | -0/+7 |
* | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 2008-01-09 | 1 | -1/+1 |
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -1/+1 |
* | Full .dll-name in config option for ScriptEngine. Loading only scriptengine s... | Tedd Hansen | 2008-01-02 | 1 | -0/+6 |
* | Updated asset_database options in OpenSim.ini.example | Jeff Ames | 2007-12-19 | 1 | -2/+5 |
* | fixed OpenSim.ini.example to include a inventory_server_url = http://127.0.0.... | MW | 2007-12-14 | 1 | -0/+2 |
* | From Michael Osias (IBM) | Sean Dague | 2007-12-13 | 1 | -0/+3 |