aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changes to pass nini config object to the modules that getSean Dague2007-10-191-27/+27
| | | | | | loaded so that they may read out any bits they are interested in
* *Added -useexecutepath to use the path of the .exe as the path to find ↵mingchen2007-10-192-0/+9
| | | | configuration and libraries and not the current working directory.
* * Total refactoring of Asset Server for massive winlbsa712007-10-191-2/+6
| | | | | | * There is now a AssetServerBase * lolcat in ur assets
* Add gryc's patch to run commands in a shutdown_commands.txt file when the ↵Charles Krinke2007-10-181-0/+7
| | | | sim is shutdown. A config setting has also been added to OpenSim.ini. Thank you very much, gryc.
* Add "force-update", "command-script" & "show modules" to console help.Charles Krinke2007-10-181-0/+3
|
* * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa712007-10-151-1/+1
|
* OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵Tleiades Hax2007-10-131-2/+3
| | | | will *not* throw an exception
* Added capbility to use MySQL as the database backend in stand alone mode for ↵Tleiades Hax2007-10-131-3/+1
| | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini
* (no commit message)Tleiades Hax2007-10-131-1/+3
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-131-1/+1
| | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
* * Now loading modules from ScriptEngines directory as well.lbsa712007-10-101-12/+8
|
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-3/+5
| | | | | | | * Introduced ModuleLoader.PickupModules that currently picks up IRegionModule:s from /bin * Made LogBase thread-safe (or at least not thread-ignorant) * Ignored some genned files
* Some tiny refactoringMW2007-10-051-5/+4
|
* more refactoringMW2007-10-031-4/+11
|
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-031-2/+7
|
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-021-2/+7
| | | | | | | * Killed off 'parent' relation from LocalUserServices to CommunicationsLocal * Deleted obsolete project InventoryServiceBase * Deleted superfluous createCol function
* * Fixed Culture-variant parsing of config optionslbsa712007-09-252-3/+5
|
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+2
|
* *** CHANGED CONFIG BEHAVIOUR ***lbsa712007-09-241-2/+2
| | | | | | * Changed really strange LocalSettings behaviour with enforcing hard-coded plugin names if none supplied * UserServices and InventoryPlugin will only load if supplied with filename
* * Purged 'Regions' code pending Agent layer grok.lbsa712007-09-231-1/+1
| | | | | | * Changed so prims aren't loaded until AFTER parcels. * The region startup flow is still an ungodly rats nest.
* * Continuing refactoring of presencelbsa712007-09-211-8/+6
| | | | | | | | * Deleted stub ScenePresence.Body.cs * Added stub Region classes The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
* * even more renaming and refactoring; the cleaning woman is on call.lbsa712007-09-201-1/+1
|
* * moved SceneManager to RegionApplicationBaselbsa712007-09-201-21/+20
| | | | | | * Implemented SceneManager.StopScene() and Scene.Stop() * Some SimpleApping
* * Added TryGetAvatar to SceneManagerlbsa712007-09-201-15/+15
| | | | | * Refactored some names for clarity
* * Made ClientViewBase abstractlbsa712007-09-181-2/+0
| | | | | * Deleted unused m_consoleRegion
* * Moved some commands from Scene into SceneManager so they could be used ↵lbsa712007-09-171-140/+133
| | | | | | | with 'root' * Removed some duplicated commands
* *doh*lbsa712007-09-171-1/+1
|
* * CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa712007-09-171-130/+84
| | | | | | | | | | | | | | | | * Normalized 'change-region' so (almost) all commands are context sensitive (use 'root' or '..' to set 'all scenes' context) * 'terrain-sim' is thusly obsolete, use 'change-region', followed by 'terrain' * Introduced SceneManager to administrate operations on group of scenes and moved relevant funcs there. * In it, there's a ForEach(Action<Scene>) that either passes all scenes, or only current scene depending on context. * Changed default prim backup (save-xml/load-xml) xml to "prim-backup.xml" * Changed Disable/EnablePermissions to BypassPermissions = true/false; Also: * Removed unused and non-existent project ref
* Added CLI "debug packet 0..255" to enable the in/out packet dumps with ↵Dalien Talbot2007-09-131-0/+58
| | | | various verbosity
* * minor refactoringslbsa712007-09-111-14/+7
|
* mass update of urls in source code to new websiteSean Dague2007-09-103-3/+3
|
* A couple of fixes to make sure db4o gets set as the default asset database. ↵MW2007-09-101-2/+2
| | | | Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
* Added "asset_database =" option to opensim.ini, so the asset database can be ↵MW2007-09-101-2/+13
| | | | selected. Currently set default back to db4o until more people test using sqlite.
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-1/+2
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Converted the LSL scripting engine into a IRegionModule, so now all ↵MW2007-09-081-9/+9
| | | | | | | | | "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having. Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance. Some early work to prepare for improving the way clients are updated (about prims etc).
* Fixed it so "shutdown" command works when a region is set as the active ↵MW2007-09-041-1/+1
| | | | console region.
* Removed the exit-region command, now use "change-region root" or ↵MW2007-09-041-19/+22
| | | | "change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is].
* Added "show modules" command that if at root level will display a list of ↵MW2007-09-041-0/+7
| | | | | | | loaded "shared modules" (modules instances that are shared by multiple regions) or if a region is set then will display the list of local modules loaded in that region. Can now use "show users" when a region is set, to have a list of users in just that region displayed.
* Using change-region without a region name will now display the currently ↵MW2007-09-041-3/+14
| | | | active region's name.
* Fixed it so change-region works with region names that have spaces in them. MW2007-09-041-8/+33
| | | | | Fixed it so that change-region gives some feedback to show if its worked (found the region) or not.
* Some work on Module loading/management.MW2007-09-041-114/+152
| | | | | | | | Some more modules templates classes (hoping that someone will pick some of these and work on implementing them). Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them). Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim. Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much)
* Config option for loading ScriptEngine (wjordan)Tedd Hansen2007-08-301-3/+12
| | | | | Removed project file for ExcensionsScriptModule
* Added some place holder classes for various modules.MW2007-08-301-0/+2
| | | | | Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
* Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace ↵MW2007-08-281-1/+1
| | | | should equal project and directory.
* As part of our "we aim to please" commitment, have added the ability to ↵MW2007-08-281-2/+2
| | | | create a user in one command line: "create user firstname secondname passwrd regionX regionY". This allows the use of the "command-script" feature. So to add a bunch of new accounts, just create a text file, and add a line as above for each account. Then in the opensim console, type: "command-script filename".
* Start of trying to make Region/Scene more modular. MW2007-08-281-10/+17
| | | | | | | | | Added preliminary IRegionModule interface. Also have a work in progress way of Modules registering optional API methods (kind of like Apache optional functions). But there must be a cleaner/nicer way in c# of doing these than the current way. Added three work in progress modules: ChatModule (simple handles in world chat, but by moving this to a module, we could support other types of chat modules, ie like a irc - opensim bridge module. ) , AvatarProfilesModule and XferModule. Moved most of the code from Scene.ModifyTerrain() into the BasicTerrain library, as the start of trying to make that more modular. Stopped Child agents showing up as part of the "show users" command.
* Fixed the bug that sent a region port as the CAPS url, instead of sending ↵MW2007-08-271-0/+3
| | | | the httpListener port.
* Deleted a few old files that are no longer used.MW2007-08-271-1/+5
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* Applied dalien's "show users" patchMW2007-08-251-1/+1
|
* Hopefully fixed the issue of inventory not working for the master account. ↵MW2007-08-241-22/+26
| | | | (Note you will need to delete userprofile.yap for this to take effect.)