index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Application
/
OpenSimMain.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reverted the last three commits
MW
2008-02-11
1
-1
/
+0
*
yet another small change (as part of my fight back against Teravus over takin...
MW
2008-02-11
1
-1
/
+1
*
another small change
MW
2008-02-11
1
-1
/
+1
*
small change
MW
2008-02-11
1
-0
/
+1
*
* Changed child_get_tasks to see_into_this_sim_from_neighbor.
Teravus Ovares
2008-02-11
1
-9
/
+4
*
Removed some ScriptEngine config debugging.
Tedd Hansen
2008-02-10
1
-0
/
+24
*
Thank you very much, Hashbox for :
Charles Krinke
2008-02-10
1
-0
/
+13
*
Clean up logging calls using String.Format explicitly
Jeff Ames
2008-02-10
1
-2
/
+2
*
* added two new commands (for debug/disaster recovery)
lbsa71
2008-02-09
1
-0
/
+10
*
Added undocumented "modules list" command, lists shared region modules.
Tedd Hansen
2008-02-09
1
-1
/
+15
*
Converted logging to use log4net.
Jeff Ames
2008-02-05
1
-113
/
+94
*
* Fix Mantis 457
Justin Clarke Casey
2008-02-05
1
-6
/
+6
*
* Rebase all current servers on common abstract BaseOpenSimServer class
Justin Clarke Casey
2008-02-04
1
-79
/
+70
*
Change sim command from "stats" to "show stats" for consistency
Justin Clarke Casey
2008-02-04
1
-14
/
+13
*
Refactor only: serve stats objects directly through StatsManager singleton
Justin Clarke Casey
2008-02-04
1
-3
/
+3
*
fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...
Tedd Hansen
2008-02-02
1
-2
/
+2
*
Added commands to change config file from console:
Tedd Hansen
2008-02-02
1
-1
/
+62
*
Bugfixes. Now it even reads configuration before it uses it! ;)
Tedd Hansen
2008-02-02
1
-2
/
+2
*
Added some error checking to MaintenanceThread, no-crash (just log) loading o...
Tedd Hansen
2008-02-02
1
-1
/
+13
*
Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.
Tedd Hansen
2008-02-01
1
-7
/
+7
*
* Add asset/texture cache statistics to region server console
Justin Clarke Casey
2008-01-31
1
-2
/
+19
*
* Patch from Ansi (IBM)
Justin Clarke Casey
2008-01-29
1
-0
/
+5
*
* Add total logouts (and total logins) to server side user stats
Justin Clarke Casey
2008-01-28
1
-1
/
+1
*
* Add very basic initial login stats to the user server
Justin Clarke Casey
2008-01-25
1
-1
/
+2
*
* Persistent prim inventory script storage is now turned on by default
Justin Clarke Casey
2008-01-23
1
-2
/
+2
*
* Enabled dead region tracking for ChildAgentDataUpdates
Teravus Ovares
2008-01-22
1
-4
/
+4
*
* Mother of all commits:
Adam Frisby
2008-01-15
1
-11
/
+11
*
Added notice on console to change storage_plugin if set to OpenSim.DataStore....
alondria
2008-01-12
1
-0
/
+2
*
If OpenSim.ini uses OpenSim.DataStore.MonoSqlite.dll, have it use OpenSim.Fra...
alondria
2008-01-12
1
-1
/
+5
*
* Exprimental prim inventory persistence can now be enabled by users.
Justin Clarke Casey
2008-01-11
1
-1
/
+4
*
* This update enables the web_login method.
Teravus Ovares
2008-01-09
1
-0
/
+6
*
default to OpenSim.Framework.Data.SQLite which is the new storage
Sean Dague
2008-01-09
1
-1
/
+1
*
Persistent prim inventory phase 5. Restart scripts contained in persisted pr...
Justin Clarke Casey
2008-01-07
1
-5
/
+6
*
Only one queue is used for load/unload of scripts.
Tedd Hansen
2008-01-05
1
-1
/
+0
*
Removed ModuleName because its like that and thats the way it is (according t...
Tedd Hansen
2008-01-05
1
-1
/
+0
*
Added ModuleName to /OpenSim/StartUp modules + debug messages during startup
Tedd Hansen
2008-01-05
1
-9
/
+2
*
Added some comments + Ahlotta Debugging in startup sequence
Tedd Hansen
2008-01-05
1
-37
/
+69
*
Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.
Tedd Hansen
2008-01-05
1
-2
/
+6
*
* Applying jhurliman's LLSD login enablement patch.
Teravus Ovares
2008-01-05
1
-0
/
+1
*
*Added ability to skip any use of the console when configuring and assume def...
mingchen
2008-01-04
1
-2
/
+2
*
Tweaked "show users" formatting, added user's IP address to display.
Brian McBee
2008-01-03
1
-6
/
+13
*
Full .dll-name in config option for ScriptEngine. Loading only scriptengine s...
Tedd Hansen
2008-01-02
1
-3
/
+3
*
Correct location of DotNetEngine. Remove some debug stuff since my addins pr...
Justin Clarke Casey
2007-12-31
1
-15
/
+5
*
Changed from "Load all .dll's in ScriptEngine" to "Load only DotNetEngine" (t...
Tedd Hansen
2007-12-31
1
-1
/
+3
*
Standard library folders can now be configued in the xml in inventory/OpenSim...
Justin Clarke Casey
2007-12-31
1
-5
/
+18
*
* Optimized usings
lbsa71
2007-12-27
1
-35
/
+50
*
Make region storage Sqlite by default rather than NullStorage
Justin Clarke Casey
2007-12-17
1
-4
/
+8
*
make a change to make it possible to get access to the DefaultConfig
Sean Dague
2007-12-14
1
-14
/
+16
*
Minor cleanup
Jeff Ames
2007-12-13
1
-9
/
+0
*
* Start listening for client connections immediately after a region initializ...
Teravus Ovares
2007-12-12
1
-6
/
+7
[next]