aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker2-1/+5
OpenSim.exe -gui=true
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-26/+42
These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
2009-02-09* Add the ability to type help <command> for more detailed help about a ↵Justin Clarke Casey2-7/+8
specific command if any is available
2009-02-09* Restore show information for the OpenSim region server (version, info, ↵Justin Clarke Casey1-1/+4
threads, etc.)
2009-02-09Reinstate the KickUserCommand handler, which was commented out byMelanie Thielker1-26/+26
another dev whiel I was putting the reference to it back in
2009-02-09Correct a delegate in OpenSim.csMelanie Thielker1-1/+1
Fixes Mantis #3117
2009-02-09fixing warnings.Dr Scofield2-28/+28
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules
2009-02-07Adds support for HG linking to specific regions within an instance. The ↵diva1-68/+56
format is Host:Port:Region. Refactored the linking code from MapSearchModule to HGHyperlink, so that it can be used both by the MapSearchModule and the Console command.
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker4-541/+574
line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces.
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey1-3/+18
* So at the moment once can type 'help terrain fill' as well as 'terrain fill help' * Current implementation is a transient hack that should be tidied up soon
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield3-7/+9
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey2-48/+66
* Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey1-3/+2
2009-02-05* Remove unused region info list from OpenSimBase.Justin Clarke Casey1-24/+2
* The same information is available via SceneManager
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ↵Justin Clarke Casey1-11/+8
the large number of different things that Scene does
2009-02-04* minor: remove deprecated and unused terrain method from SceneManagerJustin Clarke Casey1-2/+5
* other minor tidy up
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey2-2/+6
* This option makes OpenSim use the usual db based asset service in standalone, and the grid based one in grid mode * The other options can (local, grid, etc) can still be used explicitly as before * Also change OpenSim.ini.example and the surrounding explanative text
2009-02-02* As per http://opensimulator.org/mantis/view.php?id=3065Justin Clarke Casey1-1/+1
* Copy OpenSim.ini to _OpenSim.ini on crash instead of opensim.ini * This makes it work on Linux/Mac(?) as well as Windows
2009-01-25* Adds console command, 'predecode-j2k <number of threads>' to load all of ↵Teravus Ovares1-0/+11
the texture assets from the scene and decode the j2k layer data to cache. The work is split between the number of threads you specify. A good number of threads value is the number of cores on your machine minus 1. * Increases the number of ImageDataPackets we send per PriorityQueue pop and tweak it so that the number of packets is ( (2 * decode level) + 1 ) * 2, and (((2 * (5-decode level)) + 1) * 2). The first one sends more data for low quality textures, the second one sends more data for high quality textures.
2009-01-16Added support so that during the loading of a xml link list, it checks if a ↵MW1-2/+8
linked hypergrid region's real location is within 4096,4096 map spaces of its "local" location. If it is outside of that range ( so it wouldn't be possible to teleport to it) then it ignores it and doesn't create a link. See the hypergrid wiki page for more details.
2009-01-16Added some basic relocation mapping support for when loading hypergrid links ↵MW1-4/+32
from a xml file. Console Command: link-mapping <StartXloc> <StartYloc>. This results in only the last two digits of any of the locations defined in the xml file being used, and those 0-99 values being added to the StartXloc and StartYloc figures. For more infomation, see the email on the mailing list and the soon to be added instructions on the wiki's hypergrid page. Also made the Secion Names in xml file case insensitive.
2009-01-15Small bit of refactoring related to the hypergrid link loading from xml files.MW1-42/+47
2009-01-15Added support for a "excludeList" as part of the hypergrid xml link file ↵MW1-3/+33
loading. So that certain links in the file will be ignored. See the wiki's hypergrid page for details (in about a hour).
2009-01-15Added initial support for reading hypergrid links from a xml config file. ↵MW1-31/+84
Although its currently still activated by using console command: link-region <URI of xml file> , the uri should be able to be a local file path or a http uri. I'm adding details of the format of the xml file to the wiki's hypergrid page. TODO: Add a initial startup option for setting the uri and making it autoload it. Add support for scanning the xml file to check that its own region(s) aren't in the list, and if they are, ignoring them. This would allow setting up "virtual link/grid lists" on webservers, that people can add their own regions to and also point those regions to those same lists, so they load the other region's data. Add support for automapping of those region/link lists.
2009-01-13* Removing set-time command since it doesn't actually do anything at allJustin Clarke Casey1-5/+0
* If this was crucial to someone then it should be reinsertable as a module
2009-01-12Caught exceptions in some console commandsSean Dague1-26/+53
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-01-06* refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey2-9/+10
scene - this is always available via CommsManager
2009-01-04* Minor tweak to crash logger to copy ini with log if save-to-dir is on.Adam Frisby1-1/+5
* Added BinaryGenericMessage handler for cases where GenericMessage isnt transmitting pure-utf8 characters.
2009-01-02Allow some values that are set in OpenSim.ini to be set from region configMelanie Thielker1-1/+1
XML as well.
2009-01-02Fixes Mantis #2945Melanie Thielker1-13/+57
Committing the above patch with changes. Thank you, Gerhard. Removed unneccessary verbosity in case of no error, added more output for errors. Added support for HTTP Uri fetching which I had added in my last commit. Converted the Console.WriteLines to log4net.
2009-01-02Add the ability to read the ini file from a URI. If the -inifile optionMelanie Thielker1-6/+33
is a http:// URI, it will be fetched and parsed as an XML config.
2009-01-01Major changes in interregion communications. This breaks compatibility with ↵diva1-1/+1
older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes: - Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination. - SendCloseAgent moved from OGS1 Remoting to RESTComms.
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2-7/+10
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-12-22test commit - no functional changeDahlia Trimble1-1/+1
2008-12-20* Add two more missing defaults that use GetBoolean without a default in ↵Teravus Ovares1-2/+2
standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug)
2008-12-20* Adds defaults for some GetBoolean config values that previously did not ↵Teravus Ovares1-3/+3
have them.
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-2/+44
*** This only works for LLCLientView at the moment ***
2008-12-15* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey1-4/+4
* This pushes an identifier for the OpenSim scene to the physics scene. This allows log messages from the physics scene to identify which OpenSim scene they relate to. * Thanks Gerhard
2008-12-12apparently opensim only works if secure_inventory_server = true, whoSean Dague1-1/+1
knew? Reverting that.
2008-12-11make a couple of other config default to make the example ini to give usSean Dague1-2/+6
a better chance of working out of the box
2008-12-11after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague1-1/+1
default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
2008-12-11Reimplemented running of ShutdownCommandFile. Mantis #2800MW1-0/+9
2008-12-09* Added primitive exception logging capabilities.Adam Frisby1-9/+20
* Disabled by default (see OpenSim.ini.example for how to enable) * Saves exceptions to a folder on disk (default "crashes") when enabled. * These reports can then be uploaded or posted to help debug an error.
2008-12-05Fixed Mantis #2756Tedd Hansen1-1/+1
2008-12-05save file before commit is often usefulTedd Hansen1-1/+1
2008-12-05Fix: removed m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", ↵Tedd Hansen1-1/+2
GCSettings.LatencyMode.ToString());
2008-12-05Garbage CollectorTedd Hansen1-0/+4
* Enabled GC server * Enabled concurrent collections
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵MW1-1/+1
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
2008-11-28* Stop console misleadingly reporting an error if it cannot find a startup ↵Justin Clarke Casey1-7/+4
commands file