| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Guard against NaN being returned from llRotBetween. Return a zero rotation
if the result is NaN.
|
| |
|
|
|
|
| |
save some more memory
|
|
|
|
|
|
|
|
| |
in the cache for the user
* More OGP tweaks to make it play nice in an error condition.
* Still Experimental.
|
|
|
|
|
|
|
|
| |
outgoing requests.
* Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml
* Experimental, this might break LibOMV temporarily.
|
| |
|
|
|
|
|
|
|
|
| |
- Add necessary dummy Dispose-methods where they are missing
- Implement the SQLite Dispose-methods
(currently only used for unit tests, in the next commit)
|
|
|
|
|
|
|
| |
* Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use dataserver on dotnetengine
* Thanks M.Igarashi
|
|
|
|
| |
occurs (at least, this is what will happen on linux)
|
|
|
|
|
|
| |
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
|