| Commit message (Collapse) | Author | Files | Lines |
|
|
|
Thank you, tyre, for a patch that fixes the sender UUID in scripted IM
|
|
works. Also makes llGetFreeMemory return the constant 16384.
LLGetFreeMemory is useless in SL, as it never goes up, only down.
So, the only thing it is used for, in practice, is to detect an imminent
stack/heap collision, a danger we don't have.
|
|
This allows cross-api method calls on the implementation and also allows
"Meta APIs" that only provide common functionality to other APIs
|
|
Remove some unused osFunctions that were left in the LSL function
file from the separation way back when. Inline the osSetParcelMediaURL
code to get rid of the osFunction. Really need to add a way for one API
to call another.
|
|
functions return CLI strings, which, in the case of lists, don't
get wrapped. Therefore, the list had to be able to deal with
that CLI type here. The correct fix would be to change all LSL
function returns to LSL types.
|
|
match. This may have a minor improvement in memory and speed performance, but it's mainly for viewer applications and it also syncs the c# version of PrimMesher with my python sandbox version.
|
|
.config (which no one does). Dropping in the .config lets you see that debug
messages, which is handy while writing tests and figuring out why things don't
behave like you would guess.
|
|
configure in there to help me get debug messages while developing.
|
|
display root and child agents (mantis #2171).
|
|
* Patch attached that adds the check for uninitialized appearance when inventory items are received and processed. Also attempts to ensure that appearance is initialized even
when the profile cache has not been built.
* This will not fix the race condition, but should at least remove the unhandled exception that is being reported in Mantis 0002126.
* Thanks cmickeyb
|
|
|
|
* leaving in the ones to do with ScriptBase since these actually indicate coding bugs that I don't have the time/brainpower to fix at the moment
|
|
|
|
attribute as that was a left over of an nhibernate approach that
isn't used in the current nhibernate code anyway.
|
|
* RemoteAdmin SaveXMLMethod
* My tiny mind isn't quite sure how this is useful, but the load xml equivalent is already there, so what the hell :)
* Thanks Olish.
|
|
Garrett Hussey in Re: [Opensim-dev] MSSQL runtime error in latest build..
* Thanks!
|
|
* Force ClickAction persistence even if other object properties are not edited
* Thanks nlin!
|
|
revisions ago
* Hopefully there wasn't a problem anyway, since the look at stuff isn't enabled yet
|
|
* Add prim ClickAction persistence to SQLite
* This will require a prebuild
* Thanks nlin!
|
|
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At
this point, region servers that haven't upgraded past this revision may run into problems
* This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong.
* Many thanks to tyre for this patch.
|
|
|
|
convert to string and match.
|
|
|
|
|
|
means less code in this case)
|
|
|
|
classes. This did mean loosing 1 unit test that was actually testing
an sqlite function directly instead of the interface.
|
|
checkout.
|
|
OpenSim.Data.Tests, then subclass with custom init bits for sqlite.
As I've only been testing the plugin interfaces anyway, this should
make it very easy to write only a little bit of code to use these
tests for other databases. It will also give us the framework for
definining the datastore behavior and making sure that all the databases
do the same thing.
|
|
does, but it seems every other function here has it, so it is probably
needed.
|
|
Implement an osParseJSON method useful for handling simple JSON returns
from http requests. This will only work in C# at this point.
|
|
patch is attached that replaces the o(n^2) algorithm currently
used to build the inventory cache with an o(n) algorithm using
hash tables. the patch also adds some additional error handling.
|
|
to the parts rather than after each individual part
* From looking at the code there shouldn't be any difference, and this appears to speed up prim loading and make a certain failure case (where prims seem to be going out of
bounds on startup) less of a problem.
* However, if I've been bad please revert this patch
|
|
prim is failing a border crossing
|
|
|
|
|
|
|
|
|
|
|
|
of the OGP protocol. (Assuming I understood it correctly)
* This also removes the host--> ip pre-resolve workaround.
|
|
|
|
* In some circumstances, loading prims can invoke region modules
|
|
|
|
items loaded under library inventory node
|
|
calls to make sure they worked
|
|
|
|
stores an asset, fetches that asset, make sure it has the name
we gave it. All simple stuff, but should catch the more egregious
breaks.
|
|
|
|
|