| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
reflect parcel status
|
|
|
|
|
|
|
| |
Fix a nasty concurrency issue that could cause a high event frequency
to start more than one thread pool job for a single script.
|
|
|
|
|
|
|
| |
MySQL version does for the table, prims.
* If this causes any unit tests to fail, the tests need to be updated.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Patch for new scripting method osParseJSON.
also, a couple of warning bugs killed.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
functionality via the console command "delete-region" and also via
RemoteAdminPlugin.
minor typo fix.
|
|
|
|
|
|
|
|
| |
Correct a condition where a prim is linked before it has been persisted
for the first time and is then persisted through it's former SOG with
a bad offset position.
|
|
|
|
|
|
|
| |
Thank you, nlin, for a patch that prevents physical prims from being
created twice when rezzed from a script.
|
| |
|
|
|
|
|
|
|
| |
Correct color handling functions to no longer return the inverse color.
Remove pointless * 256 / 256 legacy constructs.
|
|
|
|
|
|
|
|
| |
XEngine: Change a number of methods to use the new link part method.
Fix ALL_SIDES for llSetColor, llSetTexture, llSetAlpha, llSetPrimitiveParams,
llGetPrimitiveParams(PRIM_TEXTURE, PRIM_COLOR).
|
|
|
|
|
|
|
| |
XEngine: Introduce a common method to determine link parts to work on.
Fix llSetLinkColor method.
|
|
|
|
|
|
| |
to send a full update and do a persistence save.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
protected.
* Made several methods virtual to allow derivative overrides.
* Minor cleanups.
|