Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-26 | change wrong watchdog stopped thread check code, and don't log it | UbitUmarov | 1 | -2/+0 | |
2017-05-25 | another one | UbitUmarov | 1 | -1/+8 | |
2017-05-23 | dont log timeouts on stopped threads | UbitUmarov | 1 | -1/+2 | |
2017-05-09 | let .net decide GC mode from its defaults on the platform | UbitUmarov | 1 | -0/+3 | |
2017-05-09 | remove file bin/Mono.Posix.dll that causes problems with mono | UbitUmarov | 1 | -0/+4 | |
2017-02-01 | Secure sim stats with an (optional) password. | Melanie Thielker | 1 | -0/+1 | |
There is way too much in these stats to expose them to the world, at least for some of us. | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -38/+38 | |
2016-12-29 | Serving robots.txt from bin Idea of solution for ↵ | Mandarinka Tasty | 1 | -0/+1 | |
http://opensimulator.org/mantis/view.php?id=7392 Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2016-12-12 | Applying a modified version of TomTheDragon's patch to prevent the sim | Melanie Thielker | 1 | -7/+14 | |
from crashing when signals are unavailable. | |||||
2016-12-12 | don't do unix signals on windows | UbitUmarov | 1 | -6/+12 | |
2016-12-12 | Allow OpenSim to respond to Unix signals. This may need work to be | Melanie Thielker | 1 | -2/+23 | |
properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows | |||||
2016-11-26 | Fix in cmdparams.Length for: SavePrimsXml2 and SaveXml | Mandarinka Tasty | 1 | -2/+2 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2016-11-26 | Fix in descriptions of: load xml, load xml2, save xml, save xml2 | Mandarinka Tasty | 1 | -4/+4 | |
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-11-22 | Changes to Load Oar options and new code to support importing OARs with ↵ | Jak Daniels | 1 | -8/+18 | |
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2015-09-03 | fix a old bug i added: MaxWearables can't be changed in runtime | UbitUmarov | 1 | -1/+0 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -13/+0 | |
2015-08-24 | try to implement core load oar options | UbitUmarov | 1 | -5/+19 | |
2015-03-13 | Actually start a region created via the "create region" console command. | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
Addresses http://opensimulator.org/mantis/view.php?id=7478 | |||||
2015-03-11 | help restart message corrected | Shy Robbiani | 1 | -1/+1 | |
The "restart" console command restarts the currently selected region or all regions in this instance if root is selected. Changed the message accordingly. | |||||
2015-03-10 | Allow setting the size of the wearables array from config, for core ↵ | Melanie Thielker | 1 | -0/+1 | |
compatibility | |||||
2014-10-13 | on util thread pool reduce the min number of threads, increase the | UbitUmarov | 1 | -2/+2 | |
maximum and increase the idle time before release to OS | |||||
2014-10-11 | minor: add --default-user option to "load oar" help long description. Do ↵ | Justin Clark-Casey (justincc) | 1 | -12/+13 | |
other small tidies of "load oar" console command help. | |||||
2014-09-23 | Add persistent command history in console | Jak Daniels | 1 | -1/+1 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2014-08-14 | in show connections show also if it is a childagent connection | UbitUmarov | 1 | -7/+15 | |
2014-08-14 | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 1 | -1/+3 | |
connections console command | |||||
2014-08-08 | Change MaxPoolThreads default in code as well from 15 to 300 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-07-09 | Fix bug in "show modules" comamnd that was showing shared modules as ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
non-shared and non-shared as shared | |||||
2014-07-05 | Show region size column in simulator version of "show regions" console command | Justin Clark-Casey (justincc) | 1 | -2/+8 | |
2014-06-01 | Fixed a few things pertaining to interfacing with the estate service. ↵ | Diva Canto | 1 | -1/+1 | |
Specifically, StoreEstateSettings was not being used anywhere; instead EstatSetting.Save was being called, but that method is a trigger to the DB-layer code directly, which, besides being wrong, was making it impossible to replace the service with a remote connector. Also added more packing/unpacking code. | |||||
2014-05-06 | Console commands for Estate Mgmt | Dev Random | 1 | -0/+113 | |
2014-05-06 | updated version of default user switch for load oar :q :q | Matt Lehmann | 1 | -0/+1 | |
2014-04-03 | Move new Estate commands to OpenSim.cs | Dev Random | 1 | -2/+135 | |
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2014-03-24 | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 1 | -1/+1 | |
Recent versions of Firestorm and Singularity have started sending the viewer name in the 'Channel' field, leaving only their version number in the 'Viewer' field. So we need to search both of these fields for the viewer name. This resolves http://opensimulator.org/mantis/view.php?id=6952 | |||||
2014-03-05 | Add UUID and ready status (whether region has finished starting up) to "show ↵ | Justin Clark-Casey (justincc) | 1 | -10/+17 | |
regions" console output. | |||||
2014-02-15 | Fix displacement and location operations on legacy trees and grass in | Robert Adams | 1 | -4/+4 | |
the 'load oar' and 'scene' commands. Before they were ignored but the code now relies on the SOG.IsAttachment function for attachmentness. | |||||
2014-02-02 | Add "--no-objects" parameter to 'load oar'. | Robert Adams | 1 | -0/+2 | |
2014-02-02 | Change new 'load oar' parameters to be hyphenated to be consistant with | Robert Adams | 1 | -8/+8 | |
existing parameters. ('--forceterrain' becomes '--force-terrain'). The old forms have been kept for downward compatiblity. | |||||
2014-01-19 | varregion: remove --noterrain and --noparcel parameters in 'load oar'. | Robert Adams | 1 | -4/+10 | |
Add --forceterrain and --forceparcel to 'load oar'. In order to not change the operation of --merge (which does an object merge and suppresses terrain and parcel information loading), added the --force* parameters to be used when loading multiple oars to build up a varregion. Added --rotation and --rotationcenter parameters to 'load oar' which apply a rotation to the loaded oar objects before displacing. The rotation is in degrees (pos or neg) and the center defaults to "<128, 128, 0>". | |||||
2014-01-19 | varregion: add --noterrain and --noparcel to 'load oar'. | Robert Adams | 1 | -2/+4 | |
--noterrain suppresses the loading of the terrain from the oar. --noparcels suppresses the loading of parcel information from the oar. | |||||
2014-01-19 | varregion: add --displacement parameter to 'load oar'. | Robert Adams | 1 | -2/+3 | |
Adds displacment to all objects and terrain loaded from the oar. As an example, if you have a 512x512 region and an old 256x256 oar, doing load oar --displacement "<128,128,0>" oarFile.oar will load the object (and terrain) into the middle of the 512x512 region. If displacement is not specified, 'load oar' works like it always has. If you have a 5 | |||||
2013-12-14 | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 1 | -2/+2 | |
Rename 'RegionWorldLocX' to 'WorldLocX' and same for Y and Z. This keeps the downward compatibility and follows the scheme of 'region' and 'world' location naming that is happening in the Util module. | |||||
2013-12-10 | Add console utility commands "scale scene" and "translate scene". Note that ↵ | dahlia | 1 | -2/+88 | |
repeated use of these commands will induce floating point accumulation errors. Please back up your region before using. | |||||
2013-11-26 | "rotate scene" command now uses Constants.RegionSize / 2 to pick the center ↵ | dahlia | 1 | -4/+15 | |
of rotation and center can be optionally overridden in the command line | |||||
2013-11-26 | add a "rotate scene" console command. Seems to work for prims/sculpts/mesh ↵ | dahlia | 1 | -0/+33 | |
but not for foliage, don't know why. Also doesn't work on terrain. Successive use of this command will likely introduce floating point error accumulation. Back up your region before using it :) | |||||
2013-11-19 | Fix bug where "show modules" would accidentally list all the shared modules ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
again as "non-shared" Addresses http://opensimulator.org/mantis/view.php?id=6860 | |||||
2013-09-28 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-09-27 | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly. Adds IScene.CloseAgent() to replace RemoveClient() | |||||
2013-09-26 | minor code formatting for the sake of consistency and readability | dahlia | 1 | -18/+36 | |
2013-09-25 | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 1 | -2/+2 | |
count number to integer world coordinates. Added new methods RegionWorldLoc[XY]. Refactored name of 'RegionLoc*' to 'LegacyRegionLoc*' throughout OpenSim. Kept old 'RegionLoc*' entrypoint to RegionInfo for downward compatability of external region management packages. | |||||
2013-08-08 | Add parameter and explanation of ManagedStats return to OpenSimDefaults.ini. | Robert Adams | 1 | -2/+2 | |
Add 'callback' query parameter to managed stats return to return function form of JSON data. |