| Commit message (Collapse) | Author | Files | Lines |
|
reference exception.
|
|
properties window
From Justin Casey (IBM)
|
|
Should fix libsl login ability. No long breaks my login
to test environment.
|
|
specific user.
* This helps people who have multiple records in their useragent table.
* This update should be looked at.. because really what it should be doing is initiating a grid wide logoff.
|
|
and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy
|
|
* Revert this once we get a working logoff.
|
|
Linux clients.
|
|
identified as the reason libsl can't currently connect to OpenSim.
Patch from Justin Casey (IBM)
|
|
that if you're editing an object on your client that you're not allowed to, it'll appear that it's moving to you, but won't actually be moving on the sim.
|
|
|
|
issues. This includes the issue that MW described this morning.
There's a lot of little nit picky changes that make a world of difference.
|
|
|
|
LoadWorldMap and into its own public method (which is called during region creation). We shouldn't have things like that in methods like LoadWorldMap as some regions might not being having a worldmap loaded via the LoadWorldMap method (like in custom applications).
Deleted the CreateTerrainTextureInitial Method which was a 99% duplicate of CreateTerrainTexture, with just a bool field setting difference. That bool is now passed to CreateTerrainTexture as a param.
|
|
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up.
* Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
|
|
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
|
|
|
|
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
|
|
to if their logon region is down. Known good region, sort of.
|
|
the estate tools.
* The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
|
|
|
|
sim with a custom message. Their client says, "You've been logged off of secondlife, <Your custom message here> and logs them off.
* Added a way for the Region master user to kick *ALL* users from *ALL* their regions in the estate with a custom message.
|
|
the appropriate messages to make it think it's got god status. Will be used for finding more unimplemented packets....
|
|
|
|
* Tweaked some esoteric throttle settings
* Removed AgentThrottle from the unsupported packet list.
|
|
network throttle settings but does sanity checks to avoid too little(nothing gets sent) or too much(the sim crashes) data.
* Consider this experimental.. however, it looks very promising.
|
|
|
|
* Added a support function to InnerScene to calculate the distance between two vectors.
|
|
* Added the child_get_tasks OpenSim.ini flag for testing the UDP packet sending code and packet throttler. This flag gets purposely disabled in grid mode. This flag also has the consequence that you can see the prim in neighboring regions without going into them. Be warned, this causes tons of dropped packets.
|
|
and it is the most often tickled part of this race condition.
|
|
|
|
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
|
|
|
|
|
|
|
IClientAPI so its used), so that the default click action (ie touch, sit, etc) can be set on a prim. Note: Sill need to handle the incoming packets that set this, from the client.
|
|
|
|
|
|
|
|
IGridServices.DeregisterRegion() method needs implementing for grid mode.
|
|
OpenSim.ini.example **
* Now moved region storage from region to application, so we have one storage per application, instead of one per region.
* Changed so that the region store providers use connectionstrings, not filenames
* Removed various unfit fields and properties (call me Darwin)
|
|
* Made startup a little bit more forgiving on dll load
* Minor renamings and musings
|
|
hover your mouse over prim with the object name, description, ownerid.. etc.
|
|
next owner permissions are not applied yet)
* In Serverside permissions mode; If you've copied an object, then you can delete it and clean up after yourself. The rest of the permissions functionality is still unchanged. Admin can delete any object.. etc.
|
|
cache to fix it.
|
|
manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D.
* Grid mode always returns 0 results until the Grid Communications portion is done.
|
|
|
|
|
|
code to LoginResponse).
And as a test each user signing in will get the test account ("Mr OpenSim") as a friend (online/offline status will not currently show up)
|
|
* All thanks to unimplemented packet listing :D
|
|
|