aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix to solve mantis 717 problem. Makes sure the region DB schema is up to dat...Johan Berntsson2008-03-071-9/+10
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-14/+138
* More compiler warning cleanup.Jeff Ames2008-02-291-5/+0
* Fixed startup logo size to match a Win CMD window.Tedd Hansen2008-02-241-3/+3
* Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen2008-02-241-3/+3
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-5/+20
* Treads command lists threads, but not thread name (yet)Tedd Hansen2008-02-201-7/+9
* div+Tedd Hansen2008-02-201-0/+13
* Putting in eyecatcher lines on OpenSim start as we had previously. This make...Justin Clarke Casey2008-02-191-1/+5
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-3/+2
* A bit more prominent sign of start up completion :-) thanks HashBox for the A...Dalien Talbot2008-02-181-0/+15
* * Allow create user on standalone even if authentication is off, in case the ...Justin Clarke Casey2008-02-181-9/+3
* More exception checks and crash hintsTedd Hansen2008-02-181-12/+20
* * Temporary measure of deleting the Mono addin cache dir of addin-db-000/ on ...Justin Clarke Casey2008-02-151-0/+7
* reverted the last three commitsMW2008-02-111-1/+0
* yet another small change (as part of my fight back against Teravus over takin...MW2008-02-111-1/+1
* another small changeMW2008-02-111-1/+1
* small changeMW2008-02-111-0/+1
* * Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares2008-02-111-9/+4
* Removed some ScriptEngine config debugging.Tedd Hansen2008-02-101-0/+24
* Thank you very much, Hashbox for :Charles Krinke2008-02-101-0/+13
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-2/+2
* * added two new commands (for debug/disaster recovery)lbsa712008-02-091-0/+10
* Added undocumented "modules list" command, lists shared region modules.Tedd Hansen2008-02-091-1/+15
* Converted logging to use log4net.Jeff Ames2008-02-051-113/+94
* * Fix Mantis 457Justin Clarke Casey2008-02-051-6/+6
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-79/+70
* Change sim command from "stats" to "show stats" for consistencyJustin Clarke Casey2008-02-041-14/+13
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-3/+3
* fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...Tedd Hansen2008-02-021-2/+2
* Added commands to change config file from console:Tedd Hansen2008-02-021-1/+62
* Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen2008-02-021-2/+2
* Added some error checking to MaintenanceThread, no-crash (just log) loading o...Tedd Hansen2008-02-021-1/+13
* Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.Tedd Hansen2008-02-011-7/+7
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-2/+19
* * Patch from Ansi (IBM)Justin Clarke Casey2008-01-291-0/+5
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-1/+1
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-1/+2
* * Persistent prim inventory script storage is now turned on by defaultJustin Clarke Casey2008-01-231-2/+2
* * Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares2008-01-221-4/+4
* * Mother of all commits:Adam Frisby2008-01-151-11/+11
* Added notice on console to change storage_plugin if set to OpenSim.DataStore....alondria2008-01-121-0/+2
* If OpenSim.ini uses OpenSim.DataStore.MonoSqlite.dll, have it use OpenSim.Fra...alondria2008-01-121-1/+5
* * Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey2008-01-111-1/+4
* * This update enables the web_login method.Teravus Ovares2008-01-091-0/+6
* default to OpenSim.Framework.Data.SQLite which is the new storageSean Dague2008-01-091-1/+1
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-071-5/+6
* Only one queue is used for load/unload of scripts.Tedd Hansen2008-01-051-1/+0
* Removed ModuleName because its like that and thats the way it is (according t...Tedd Hansen2008-01-051-1/+0
* Added ModuleName to /OpenSim/StartUp modules + debug messages during startupTedd Hansen2008-01-051-9/+2