| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
files in the lib32 and lib64 directories as needed.
|
|
|
|
| |
creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
|
|
|
|
| |
happens when there are more than a few hundred physical objects.
|
| |
|
|
|
|
| |
False to True. It seems that collisions don't happen well when it is False (things fall through terrain).
|
|
|
|
| |
OpenSimDefaults.ini and the code.
|
| |
|
|
|
|
| |
buoyancy for flying. Tweek avatar default friction and resititution
|
| |
|
|
|
|
| |
the new lib32 and lib64 binary directories
|
|
|
|
|
|
| |
for now.
Default remains false.
|
| |
|
|
|
|
|
|
| |
DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch."
This reverts commit 6146e7ef258b10888ad7464b72b75cca701e02c9.
|
|
|
|
| |
Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
|
|
|
|
| |
Add enclosing " to urls
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
OpenSim/Framework/Util.cs
|
| |
| |
| |
| |
| |
| | |
clobbering on updates.
Thanks to Whitestar in http://opensimulator.org/mantis/view.php?id=5938 for pointing out this problem.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
accidentally.
The asset data plugin now implements IXAssetData rather than IAssetData so the ordinary AssetService should no longer pick it up.
This replaces the changes in 92b1ade. There is no longer any need to adjust your StandaloneCommon.ini/Robust.ini/Robust.HG.ini files.
This may explain very recent issues in the last few weeks where textures have been disappearing or turning white (as they were going to different places).
Unfortunately, you will need to rollback to an earlier database backup or reupload the textures.
|
|/
|
|
| |
co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
|
|
|
|
| |
the Basic one and the HG one, so that we can do everything that needs to be done for HG ACLs to work without interfering with the vanilla opensim. For the moment, it finds foreign users who have left a trace in the region, e.g. an object. This makes it possible to ban/IM/etc these users using the regular avatar picker. TODO: contact the UAS directly given a name of the form First.Last @foo.com.
|
|
|
|
|
| |
People using standalone in master, please update your StandaloneCommon.ini according to this change.
People using robust in master, please update your Robust.HG.ini.example[.HG].ini according to this change.
|
|
|
|
| |
DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.
|
|
|
|
| |
terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
|
|
|
|
|
|
| |
with the existing shutdown_commands.txt.
Add comments to both files saying what they are (files that can contain console commands to execute on sim startup/shutdown) with an example.
|
|
|
|
| |
The simulator is already doing this internally.
|
|
|
|
|
| |
It would certainly be nice to change the default script on disk, but this is currently unused and isn't a suitable default.
At this location it would also stop an easy manual deletion of script engine compiles and state.
|
|
|
|
| |
as opposed to how it was first designed.
|
|
|
|
|
|
|
|
| |
This is configured in the new [Estates] section of OpenSim.ini.
If a default estate is configured then all new regions are automatically joined to it instead of asking the user.
If the default estate does not already exist then it is created.
Current default behaviour remains the same - the user is asked for estate details when necessary.
Thanks to Frenando Oliveira for the patch which I adapated further.
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
generation bullet physics plugin.
|
| |
| |
| |
| | |
appropriate.
|
| |
| |
| |
| | |
these were once connected with HttpServer.dll but are now unused.
|
| |
| |
| |
| | |
The V3 webapps need SSO capability and use OpenID. We need to send both our OpenID server url and a token for the user in the login response.
|
|/ |
|
|
|
|
| |
bit one in lib64
|
|
|
|
|
| |
This uses the same approach as ODE.
radams, if this doesn't work for you please feel free to revert.
|
|
|
|
|
|
|
|
|
| |
http://system.data.sqlite.org/downloads/1.0.79.0/sqlite-netFx35-binary-bundle-x64-2008-1.0.79.0.zip
In this zip, it's called System.Data.SQLite.dll. We rename it to lib64/sqlite3.dll
This is a little unexpected but it works. For some reason my hand-rolled one in Visual Studio 2008 did not.
This is sqlite 3.7.10. Other libraries are still currently 3.7.6 but this should make no difference.
This should make it possible to use OpenSim.exe on 64-bit Windows now, though currently the bullet physics plugin will still complain (can be ignored if you are not using bullet).
|
|
|
|
| |
one won't work either.
|
| |
|
|
|
|
|
| |
In over 4 years this never progressed beyond an unimplemented stub.
This doesn't mean that it can't come back if someone is interested in implementing PhysX support.
|
|
|
|
| |
This might be why it didn't work.
|
|
|
|
|
|
|
|
|
| |
whether the process is 32-bit or 64-bit
In theory, this means that a 64-bit Windows OS user can now run OpenSim.exe with ODE and use more than 2 (or 3) GB of memory.
However, this is completely untested since I don't currently own a 64-bit Windows box. Feedback appreciated.
Using OpenSim.32BitLaunch.exe should continue to work. Other platforms are unaffected.
This will currently not work with sqlite - I will add that too if this works.
|
|
|
|
| |
database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
|
| |
|