| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
during loadtesting.
|
| |
|
|
|
|
|
|
| |
the exception dalien found during crash-a-thon
|
|
|
|
| |
anything else) worse.
|
|
|
|
|
|
|
| |
* There's no libsl reply packet field for it, I guess other channels than 0 makes no sense sending back to clients.
* We do not currently support objects listening, so there's really no way of actually using this feature.
So; somebody please wire chat all the way to the scripts.
|
| |
|
|
|
|
| |
various verbosity
|
|
|
|
| |
member names to smallcapsy.
|
|
|
|
|
|
|
| |
with a real logging module later, but this should make reading logs easier
for now
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
mysql to work again in grid mode for user storage.
|
| |
|
| |
|
|
|
|
|
|
|
| |
this also moves commit points around a bit for debuging, though
this will change back now the MW has worked out synchronization
|
| |
|
| |
|
| |
|
|
|
|
| |
Also added a couple of console output lines to try to make it easier to tell which asset storage system is in use.
|
|
|
|
|
|
|
|
| |
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote.
Needs more testing, so if it causes problems will have to swap back to db4o.
|
|
|
|
|
| |
* Ignored some bins and gens
|
|
|
|
|
|
| |
pointing out that it is done by CoarseLocationUpdatePacket.
|
|
|
|
|
|
| |
Now will just print the backtrace on the screen and continue.
|
|
|
|
|
|
|
|
| |
is set correctly, but only with the movement of the avatar.
The in-place rotation updates need a little bit of more thought,
and will be in a separate commit.
|
|
|
|
|
|
|
|
|
| |
"modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back).
Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having.
Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance.
Some early work to prepare for improving the way clients are updated (about prims etc).
|
|
|
|
|
|
|
| |
but it will current store local and temporary assets as well.
Will fix that later.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Some more modules templates classes (hoping that someone will pick some of these and work on implementing them).
Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them).
Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim.
Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much)
|
|
|
|
|
|
|
| |
attribute (set to "DEBUG"), so we can use that for writing extra debug info to the console. [for anyone who doesn't know about the Conditional attribute, it is a attribute that can be set on a method, and then any call to that method will on be compiled if the terms of that condition are met, ie is this case only if "DEBUG" is true. So its a cleaner implementation of the #if #endif directives].
A few other minor changes.
|
| |
|
|
|
|
|
| |
Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
|
| |
|
| |
|
|
|
|
| |
number 338]. They should now show up in inventory and play locally should work. But Play in world doesn't seem to work yet.
|
| |
|
|
|
|
|
|
| |
These cause some issues with the ADO.NET mapping
|
|
|
|
|
|
| |
however lookup isn't working
|
| |
|
|
|
|
|
|
|
| |
with this checkin, though it's not tested. Will do that
tommorrow.
|
|
|
|
| |
are moving away from db4o to sql, and this won't work.
|
| |
|
|
|
|
|
|
|
| |
isn't functional enough to use yet, but does compile. Should be
ready for testing in another day or so.
|
|
|
|
|
|
| |
Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server.
Deleted Framework.manager as I am sure this is no longer in use.
|
|
|
|
|
|
|
| |
multiple objects are based on entitybase and they all don't want the baggage from IScriptHost. SceneObjectPart already implements it anyway.
Added llGetOwner function, and tested the ll functions that I added in last commit.
|
|
|
|
|
| |
Implemented a few ll Functions, llSetObjectName llGetObjectName, llLoadURL (all currently untested).
|
| |
|
|
|
|
| |
downloads in general a little bit.
|
|
|
|
|
|
|
|
| |
the assetcache and asset server).
Attempt to fix bug # 326. (crashing when using save-xml and hollow prims)
Attempt to fix bug # 328 (limit of 50 items in a folder)
|