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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* 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
*
Added block for scenario: global exception handler called in loop when except...
Tedd Hansen
2008-01-18
1
-1
/
+10
*
* Mother of all commits:
Adam Frisby
2008-01-15
2
-13
/
+13
*
Print out the exception as well as APPLICATION EXCEPTION DETECTED when the se...
Justin Clarke Casey
2008-01-14
1
-8
/
+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
*
And one last time - removed duplicate exception dump :)
Tedd Hansen
2008-01-12
1
-2
/
+3
*
Minor fix to global exception handler - now only displays unhandled (full cra...
Tedd Hansen
2008-01-12
1
-1
/
+2
*
Added global exception handler with possibility of reporting crash details di...
Tedd Hansen
2008-01-12
1
-0
/
+39
*
* 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
2
-2
/
+0
*
Added ModuleName to /OpenSim/StartUp modules + debug messages during startup
Tedd Hansen
2008-01-05
2
-9
/
+3
*
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
4
-44
/
+56
*
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
*
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
2007-12-10
4
-6
/
+6
*
added one more command to the console help.
Jeff Ames
2007-12-07
1
-2
/
+2
*
removed obsolete Verbose() function
Jeff Ames
2007-12-06
2
-18
/
+40
*
more minor cleanup. added some command descriptions to region server help.
Jeff Ames
2007-12-06
1
-11
/
+13
*
From Gary Chernega (IBM)
Sean Dague
2007-12-05
1
-3
/
+12
*
* Applied MSSQL Patch from akokko, Thanks! akokko
Teravus Ovares
2007-12-05
1
-0
/
+7
*
* Fixed a whole bunch of console messages.
Adam Frisby
2007-12-04
1
-2
/
+2
*
Added a flag to load-xml console command, that will generate new uuids for th...
MW
2007-12-03
1
-2
/
+10
*
Applied patch from mantis issue #110 (with one or two tiny changes) , thanks ...
MW
2007-12-03
1
-0
/
+9
*
* Moved XMLRPC Controller to a Application Plugin. Requires testing.
Adam Frisby
2007-12-03
2
-126
/
+5
*
* Applied a few commits left on my laptop to OpenSimController.
Adam Frisby
2007-12-03
1
-9
/
+11
*
added support for a console command script to be ran every 20 minutes (will m...
MW
2007-11-30
1
-0
/
+20
*
* Extended our semi-stupid implementation of in world object permissions to s...
Teravus Ovares
2007-11-30
1
-1
/
+1
*
* Restaring the sim works fine in grid mode now. Sims announce themselves to...
Teravus Ovares
2007-11-28
1
-0
/
+2
*
Fixed an event in the events chain in inter-region communications.
Teravus Ovares
2007-11-27
1
-0
/
+3
[prev]
[next]