| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
The following patch implements osMakeNotecard as specified on the OpenSim website
|
|
|
|
|
|
|
|
|
| |
fix issue 2512
- correct attachment offset; fix issue 2513
- thanks Thomas for the patches
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
of existing fields
* This should (hopefully) allow TestClient and stuff built on top of it to work again
* Will probably come back later and change variable names to stop this happening again
|
|
|
|
|
|
|
|
|
| |
by the client throttle setting does not
* Old behaviour was to throw an exception on startup
* Print out client stack setting temporarly for debug purposes
|
|
|
|
| |
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
|
|
|
|
|
|
|
|
| |
EventQueueThreadClass
* (damn, Teravus spotted my plan to slowly change all the licenses in OpenSim letter by letter)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
See OpenSim.ini.example for details as to what this means
* Really this should be 1, but I think that this would be too slow compared to a Second Life server until we improve our ability to send textures of variable quality
* This may improve one aspect of sim performance where there are many avatars. However, there are still other performance problems that are unrelated to this change
* Value may be further tuned
* Removed temporary decals since the multipler setting will stick around now
|
| |
|
| |
|
|
|
|
| |
Class... Framework/ConfigSettings.
|
|
|
|
|
|
|
| |
* Inserts proper animation state names into data/avataranimations.xml file so that llGetAnimation() works as one would expect.
* Thanks StrawberryFride!
|
| |
|
|
|
|
|
|
|
|
| |
* This is a partial implementation of llGetAnimation that returns the name of the animation as stored in data/avataranimations.xml but not its state name (since we don't yet
have these).
* Thanks StrawberryFride
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
| |
|
|
|
|
| |
project.
|
|
|
|
|
|
|
| |
This patch changes a method from private to public.
Will make life easier for the asset mapper for
the hypergrid.
|
|
|
|
|
|
|
| |
* Add new e-mail field to users table for MSSQL
* Thanks StrawberryFride
|
|
|
|
| |
time? Bizarre
|
| |
|
|
|
|
| |
the whole sim
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This patch allows an object to directly message another object given its
key using the method osMessageObject(key objectUUID,string message).
to communicate with an object it must implement the dataserver listener
method. The dataserver method is passed the key of the calling object
and a string message.
|
| |
|
|
|
|
| |
bringing down the whole sim, though the sim will need a reboot
|
|
|
|
| |
there is a problm in the world map module rather than bringing down the whole server.
|
|
|
|
| |
grid services
|
|
|
|
| |
module from crashing the entire server
|
| |
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
| |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
|
|
|
|
|
|
| |
* Now I've had time to analyze this, the Second Life grid doesn't appear to send this to the client (which in principle should know what wearables it has already)
|
| |
|
|
|
|
|
|
|
|
|
| |
the setting of the name of the animation to be used when a avatar sits on that object. At some point in the future this should be persisted.
So basically simplifies what a lsl script that detects a avatar sitting on a prim, then stopping the sit animation and playing a custom animation, does.
Also added another ScenePresence.HandleAgentRequestSit() method , that accepts the name of the sit animation. So that modules can override the animation used, when they are doing a server controlled sit.
Started some work on making the stand pose be played as soon as a user logs into a region. Rather than them starting with their arms stretched. This still needs more work
|
|
|
|
|
|
| |
fix: region parameter in IRCBridgeModule XmlRpc was check for presence but not actually used...
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
| |
translating from LSL to C#. Thanks idb for the patch. Fix issue 2546.
|
| |
|
|
|
|
|
|
|
|
| |
remove virtual setting from properties, as that was legacy that I put in
there a while back
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
|
|
| |
* Catch and report deserialization exceptions on rest handlers
* Thanks Diva!
|
|
|
|
|
|
| |
client-thread. Will hopefully fix Mantis#2536.
|
|
|
|
|
|
|
|
|
|
|
|
| |
multiplier is applied to all the client throttle settings received by the client
* This should probably be 1, but currently by default it is 8, to reflect what was being eon3 in OpenSim before this revision. So if the client requested a maximum throttle
of 1500 kilobits per second, we would actually send out 1500 kilobytes per second
* Adjusting this multiplier down towards 1 may improve your OpenSim experience, though in other situations it may degrade (e.g. if you're using a standalone over high bandwidth
links)
* This is currently a user setting because adjusting it down may currently reveal other OpenSim bugs.
|
| |
|
| |
|
|
|
|
|
|
| |
was cleared before using it to find the children.
|