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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
Convert tabs to spaces from previous commit 8c2b41b01
Justin Clark-Casey (justincc)
1
-27
/
+27
2014-01-27
Make inidirectory files supercede distro files
Dev Random
1
-27
/
+49
2013-12-10
Add console utility commands "scale scene" and "translate scene". Note that r...
dahlia
1
-2
/
+88
2013-11-26
"rotate scene" command now uses Constants.RegionSize / 2 to pick the center o...
dahlia
1
-4
/
+15
2013-11-26
add a "rotate scene" console command. Seems to work for prims/sculpts/mesh bu...
dahlia
1
-0
/
+33
2013-11-19
Fix bug where "show modules" would accidentally list all the shared modules a...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-11-15
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-10-28
Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]...
Justin Clark-Casey (justincc)
1
-3
/
+0
2013-09-27
refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-09-26
minor code formatting for the sake of consistency and readability
dahlia
1
-18
/
+36
2013-09-08
Mono 2.0 fix - call ToArray() explicitly
Melanie
1
-1
/
+1
2013-09-08
Reinstate SecurePermissionsLoading functionality, default ON
Melanie Thielker
1
-24
/
+16
2013-09-07
Fix configuration/ini expansion issue. Thanks to smxy for testing.
BlueWall
1
-2
/
+2
2013-08-29
Initialization: move key expansion out to operate on all sources and not just...
BlueWall
1
-2
/
+2
2013-08-09
minor: Consistently log IOCP for IO completion thread startup log information...
Justin Clark-Casey (justincc)
1
-3
/
+3
2013-08-08
Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.
Robert Adams
1
-2
/
+2
2013-08-08
Add a JSON web fetch of the statististics managed by StatsManager.
Robert Adams
2
-0
/
+9
2013-08-08
Remove never implemented stub modules commands (list, load, unload) from back...
Justin Clark-Casey (justincc)
1
-40
/
+0
2013-08-07
Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta...
Diva Canto
1
-1
/
+0
2013-08-05
At OpenSimulator startup, print out default min built-in threadpool threads a...
Justin Clark-Casey (justincc)
1
-14
/
+27
2013-07-18
Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.
Dan Lake
1
-1
/
+3
2013-07-17
command line kick user now uses exact name match instead of substring search ...
Dan Lake
1
-2
/
+3
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
1
-4
/
+4
2013-07-06
refactor: Make stats and sim status simpler by extending BaseStreamHandler li...
Justin Clark-Casey (justincc)
1
-57
/
+17
2013-07-04
change "debug packet" command to "debug lludp packet" to conform with other "...
Justin Clark-Casey (justincc)
1
-51
/
+0
2013-06-17
Make general server stats available on the robust console as well as the simu...
Justin Clark-Casey (justincc)
3
-5
/
+5
2013-05-03
On startup, start scenes after we're set up all local scenes, rather than sta...
Justin Clark-Casey (justincc)
1
-3
/
+1
2013-04-16
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-03-14
Log same environment information to Robust log as is already done for simulat...
Justin Clark-Casey (justincc)
2
-4
/
+1
2013-02-28
minor: Log location in which simulator/robust was started.
Justin Clark-Casey (justincc)
1
-0
/
+4
2013-02-27
Get "show modules" console command to obey selected command line region/s
Justin Clark-Casey (justincc)
2
-2
/
+2
2013-02-27
Get "show modules" console command to show modules in alphabetical order, and...
Justin Clark-Casey (justincc)
1
-7
/
+20
2013-02-10
Additional ThreadPool worker and IOCP thread startup logic
Allen Kerensky
1
-6
/
+39
2013-02-06
Remove long unused Scene.DumpAssetsToFile boolean.
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-02-03
Adds the ability to load more then one IClientNetworkServer thereby allowing ...
teravus
1
-15
/
+22
2013-02-03
Adds the ability to load more then one IClientNetworkServer thereby allowing ...
teravus
1
-15
/
+22
2013-01-10
Move scene debug commands into separate module. Command changes from "debug ...
Justin Clark-Casey (justincc)
1
-37
/
+0
2013-01-10
minor: add missing newline to "debug scene" console command
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-01-10
Remove unimplemented "debug teleport" console command
Justin Clark-Casey (justincc)
1
-2
/
+0
2013-01-10
Add "debug scene pbackup true|false" console command. This enables or disabl...
Justin Clark-Casey (justincc)
1
-4
/
+6
2012-11-23
Fix problem where restarting the currently selected region would stop various...
Justin Clark-Casey (justincc)
2
-5
/
+26
2012-11-23
Remove duplicate registration of the help topics for the module commander
Melanie
1
-5
/
+5
2012-11-22
Factor out command script code.
Justin Clark-Casey (justincc)
1
-36
/
+0
2012-11-22
Make "config show/set/get/save" console commands available on all servers
Justin Clark-Casey (justincc)
3
-171
/
+29
2012-11-22
Make "show info" command available across all servers
Justin Clark-Casey (justincc)
1
-16
/
+1
2012-11-22
factor out common HandleShow code for "show uptime"
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
2
-67
/
+81
2012-11-14
If no ISimulationDataStore or IEstateDataStore implementations could be loade...
Justin Clark-Casey (justincc)
1
-0
/
+14
2012-11-12
Remove the old style module loader and all references to it
Melanie
2
-68
/
+5
2012-10-29
Fix memory leak where removing an NPC did not remove its circuits.
Justin Clark-Casey (justincc)
1
-1
/
+1
[next]