| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
of an iar
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters.
* Added google protobuffers dll.
* Update MXP dll.
* Updated MXPClientView to send prim parameters as Perception event extension
* Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent.
* Ensured that nant test target runs succesfully.
This closes mantis #3229. Thanks, tlaukkan!
|
|
|
|
|
|
|
| |
The mono addin filter for the AssetCache is incorrect, this fixes it.
The problem only shows up when you have more than one AssetCache to
choose from.
|
|
|
|
| |
abort to forced update.
|
|
|
|
|
|
|
| |
I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them.
* So, SOP.FolderID is actually a cruft field that should be removed.
|
|
|
|
|
|
| |
This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding
changes.
|
|
|
|
|
|
|
| |
This patch changes InformClientOfNeighbour, CrossRegion and
SendRegionTeleport methods to virtual.
|
|
|
|
|
| |
Deals with the multiple warning side affect introduced earlier.
|
|
|
|
|
| |
Mantis #3225.
|
|
|
|
|
|
|
|
|
| |
- handle GetUser request for nonexistent user gracefully
- include throttle levels in ClientInfo
- code to save/restore throttles in client stack
- only update/send updates to active clients
- make animation classes serializable
|
| |
|
|
|
|
| |
Addresses mantis #3223.
|
| |
|
|
|
|
| |
handling, as it seems that system isn't in use anymore.
|
| |
|
|
|
|
| |
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.
|