| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
IUserServices (instead of stubs)
|
|
|
|
| |
code based on User db. Nothing hot-wired though.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* We now have CloseAllAgents( circuit ) and CloseAllCircuits( agentId ) for great justice ( but alas, still only closing on one single scene - be brave! )
* Login and ConnectionClosed now eventified and moveified awayified
* Killed off unused NullClientAPI
* Now the client is almost only responsible for its own closing. ( I will get that scene out of there )
* Lookin' good!
|
|
|
|
|
|
|
| |
* Now there-is-only-client-manager
* First step towards moving Logout and ConnectionClosed out of Client and into something else (which will let us get rid of ClientView reference to ClientManager
* General posititvity, peace, love and understanding
|
|
|
|
|
| |
* Some propertification and hideousness of fields.
|
| |
|
|
|
|
|
| |
Fix in DNS resolve
|
|
|
|
|
|
| |
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.
|