| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
the regions directory (usually Regions/)
Also convert some tabs into spaces.
|
| |
| |
| |
| | |
prevented passwords from being echoed after enter is pressed.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | |
| | |
| | | |
under 27 chars
Can't quite remember why this has to be <=27 chars, maybe something to do with the space available for the version string in a typical client
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
heartbeat thread
* Minor dead code cleanup
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
instantiate the right network connectors. Tested on Robust only.
|
| | | |
| | | |
| | | |
| | | | |
connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
|
| | | | |
|
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | | |
backends to interoperate.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
(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
|
| | |\ \ |
|
| | | | | |
|
| | |/ /
| | | |
| | | |
| | | | |
sensible error message when it is misconfigured instead of a mysterious "Uri is empty" error
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
in the way the ROBUST loader expects them (hopefully!)
|
| | | |
| | | |
| | | |
| | | | |
then adjust the inventory items to point to the new uuid as well
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
object out of the scene and then put it back in.
|
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | | |
ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | | |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ / |
|
| | | | |
|
| | |\ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Previously, Scene.Inventory.DeRezObjects() forced the persistence of prims before deletion.
This is necessary so that freshly delinked prims can be deleted (otherwise they remain as parts of their old group and reappear on server restart).
However, DeRezObjects() deleted to user inventory, which is required by llDie() or direct region module unlink and deletion.
Therefore, forced persistence has been pushed down into Scene.UnlinkSceneObject() to be more general, this is still on the DeRezObjects() path.
Uncommented TestDelinkPersistence() since this now passes.
Tests required considerable elaboration of MockRegionDataPlugin to reflect underlying storing of parts.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, Scene.Inventory.DeRezObjects() forced the persistence of prims before deletion.
This is necessary so that freshly delinked prims can be deleted (otherwise they remain as parts of their old group and reappear on server restart).
However, DeRezObjects() deleted to user inventory, which is not required by llDie() or direct region module unlink and deletion.
Therefore, forced persistence has been pushed down into Scene.UnlinkSceneObject() to be more general, this is still on the DeRezObjects() path.
Uncommented TestDelinkPersistence() since this now passes.
Tests required considerable elaboration of MockRegionDataPlugin to reflect underlying storing of parts.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
by deletion of a linked part
This test is temporarily not running since it currently fails due to a bug in this area
|
| | | |
| | | |
| | | |
| | | | |
Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally
|