Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Object update prioritization by Jim Greensky of Intel Labs, part one. This ↵ | John Hurliman | 2009-10-15 | 20 | -402/+573 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon | |||||
| * | | | | | | | | | | Replaced the update lists with a priority queue implementation in LLClientView | jjgreens | 2009-10-15 | 2 | -45/+554 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the update lists with a priority queue implementation in LLClientView. The priority queues are based on the MinHeap implementation also included in this commit within the OpneSim.Framework namespace. Initially setup to exactly mimic the behavior beofre the change which was a first come first serve queue. | |||||
| * | | | | | | | | | | * Removed some of the redundant broadcast functions in Scene and SceneGraph ↵ | John Hurliman | 2009-10-15 | 9 | -68/+255 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so it is clear who/what the broadcast is going to each time * Removed two redundant parameters from SceneObjectPart * Changed some code in terse update sending that was meant to work with references to work with value types (since Vector3 and Quaternion are structs) * Committing a preview of a new method for sending object updates efficiently (all commented out for now) | |||||
* | | | | | | | | | | | Merge branch 'master' into vehicles | Melanie | 2009-10-19 | 24 | -76/+218 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Minor formatting cleanup. | Jeff Ames | 2009-10-19 | 1 | -12/+12 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Formatting cleanup. | Jeff Ames | 2009-10-19 | 13 | -36/+36 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add support for display of the script compilation errors in the script editor's | Melanie | 2009-10-17 | 2 | -20/+38 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug pane. This will still use DEBUG_CHANNEL currently, since it is not fully implemented. This also removes the "Compiled successfully" message that pops up in the viewer. | |||||
| * | | | | | | | | | Change the example to match the facts | Melanie | 2009-10-17 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | Adds SendAvatarInterestsUpdate to IClientAPI | Melanie | 2009-10-17 | 3 | -0/+14 | |
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Thank you, Fly-Man | |||||
| * | | | | | | | Re-rename ProductName back to it's original RegionType | Melanie | 2009-10-17 | 1 | -16/+16 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Add ProductName to RegionInfo (for search) | Melanie | 2009-10-17 | 2 | -1/+29 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | * One more tweak to inform the user that they may not be able to move until ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 2 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | relogging. | |||||
| * | | | | | * After seeing it repeat over and over again.. again, We won't inform the ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | scenepresence that there was an issue so it doesn't try to make the capsule again. I have a feeling that this is some kind of object leak. We'll know for sure.. soon. | |||||
| * | | | | * fix previous commit | Teravus Ovares (Dan Olivares) | 2009-10-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | * Ensure that at least 20 frames run before letting avatar in. | Teravus Ovares (Dan Olivares) | 2009-10-16 | 1 | -0/+11 | |
| | |_|/ | |/| | | ||||||
| * | | | * One more attempt at the NullRef In The OdePlugin. This might fix it, but ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 2 | -1/+22 | |
| | |/ | |/| | | | | | | | it will definitely get us closer to the root cause. | |||||
| * | | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-10-16 | 2 | -2/+33 | |
| |\ \ | ||||||
| | * | | * Make sure to unregister the OutOfBounds Physics event in ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | RemoveFromPhysicalScene or we'll be leaking | |||||
| | * | | * Added a message for when the null reference exception occurs to make ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | debugging easier. Without this, from the user's perspective.. they cannot move, fly or otherwise do anything physical and without a message on the console, it would be hard to tell that this is what is occurring. | |||||
| | * | | * A hacky attempt at resolving mantis #4260. I think ODE was unable to ↵ | Teravus Ovares (Dan Olivares) | 2009-10-16 | 2 | -2/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | allocate memory, and therefore the unmanaged wrapper call fails or worse.. there's some unmanaged resource accounting in the ODEPlugin for ODECharacter that isn't being done properly now. * The broken avatar may not be able to move, but it won't stop simulate from pressing on now. And, the simulator will try to destroy the avatar's physics proxy and recreate it again... but if this is what I think it is, it may not help. | |||||
| * | | | Thank you, Fly man, for plumbing the AvatarInterestsUpdate packet | Melanie | 2009-10-16 | 1 | -5/+22 | |
| |/ / | ||||||
* | | | Merge branch 'master' into vehicles | Melanie | 2009-10-15 | 7 | -27/+32 | |
|\ \ \ | |/ / | ||||||
| * | | minor: Change commented out authentication service realm setting to "users" ↵ | Justin Clark-Casey (justincc) | 2009-10-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | to match defaults in code | |||||
| * | | * Request from lkalif to have the Sim send a coarselocationupdate for each ↵ | Teravus Ovares (Dan Olivares) | 2009-10-15 | 2 | -5/+9 | |
| |/ | | | | | | | | | | | | | avatar in the sim, including yourself. * Apparently the LLClientView should have been doing this previously.. Also fixed the 'You' on the index block.. so the client doesn't display an extra green dot. * Thanks lkalif for bringing it to our attention. | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2009-10-14 | 1 | -6/+6 | |
| |\ | ||||||
| | * | Moved some code up to AddRegion, so that other modules that depend on it ↵ | Diva Canto | 2009-10-14 | 1 | -6/+6 | |
| | | | | | | | | | | | | don't crash. This code needs to be removed as soon as user services is refactored. | |||||
| * | | * Replaced (possibly broken?) math for calculating the unix timestamp in ↵ | John Hurliman | 2009-10-14 | 4 | -11/+12 | |
| |/ | | | | | | | | | | | | | MySQLAssetData with Utils.DateTimeToUnixTime() * Disabled UpdateAccessTime() function since it was only writing zeros anyways. This gave me a significant performance improvement for startup times and avatar logins in standalone mode * Load attachments asynchronously so avatars with lots of attachments don't have to race the timeout clock to login | |||||
* | | Merge branch 'master' into vehicles | Melanie | 2009-10-15 | 63 | -1874/+2132 | |
|\ \ | |/ | ||||||
| * | Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim into ↵ | John Hurliman | 2009-10-14 | 5 | -37/+15 | |
| |\ | | | | | | | | | | htb-throttle | |||||
| | * | Merge branch 'master' into htb-throttle | Melanie | 2009-10-14 | 5 | -37/+15 | |
| | |\ | ||||||
| | | * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-10-14 | 3 | -33/+11 | |
| | | |\ | ||||||
| | | | * | Setting changeY in border crossing. | Diva Canto | 2009-10-14 | 1 | -0/+1 | |
| | | | | | ||||||
| | | | * | Enable LSL dialogs to display group names properly | Melanie | 2009-10-14 | 2 | -33/+10 | |
| | | | | | ||||||
| | | * | | * minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-10-14 | 2 | -4/+4 | |
| | | |/ | ||||||
| * | | | Allow the LLUDP server to run in either synchronous or asynchronous mode ↵ | John Hurliman | 2009-10-14 | 3 | -7/+36 | |
| |/ / | | | | | | | | | | with a config setting, defaulting to synchronous mode | |||||
| * | | * Clean up the SetThrottle() code and add a maxBurstRate parameter to allow ↵ | John Hurliman | 2009-10-14 | 5 | -109/+171 | |
| | | | | | | | | | | | | more tweaking in the future | |||||
| * | | * Switched to a plain lock for the ClientManager collections and protected ↵ | John Hurliman | 2009-10-14 | 3 | -71/+85 | |
| | | | | | | | | | | | | | | | | | | the TryGetValues with try/catch instead of a lock * Added ClientManager.ForEachSync() for operations that need to run synchronously, such as "show connections" | |||||
| * | | * Added the "show connections" command to print out all of the currently ↵ | John Hurliman | 2009-10-14 | 1 | -1/+23 | |
| | | | | | | | | | | | | tracked IClientAPIs | |||||
| * | | * Read scene_throttle_bps from the config file and use it | John Hurliman | 2009-10-14 | 2 | -10/+5 | |
| | | | | | | | | | | | | * Minor formatting cleanup | |||||
| * | | Merge branch 'htb-throttle' of ssh://opensimulator.org/var/git/opensim into ↵ | John Hurliman | 2009-10-14 | 18 | -129/+610 | |
| |\ \ | | | | | | | | | | | | | htb-throttle | |||||
| | * \ | Merge branch 'master' into htb-throttle | Melanie | 2009-10-14 | 18 | -129/+610 | |
| | |\ \ | | | |/ | ||||||
| | | * | Set the estate owner to be the master avatar if it's not set. | Melanie | 2009-10-14 | 1 | -0/+6 | |
| | | | | ||||||
| | | * | * Fixes some prim crossings on megaregions with regions beyond the 512m mark | Teravus Ovares (Dan Olivares) | 2009-10-13 | 2 | -25/+99 | |
| | | | | | | | | | | | | | | | | * There's a slight chance that this could cause a problem with regular prim crossings.. but hopefully not. Revert if it does. | |||||
| | | * | Better handling of missing assets. | Diva Canto | 2009-10-13 | 1 | -9/+16 | |
| | | | | ||||||
| | | * | Better handling of missing assets. | Diva Canto | 2009-10-12 | 1 | -9/+23 | |
| | | | | ||||||
| | | * | Stop the recurring texture requests for textures that truly don't exist. | Diva Canto | 2009-10-12 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Added this one file for the previous commit to work. | Diva Canto | 2009-10-12 | 1 | -0/+37 | |
| | | | | ||||||
| | | * | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2009-10-12 | 11 | -62/+162 | |
| | | | | | | | | | | | | | | | | | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid | |||||
| | | * | 0004246: [Patch] FlotsamAssetCache deep scan & cache | Melanie | 2009-10-12 | 2 | -37/+277 | |
| | | | | | | | | | | | | | | | | Thank you, mcortez. | |||||
| | | * | Stop null values from being returned on database queries | Melanie | 2009-10-12 | 1 | -1/+4 | |
| | | | |