| Commit message (Collapse) | Author | Files | Lines |
|
myself. Fix a crash in DataSnapshot when no master avatar and no
estate owner is set (e.g. "Mainland").
|
|
XEngine fixes: prevent queue overruns, prevent spamming when no key
is down. Release controls when conflicting permissions are requested
or permissions are refused later. Release when prim or script are deleted.
Fixes Scene script instance deletion semantics.
|
|
MySQL change from http://opensimulator.org/mantis/view.php?id=2073
|
|
|
|
* Attached patch implements llRequestAgentData for DotNetEngine. (It already is implemented in XEngine.)
* Thanks Y. Nitta
|
|
* Fix/implement LSL group-related functions llDetectedGroup, llSameGroup
* Thanks nlin
|
|
|
|
terrain driver in the process, which is now fixed. yay for unit tests!
|
|
this is the prefered way of doing these tests.
|
|
SQLite and stores the logout position in standalone mode.
Note: This adds a migration for SQLite, so do your runprebuild
|
|
* LSL Conformance: llSetPayPrice should accept more than four arguments in list
* Thanks kcozens!
|
|
|
|
* Attached patch implements LSL llGetAgentSize() for DotNetEngine and XEngine.
* Thanks Y. Nitta!
|
|
* Implementation of LSL llBreakLink and llBreakAllLinks
* Thanks Y. Nitta!
|
|
* llGround causes Array out of bounds exception in KanEd#11 script
* Thanks Y. Nitta!
|
|
|
|
this locally rather than letting it propogate up the stack
* This will allow other scene objects to persist and stop the exception taking down the whole region server
|
|
OpenSim.example.ini
* Particularly important for max threads since setting this to 2 was causing all events to wait behind the regularly sleeping maintenance event
|
|
|
|
Applying DotNetEnine part of this patch. Thank you, nlin!
Corrects ad hoc key list comparison.
|
|
|
|
New patch (terrainedit2.patch) is attached that passes unit tests (
and in fact supplies the new unit test to pass..:) The previous
failure was due to the change of the brush size to be linear instead
of exponential, and the fact that the test parameters were assuming
the exponentional brush size.
This patch also removes dependency on 'duration' argument for
adjustment step size. This should address the widely differing reports
of instability with terrain editing.
Note: 'doing this right' implies ultimately reading the parameters
from the ini file, which this patch does not do.
|
|
Now each function can be allowed, subject to threat level, disabled,
or restricted to certain UUIDs.
|
|
|
|
the last ocmmit
|
|
|
|
* Some copy and pasting has occurred because it's difficult to properly refactor some bits at present. I'm very ashamed and it will disappear at some future point.
|
|
UpdateUserProfile
* the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway.
|
|
|
|
methods don't need to be implemented on Grid hosted region servers
|
|
requests flow through the ShowHelp() method
|
|
* Grid user server implementation to follow shortly
|
|
in the XEngine section
|
|
Adds the fix from Mantis #2197 in it's new form.
Stage one of the scripting security changes, more to come.
|
|
|
|
adds the new function osTeleportAgent().
|
|
|
|
fixes the terrain spikes, and is the result of mostly a tuning
operation on the smooth and flatten tools. I dug in and found that the
spikes apparently result from smooth's overly aggressive iteration
steps toward the average curvature, which leads to an instability that
blows up the heights. I introduced a scaling factor to dampen the
'duration' parameter which tames progress and seems to keep things
stable.
|
|
SeedCap response not being SSL
|
|
|
|
makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes.
* There are still a lot of things that are hard coded to use http. They need to be fixed.
* Also includes directions
* A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
|
|
|
|
Prevent illegal color values from being set.
|
|
the login_to_simulator message. Changed parsing accordingly (#2190).
|
|
Thank you, RuudL, for a patch that brings MSSQL up to the same
implementation level as MySQL.
|
|
protected.
* Made several methods virtual to allow derivative overrides.
* Minor cleanups.
|
|
Moved intialization of appearance from the SendInitialData
event handler into CompleteMovement handler. That ensures
that m_appearance is initialized before the inventory is
retrieved (so there is a place to check on attachments).
|
|
|
|
after using llTakeControls my sim receives about 200 messages per second,
l of which get queued , this could be because there is no lag as the viewer
and sim are on the same computer. The patch I have included checks to see if
the "Changed" param is 0 then searches the EventQueue for Control messages
being sent to the same localid, if it finds a message already in the Queue
and Changed==0 then the new message is only notifing you the key is being held,
since there is already a message the new one isnt needed so it isnt added
to the queue.
|
|
Added clamping to 0.0 - 1.0 for R, G, B, and A.
|