aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-10Add console utility commands "scale scene" and "translate scene". Note that r...dahlia1-2/+88
2013-11-26"rotate scene" command now uses Constants.RegionSize / 2 to pick the center o...dahlia1-4/+15
2013-11-26add a "rotate scene" console command. Seems to work for prims/sculpts/mesh bu...dahlia1-0/+33
2013-11-19Fix bug where "show modules" would accidentally list all the shared modules a...Justin Clark-Casey (justincc)1-1/+1
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-10-28Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]...Justin Clark-Casey (justincc)1-3/+0
2013-09-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)1-1/+1
2013-09-26minor code formatting for the sake of consistency and readabilitydahlia1-18/+36
2013-09-07Fix configuration/ini expansion issue. Thanks to smxy for testing.BlueWall1-2/+2
2013-08-29Initialization: move key expansion out to operate on all sources and not just...BlueWall1-2/+2
2013-08-09minor: Consistently log IOCP for IO completion thread startup log information...Justin Clark-Casey (justincc)1-3/+3
2013-08-08Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams1-2/+2
2013-08-08Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams2-0/+9
2013-08-08Remove never implemented stub modules commands (list, load, unload) from back...Justin Clark-Casey (justincc)1-40/+0
2013-08-07Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta...Diva Canto1-1/+0
2013-08-05At OpenSimulator startup, print out default min built-in threadpool threads a...Justin Clark-Casey (justincc)1-14/+27
2013-07-18Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake1-1/+3
2013-07-17command line kick user now uses exact name match instead of substring search ...Dan Lake1-2/+3
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-4/+4
2013-07-06refactor: Make stats and sim status simpler by extending BaseStreamHandler li...Justin Clark-Casey (justincc)1-57/+17
2013-07-04change "debug packet" command to "debug lludp packet" to conform with other "...Justin Clark-Casey (justincc)1-51/+0
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)3-5/+5
2013-05-03On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)1-3/+1
2013-04-16refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...Justin Clark-Casey (justincc)1-1/+1
2013-03-14Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2-4/+1
2013-02-28minor: Log location in which simulator/robust was started.Justin Clark-Casey (justincc)1-0/+4
2013-02-27Get "show modules" console command to obey selected command line region/sJustin Clark-Casey (justincc)2-2/+2
2013-02-27Get "show modules" console command to show modules in alphabetical order, and...Justin Clark-Casey (justincc)1-7/+20
2013-02-10Additional ThreadPool worker and IOCP thread startup logicAllen Kerensky1-6/+39
2013-02-06Remove long unused Scene.DumpAssetsToFile boolean.Justin Clark-Casey (justincc)1-1/+1
2013-02-03Adds the ability to load more then one IClientNetworkServer thereby allowing ...teravus1-15/+22
2013-02-03Adds the ability to load more then one IClientNetworkServer thereby allowing ...teravus1-15/+22
2013-01-10Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)1-37/+0
2013-01-10minor: add missing newline to "debug scene" console commandJustin Clark-Casey (justincc)1-1/+1
2013-01-10Remove unimplemented "debug teleport" console commandJustin Clark-Casey (justincc)1-2/+0
2013-01-10Add "debug scene pbackup true|false" console command. This enables or disabl...Justin Clark-Casey (justincc)1-4/+6
2012-11-23Fix problem where restarting the currently selected region would stop various...Justin Clark-Casey (justincc)2-5/+26
2012-11-22Factor out command script code.Justin Clark-Casey (justincc)1-36/+0
2012-11-22Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)3-171/+29
2012-11-22Make "show info" command available across all serversJustin Clark-Casey (justincc)1-16/+1
2012-11-22factor out common HandleShow code for "show uptime"Justin Clark-Casey (justincc)1-1/+1
2012-11-14If no ISimulationDataStore or IEstateDataStore implementations could be loade...Justin Clark-Casey (justincc)1-0/+14
2012-11-12Remove the old style module loader and all references to itMelanie2-68/+5
2012-10-29Fix memory leak where removing an NPC did not remove its circuits.Justin Clark-Casey (justincc)1-1/+1
2012-10-26minor: Make the error thrown logged when a simulator in grid mode is trying t...Justin Clark-Casey (justincc)1-1/+1
2012-10-12Add "active true|false" to "debug scene" console command.Justin Clark-Casey (justincc)1-3/+10
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)1-37/+35
2012-09-30Add using clause I missedMelanie1-0/+1
2012-09-30Allow up to 12 simultaneous connections to a given endpoint rather than 2Melanie1-0/+1
2012-09-14Support multi-region OAR filesOren Hurvitz1-1/+2