| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* Moved the constants out into a separate DefaultConfig
* Pulled configMember up
* Some minor CCC
|
|
|
|
|
|
|
| |
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using
* OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
|
|
| |
Too many fixes to list.
|
|
|
|
|
|
|
|
|
| |
instead
* This is to make things less confusing to users (and maybe a little easier to do future version filtering for grid connections)
* If there's disagreement about this, then please say so (preferably in the opensim-dev mailing list)
|
|
|
|
|
|
|
|
| |
isn't enabled.
* Please let's check such patches carefully - we don't want info leaking out unless the user has requested it
|
|
|
|
|
|
|
| |
Thank you, Diva, for a patch that helps keep the list of sims to index clean
by allowing sims to deregister.
|
|
|
|
|
|
| |
metaverseink search provider to prevent accidental data exposure.
|
|
|
|
|
|
| |
of when to query this node again
|
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
| |
|
|
|
|
|
|
|
|
| |
they already exist in the scene
* (ability to give objects new uuids will come later)
|
| |
|
|
|
|
|
|
|
| |
Initialize() section that runs when the module is grabbing config data.
This is run before any Providers are created and thus makes sure we don't
get any more startup crashes.
|
|
|
|
|
|
|
| |
to enhance search capability on OpenSim sims using
external search engines such as Metaversink.com and
others.
|
| |
|
| |
|
|
|
|
|
|
| |
get close errors.
|
|
|
|
| |
ASCIIEncoder in places we shouldn't.
|
|
|
|
| |
with namespaces.
|
|
|
|
|
|
| |
Please adjust your editors to not use hard tabs.
|
|
|
|
| |
(this took a while to run).
|
| |
|
|
of search capability to OpenSim in the form of a configurable
module.
|