aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* updated version of default user switch for load oar :q :qMatt Lehmann2014-05-061-0/+1
* Restore overload mode accidentally disabled in a prior commit. Add a newMelanie2014-04-251-0/+6
* Move new Estate commands to OpenSim.csDev Random2014-04-031-2/+135
* Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz2014-03-241-1/+1
* Allow the setting from the environment to take effect if no explicit setting ...Melanie2014-03-221-5/+19
* Allow Mono Plugin Registry setting for RegionsDev Random2014-03-221-1/+4
* Add UUID and ready status (whether region has finished starting up) to "show ...Justin Clark-Casey (justincc)2014-03-051-10/+17
* Add Util method to load OpSys env varsDev Random2014-02-261-19/+5
* Fix displacement and location operations on legacy trees and grass inRobert Adams2014-02-151-4/+4
* Add "--no-objects" parameter to 'load oar'.Robert Adams2014-02-021-0/+2
* Change new 'load oar' parameters to be hyphenated to be consistant withRobert Adams2014-02-021-8/+8
* Merge branch 'master' into varregionRobert Adams2014-01-281-24/+46
|\
| * Convert tabs to spaces from previous commit 8c2b41b01Justin Clark-Casey (justincc)2014-01-281-27/+27
| * Make inidirectory files supercede distro filesDev Random2014-01-271-27/+49
* | varregion: remove --noterrain and --noparcel parameters in 'load oar'.Robert Adams2014-01-191-4/+10
* | varregion: add --noterrain and --noparcel to 'load oar'.Robert Adams2014-01-191-2/+4
* | varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-191-2/+3
* | Merge branch 'master' into varregionRobert Adams2013-12-171-2/+88
|\ \ | |/
| * Add console utility commands "scale scene" and "translate scene". Note that r...dahlia2013-12-101-2/+88
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-142-3/+3
* | Merge branch 'master' into varregionRobert Adams2013-12-011-0/+44
|\ \ | |/
| * "rotate scene" command now uses Constants.RegionSize / 2 to pick the center o...dahlia2013-11-261-4/+15
| * add a "rotate scene" console command. Seems to work for prims/sculpts/mesh bu...dahlia2013-11-261-0/+33
* | Merge branch 'master' into varregionRobert Adams2013-11-241-1/+1
|\ \ | |/
| * Fix bug where "show modules" would accidentally list all the shared modules a...Justin Clark-Casey (justincc)2013-11-191-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-11-151-1/+1
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* | Merge branch 'master' into varregionRobert Adams2013-11-041-3/+0
|\ \ | |/
| * Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]...Justin Clark-Casey (justincc)2013-10-281-3/+0
* | varregion: add plumbing to pass region size from Scene down to theRobert Adams2013-11-041-3/+4
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-282-3/+3
|/
* refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-1/+1
* minor code formatting for the sake of consistency and readabilitydahlia2013-09-261-18/+36
* Fix configuration/ini expansion issue. Thanks to smxy for testing.BlueWall2013-09-071-2/+2
* Initialization: move key expansion out to operate on all sources and not just...BlueWall2013-08-291-2/+2
* minor: Consistently log IOCP for IO completion thread startup log information...Justin Clark-Casey (justincc)2013-08-091-3/+3
* Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini.Robert Adams2013-08-081-2/+2
* Add a JSON web fetch of the statististics managed by StatsManager.Robert Adams2013-08-082-0/+9
* Remove never implemented stub modules commands (list, load, unload) from back...Justin Clark-Casey (justincc)2013-08-081-40/+0
* Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta...Diva Canto2013-08-071-1/+0
* At OpenSimulator startup, print out default min built-in threadpool threads a...Justin Clark-Casey (justincc)2013-08-051-14/+27
* Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.Dan Lake2013-07-181-1/+3
* command line kick user now uses exact name match instead of substring search ...Dan Lake2013-07-171-2/+3
* Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)2013-07-081-4/+4
* refactor: Make stats and sim status simpler by extending BaseStreamHandler li...Justin Clark-Casey (justincc)2013-07-061-57/+17
* change "debug packet" command to "debug lludp packet" to conform with other "...Justin Clark-Casey (justincc)2013-07-041-51/+0
* Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)2013-06-173-5/+5
* On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)2013-05-031-3/+1
* refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...Justin Clark-Casey (justincc)2013-04-161-1/+1
* Log same environment information to Robust log as is already done for simulat...Justin Clark-Casey (justincc)2013-03-142-4/+1