aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mono 2.0 fix - call ToArray() explicitlyMelanie2013-09-081-1/+1
* Reinstate SecurePermissionsLoading functionality, default ONMelanie Thielker2013-09-081-24/+16
* Merge branch 'master' into careminsterMelanie2013-03-152-4/+1
|\
| * Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2013-03-142-4/+1
* | Merge branch 'master' into careminsterMelanie2013-03-011-0/+4
|\ \ | |/
| * minor: Log location in which simulator/robust was started.Justin Clark-Casey (justincc)2013-02-281-0/+4
* | Merge branch 'master' into careminsterMelanie2013-02-282-9/+22
|\ \ | |/
| * Get "show modules" console command to obey selected command line region/sJustin Clark-Casey (justincc)2013-02-272-2/+2
| * Get "show modules" console command to show modules in alphabetical order, and...Justin Clark-Casey (justincc)2013-02-271-7/+20
* | Merge branch 'master' into careminsterMelanie2013-02-101-6/+39
|\ \ | |/
| * Additional ThreadPool worker and IOCP thread startup logicAllen Kerensky2013-02-101-6/+39
* | Merge branch 'master' into careminsterMelanie2013-02-061-1/+1
|\ \ | |/
| * Remove long unused Scene.DumpAssetsToFile boolean.Justin Clark-Casey (justincc)2013-02-061-1/+1
* | Merge branch 'master' into careminsterMelanie2013-02-041-15/+22
|\ \ | |/
| * Adds the ability to load more then one IClientNetworkServer thereby allowing ...teravus2013-02-031-15/+22
* | Merge branch 'master' into careminsterMelanie2013-01-111-37/+0
|\ \ | |/
| * Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)2013-01-101-37/+0
| * minor: add missing newline to "debug scene" console commandJustin Clark-Casey (justincc)2013-01-101-1/+1
| * Remove unimplemented "debug teleport" console commandJustin Clark-Casey (justincc)2013-01-101-2/+0
| * Add "debug scene pbackup true|false" console command. This enables or disabl...Justin Clark-Casey (justincc)2013-01-101-4/+6
* | Merge branch 'careminster' into avinationMelanie2012-11-232-5/+26
|\ \
| * \ Merge branch 'master' into careminsterMelanie2012-11-232-5/+26
| |\ \ | | |/
| | * Fix problem where restarting the currently selected region would stop various...Justin Clark-Casey (justincc)2012-11-232-5/+26
* | | Remove duplicate registration of the help topics for the module commanderMelanie2012-11-231-5/+5
|/ /
* | Merge branch 'master' into careminsterMelanie2012-11-223-223/+30
|\ \ | |/
| * Factor out command script code.Justin Clark-Casey (justincc)2012-11-221-36/+0
| * Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-223-171/+29
| * Make "show info" command available across all serversJustin Clark-Casey (justincc)2012-11-221-16/+1
| * factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)2012-11-221-1/+1
* | Merge branch 'master' into careminsterMelanie2012-11-151-0/+14
|\ \ | |/
| * If no ISimulationDataStore or IEstateDataStore implementations could be loade...Justin Clark-Casey (justincc)2012-11-141-0/+14
* | Merge branch 'master' into careminsterMelanie2012-11-122-90/+28
|\ \ | |/
| * Remove the old style module loader and all references to itMelanie2012-11-122-68/+5
* | Merge branch 'master' into careminsterMelanie2012-10-301-1/+1
|\ \ | |/
| * Fix memory leak where removing an NPC did not remove its circuits.Justin Clark-Casey (justincc)2012-10-291-1/+1
* | Merge branch 'master' into careminsterMelanie2012-10-261-1/+1
|\ \ | |/
| * minor: Make the error thrown logged when a simulator in grid mode is trying t...Justin Clark-Casey (justincc)2012-10-261-1/+1
* | Merge branch 'master' into careminsterMelanie2012-10-122-40/+45
|\ \ | |/
| * Add "active true|false" to "debug scene" console command.Justin Clark-Casey (justincc)2012-10-121-3/+10
| * Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2012-10-111-37/+35
| * Add using clause I missedMelanie2012-09-301-0/+1
| * Allow up to 12 simultaneous connections to a given endpoint rather than 2Melanie2012-09-301-0/+1
* | Merge branch 'avination' into careminsterMelanie2012-09-161-1/+1
|\ \
| * | Allow some more connections to try to ease lag.Melanie2012-09-141-1/+1
* | | Merge branch 'master' into careminsterMelanie2012-09-161-32/+2
|\ \ \ | | |/ | |/|
| * | Support multi-region OAR filesOren Hurvitz2012-09-141-1/+2
| * | Make "show http-handlers" command available for ROBUST instances as well as t...Justin Clark-Casey (justincc)2012-09-121-31/+0
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-0/+2
|\ \ \ | | |/ | |/|
| * | Reduce max concurrent endpoint connections from 50 to 6 (was 2 before)Melanie2012-09-091-1/+1
| * | Set the maximum number of concurrent connections to a service endpointMelanie2012-09-071-0/+2