| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
|
| |
|
|
|
|
|
|
|
| |
"module".
Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
|
| |
|
| |
|
|
|
|
|
| |
sync PrimMesher.cs with PrimMesher.dll version 29 on forge
|
|
|
|
| |
directly.
|
|
|
|
|
|
| |
If -background=true is specified on the command line, a null pointer exception crashes the server in OpenSim/Region/Application/OpenSimBase.cs in method StartupSpecific. Its trying to dereference m_console which is null, presumably because we're in background mode.
|
|
|
|
|
| |
Plus some general cleanup of the GridMessagingModule.
|
| |
|
|
|
|
|
|
|
|
|
| |
This patch fixes a bug where if a script in a child prim has taken
control of an avatar when they sit, although permission for camera
control is revoked when they stand, free camera control is not
restored. Currently it is only restored if the script is in the root
prim (though its not clear to me where this happens!).
|
| |
|
| |
|
|
|
|
|
| |
* It works, but makes certain building tasks slow to update.
|
|
|
|
| |
ThreadState.
|
|
|
|
|
|
|
| |
* Moves Entity Updates into a seperate thread, allowing for OpenSim to utilize a computers CPU more effectively in return for potentially greater user and prim capacity.
* Removes an expensive Sqrt call performed during Update on each object. This should lower CPU requirements for high-prim regions with physics enabled.
* MXP Changes: Centers the region around 0,0 for primitives instead of 128,128. Prim display should now look more correct for MXP viewers.
|
| |
|
|
|
|
|
|
|
|
|
| |
Thanks mirceakitsune for a patch that prevents the avatar from trying to
walk along the Z-axis in mouselook mode (or left-click the avatar and
walk) while looking up or down.
Fixes Mantis #946.
|
|
|
|
|
|
|
| |
Adds a warning for an LSL construct that exploits a
popular list memory saving hack.
|
|
|
|
|
|
|
|
| |
and the textures referred to in the Texture faces of AvatarAppearance. The textures are still not being acted upon on the other side, but they will.
Note: will make avies coming from older sims casper or grey. Upgrade!
Related to mantis #3204.
|
|
|
|
|
|
|
|
|
| |
* Added log4net dependency to physxplugin in prebuild.xml.
* Added missing m_log fields to classes.
* Replaced Console.WriteLine with appropriate m_log.Xxxx
* Tested that nant test target runs succesfully.
* Tested that local opensim sandbox starts up without errors.
|
| |
|
|
|
|
| |
As with the other two servers, this is very much a work in progress.
|
|
|
|
|
|
|
| |
default avatar.
* MXP Clients now are capable of displaying primitives and objects within the Scene.
|
|
|
|
| |
producing a circuit. This affects non-Linden derived viewers who do not utilize circuits.
|
|
|
|
| |
the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* MXP: Corrects an issue whereby session requests were never correctly acknowledged.
|
| |
|
|
|
|
| |
actually starts up.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(http://www.bubblecloud.org)
* Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace.
* Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility.
* No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll.
* Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license.
* Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253"
* May break. Highly untested.
|
| |
|
|
|
|
| |
being set, and that's what's being used in SendAppearanceToOtherAgent. Mantis #3204.
|
| |
|
|
|
|
| |
with no alpha value). Thanks BlueWall.
|
| |
|
|
|
|
|
|
| |
Solves the Object-Key problem when using llHTTPRequest()
|
|
|
|
| |
are now being given a default appearance if there is none in the user database. This issue affected newly created accounts, which aren't given an appearance at time of creation. May address some of the issues reported in mantis #3204 (but the incompatibility with pre-8447 is unaffected and continues to exist).
|
| |
|
|
|
|
| |
command, to make sure the .xml is passed in the command arguments. Thanks BlueWall
|
| |
|
|
|
|
| |
can't try to add duplicate interfaces and cause a exception.
|
|
|
|
| |
can't try to add duplicate interfaces and cause a exception.
|