| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://monoaddins.codeplex.com/
|
| |
|
|
|
|
|
|
| |
Adding -logconfig to Robust.exe. will still process the
-logfile option, as before. No options given, the value
"Robust.log" will be written in the ./bin directory
|
| |
|
|
|
|
|
|
|
|
| |
allowing the decoded sculpt map cache path to be defined in
the configuration files.
Use DecodedSculpMapPath in the [Startup] section to set
the path. The default is still ./bin/j2kDecodeCache
|
|
|
|
| |
Fixing a couple of errors
|
|
|
|
|
| |
before each comment/option group, and DOUBLE SEMICOLONS before pure text
comments in OpenSim.ini.exemaple
|
|
|
|
|
|
|
|
|
| |
Adding ability to place script engine assemblies outside
the codebase directories.
Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies"
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
slightly modified version of CSharpSqlite built in silverlight mode so that it doesn't have the locking issues that it normally would under .NET and a custom ADO.NET wrapper based on Mono.Data.Sqlite. I'm not entirely sure if these will be kept here like this in debug mode with the pdb's Maybe to start.. but after some testing we'll put them in release mode.
|
| |
|
| |
|
|
|
|
|
| |
Remove seldom changed options from OpenSim.ini.example.
Remove non-overridable settings like [Architecture] from OpenSimDefaults.ini
|
|
|
|
|
| |
external PHP and the default configuration makes it throw for not
having a URL to this PHP
|
|
|
|
|
|
|
|
| |
all the other default files"
This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1.
Reverted by agreement.
|
|
|
|
|
|
|
|
| |
somebody does the work of deciding what users commonly change and what they don't"
This reverts commit fc48eb7b549cc639e143bb0f1369d74223630aff.
Reverted by agreement.
|
|
|
|
| |
other default files
|
|
|
|
| |
the work of deciding what users commonly change and what they don't
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
SQLite configs
|
|/
|
|
| |
OpenSim.ini.example to bin/OpenSimDefaults.ini.example
|
|
|
|
|
| |
* Removed StorageManager
* CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
|
|
|
|
|
|
|
| |
hack to correctly clean up chosen OpenSim exes and dlls in bin/ on a "nant clean"
Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files.
The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Upgrading Prebuild.exe to correctly construct build solutions
for crossplatform tools such as xbuild, monodevelop and nant.
NOTE: Module prebuild files will need modification to work,
as the prebuild must correctly define the reference path for
all assemblies shipped in the OpenSimulator ./bin directory.
These include assemblies such as XMLRPC.dll, OpenMetaverse.dll,
Nini.dll, etc. . The entries should follow the form:
<Reference name="Nini" path="../../../bin/"/>
See the distributed prebuild.xml for further examples.
Crossplatform tools: xbuild and monodevelop use the
vs2008 OpenSim.sln and the .csproj files in each namespace.
Changes to the Prebuild.exe are against svn 322 and are included
in a patch attached to the mantis. And the dnpb source are
available@ svn co https://dnpb.svn.sourceforge.net/svnroot/dnpb dnpb
The patches are pending application by the dnpb team. After which,
the un-modified upstream Prebuild.exe will work as expected.
|
| |
| |
| |
| | |
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
|
| |
| |
| |
| | |
(as much as is possible). There was a report of non-finite avatar positions after the update
|
| |
| |
| |
| |
| |
| | |
avoid repeated requests for missing avatar IDs
* Updated to OpenMetaverse r3442 to fix a timezone issue with ExpiringCache
|
| |
| |
| |
| | |
in the way the ROBUST loader expects them (hopefully!)
|
|/ |
|
| |
|
|
|
|
|
|
| |
rather than an older XML one
This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
|
|
|
|
|
|
| |
to handle initialization as graceful as possible with the current broken way region module initialization is done
* Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
away from end and correction of typo "fro" (fixes Mantis 4833)
|
|
|
|
| |
functional changes.
|
|
|
|
| |
about realm for UserAccountService to state default is useraccount, and include default realm commented out in every case
|
|
|
|
| |
to make it more configurable.
|
|
|
|
| |
(Files .xml and .txt also want to be committed)
|
|\ |
|
| |
| |
| |
| | |
typecasts going in the other direction
|
| | |
|