| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* Various code convention compliance
|
|
|
|
|
|
|
| |
show a user's client that it can't edit a prim if it doesn't have permission.
* Permissions is due for a big revamp. The current way it's done is a hack at best.
|
|
|
|
|
| |
* Revert this once we get a working logoff.
|
|
|
|
|
| |
* Various refactorings
|
|
|
|
| |
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.
|
|
|
|
| |
come up to give servers that host a lot of sims a long time to start listening.
|
| |
|
|
|
|
|
|
|
|
| |
have its own
* Locking on value, then changing it does not make sense - lock will happen on old reference
* Taking a local copy of the shared resource then locking on the copy does not make sense - lock will happen on copy
|
|
|
|
| |
we are not requesting too much in one gulp.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
sim is restarting in the area.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
avatar when that user teleported to a different region.
|
|
|
|
|
| |
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
|
|
|
|
| |
on map should return a decent portion of it.
|
|
|
|
| |
move parcels into a module.
|
|
|
|
| |
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
|
|
|
|
| |
asset server
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
coming in from foreign regions.
* Updated bounds-check of getLandObject to check for >= 256 rather than > 256.
|
|
|
|
| |
System.NullReferenceException for Linux
|
|
|
|
| |
map functionality.
|
|
|
|
|
|
|
| |
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....
|
|
|
|
| |
in DLLs are now correctly loaded automagically.
|
|
|
|
| |
owner issues 'shutdown' on the console.
|
| |
|
|
|
|
| |
Media settings/parcel name are now correctly sent.
|
|
|
|
|
|
|
| |
so they only display 'guesses' on the console when you rez a prim.
* any math gurus who'd like to improve rezzing need only to make the raytracer in SceneObjectPart work :D
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
| |
threadlocked code. ODEPrim was almost completely re-written.
Copy/Space test needed.
|
| |
|
|
|
|
| |
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
|
| |
|
| |
|
|
|
|
| |
physics events.
|
| |
|
|
|
|
| |
export a jpg image of the world map covering a 20 X 20 regions area centred on the current active region (ie the one set with change-region). While this should work in grid mode (if using the grid asset server and if my last commit did fix the world map), you might need to call the "export-map" command then wait a little while (60 seconds?) and then call it again so that you make sure the region has got all the texture assets from the asset server.
|
|
|
|
|
|
|
|
|
|
| |
grid asset server for it to work correctly and has only been quickly tested in a three region grid.
Moved PermissionManager creation out of the Scene constructor and instead a PermissionManager is passed to the constructor as a param. So that we could create and use custom permissionsManagers.
Added AllowMovement property to ScenePresence which can be used to stop movement of avatars (for example in a custom region that wanted avatars always in one place).
Added PermissionManager call when copying objects, although currently the call will always return true so that it allows copying in places like Wright Plaza.
A few other changes/fixes.
|
|
|
|
|
|
|
| |
Looks like it has nothing to do with childregions - reverting and will
try to debug after the sleep. Sorry for the noise :)
|
|
|
|
|
|
|
| |
childagents. The infrastructure is not robust enough to handle it at
this time - so ignore all the MapBlock requests for childagents.
|
| |
|
|
|
|
| |
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.
|