Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * More friendly OpenJpeg error handling. | Teravus Ovares | 2009-01-21 | 5 | -36/+105 | |
| | | | | | | * Often times now the only reason OpenJpeg doesn't work is because it requires Glibc 2.4 The error messages reflect that. * In J2kDecoder module, It stops trying to decode modules if it encounters a dllnotfound exception and instead sends a full resolution layer that causes the texture sender to only send the full resolution image. (big decrease in texture download speed, but it's better then nasty repeating error messages) | |||||
* | * minor: A few comments. A bit of cleanup. | Teravus Ovares | 2009-01-20 | 1 | -4/+9 | |
| | ||||||
* | Very minor: added a missing {0} in a couple of Error messages. | diva | 2009-01-20 | 1 | -2/+2 | |
| | ||||||
* | Correct energy calculation to include the mass of the object. | idb | 2009-01-19 | 1 | -1/+1 | |
| | | | | | Fixes Mantis #3006 | |||||
* | * Set SVN Properties | Teravus Ovares | 2009-01-19 | 2 | -255/+255 | |
| | ||||||
* | * minor: Just some minor log elaboration to reveal in the logs where a ↵ | Justin Clarke Casey | 2009-01-19 | 2 | -8/+16 | |
| | | | | teleport is being directed rather than just its position | |||||
* | * Progressive texture patch + PriorityQueue put into the LLClient namespace. | Teravus Ovares | 2009-01-19 | 5 | -110/+359 | |
| | | | | | * Updates LibOMV to r2362 | |||||
* | Moved applying an impulse to a newly rezzed object to minimise the delay ↵ | idb | 2009-01-18 | 1 | -1/+6 | |
| | | | | getting the object moving. | |||||
* | Subscribe to collision events if needed when turning an object to ↵ | idb | 2009-01-18 | 1 | -0/+10 | |
| | | | | | | | non-phantom from phantom. Fixes Mantis #1883 | |||||
* | Added an optional password for the IRC module | Dahlia Trimble | 2009-01-18 | 2 | -1/+13 | |
| | ||||||
* | Getting rid of the CheckRegion call during TPs. This seems to be not just ↵ | diva | 2009-01-18 | 2 | -24/+2 | |
| | | | | useless, but sometimes problematic (mantis #2999). Initial tests indicate that this call is not necessary. Let's see if this stands in the wild. | |||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 8 | -14/+32 | |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | |||||
* | * minor: Future archiver test stub | Justin Clarke Casey | 2009-01-16 | 2 | -1/+45 | |
| | ||||||
* | Minor formatting cleanup, add copyright header. | Jeff Ames | 2009-01-16 | 1 | -3/+3 | |
| | ||||||
* | Eased the locking times of ScenePresences. No locks were removed, just the ↵ | diva | 2009-01-15 | 2 | -27/+43 | |
| | | | | | | | | locking periods changed. * Added an additional lock in GetScenePresences() * Changed ForEachClient to use GetScenePresences() instead of the main ScenePresences dictionary, so that there is no need to lock. | |||||
* | * add file I just missed out, nggggff | Justin Clarke Casey | 2009-01-15 | 1 | -0/+87 | |
| | ||||||
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 6 | -19/+34 | |
| | | | | | | * Does not yet check results. | |||||
* | Added a taint to the sculpt texture callback in an attempt to mitigate ↵ | Dahlia Trimble | 2009-01-15 | 1 | -0/+2 | |
| | | | | Mantis #2908. Thanks Teravus for the suggestions :) | |||||
* | * Adjust log messages so that we don't get a CONNECTION BEGIN for ↵ | Justin Clarke Casey | 2009-01-14 | 1 | -25/+17 | |
| | | | | | | | | notifications that won't actually lead to a client connection (because they are from a neighbouring teleport target that needs to trigger a child seeds adjustment on a child agent that has been kept around) | |||||
* | * Remove absolute position and authentication handler addition for incoming ↵ | Justin Clarke Casey | 2009-01-14 | 1 | -2/+0 | |
| | | | | | | | | 'new user notifications' that have existing scene presences * The position will be reset if the connection turns out to be a root one, and since the client is already authenticated another authentication will not occur anyway | |||||
* | * minor: Change around more debugging messages | Justin Clarke Casey | 2009-01-14 | 6 | -15/+33 | |
| | ||||||
* | * Do some log tweaking to better see incoming connection success (and failure) | Justin Clarke Casey | 2009-01-14 | 1 | -8/+11 | |
| | ||||||
* | * Fix typo which meant that RestComms was never enabled if you explicitly ↵ | Justin Clarke Casey | 2009-01-14 | 1 | -3/+5 | |
| | | | | | | | | | | enabled it * In fact, it would only be activated if there was no [Communications] section at all (which would be the case for most people with existing region setups unless they specifically added it in * This fix means that enabling inter-region rest comms is now the default | |||||
* | Improve parsing of joint parameters for NINJA physics (Mantis #2966). | nlin | 2009-01-14 | 1 | -1/+1 | |
| | | | | | | | | Multiple spaces or leading/trailing spaces when specifying the prims to connect should no longer cause problems. | |||||
* | Easy on locking m_scenePresences in RequestTeleportLocation. With the extra ↵ | diva | 2009-01-14 | 1 | -4/+7 | |
| | | | | locks of SceneGraph ScenePresences introduced in 7982, this was making TPs not close the agent in the departing region due to locking. That locking problem seemed to occur only in Linux/mono -- I suspect a mono bug here. | |||||
* | Change fake parcel ids to allow a Z coordinate. Change TP by lure | Melanie Thielker | 2009-01-13 | 1 | -3/+5 | |
| | | | | | | to also transmit and use a Z coordinate. | |||||
* | * Fix a few caps limiter that were causing problems | Teravus Ovares | 2009-01-13 | 1 | -2/+9 | |
| | | | | | * Added a path for all sessionids to be logged off when a region secret is provided. (helps log-off dead agents). | |||||
* | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 2009-01-13 | 1 | -8/+126 | |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | * minor; Very minor non-functional tidy ups | Justin Clarke Casey | 2009-01-13 | 1 | -1/+0 | |
| | ||||||
* | * Removing set-time command since it doesn't actually do anything at all | Justin Clarke Casey | 2009-01-13 | 2 | -26/+0 | |
| | | | | | | * If this was crucial to someone then it should be reinsertable as a module | |||||
* | * minor: Stop friendship termination crashing the client thread if the ↵ | Justin Clarke Casey | 2009-01-13 | 1 | -0/+4 | |
| | | | | friend to be terminated could not be found | |||||
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | The attached patch adds the automatic granting of PERMISSION_CONTROL_CAMERA on request to a script when an avatar is sitting on the object that the script resides in. It also automatically removes PERMISSION_TAKE_CONTROLS and PERMISSION_CONTROL_CAMERA from the scripts when an avatar stands up. It doesn't remove the other automatically granted permissions but this follows LL server behavior. Removing these two permissions avoids some potential race conditions (accidentally taking control after the avatar has stood up) which may be why LL put them in the first place. | |||||
* | * Separate starting a client thread into a separate Start() method (which ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 | |
| | | | | matches the existing Stop() and Restart() methods) | |||||
* | Cause permissions on root prims to not override folded permissions anymore | Melanie Thielker | 2009-01-12 | 1 | -4/+10 | |
| | | | | | | | Fix propagation of folded permissions from object inventory to agent inventory. | |||||
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup. | |||||
* | Revert progressive texture patch from r8001 until issues can be addressed | Dahlia Trimble | 2009-01-10 | 7 | -371/+264 | |
| | ||||||
* | Thanks jhurliman for a patch that implements progressive texture downloading ↵ | Dahlia Trimble | 2009-01-10 | 7 | -134/+245 | |
| | | | | - Mantis #2655 | |||||
* | Prevent error message from scripted IM | Melanie Thielker | 2009-01-09 | 1 | -0/+6 | |
| | | | | | | Fixes Mantis #2970 | |||||
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+7 | |
| | | | | | | | Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before) | |||||
* | * Establish placeholder for future TextureSender tests | Justin Clarke Casey | 2009-01-08 | 3 | -4/+60 | |
| | ||||||
* | * refactor: move url sending from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 3 | -24/+23 | |
| | ||||||
* | * minor: Remove now unused SendEstateMessage... method in Scene I forgot ↵ | Justin Clarke Casey | 2009-01-08 | 1 | -18/+0 | |
| | | | | from last commit | |||||
* | * refactor: move code to send a dialog to a user from scene to DialogModule | Justin Clarke Casey | 2009-01-08 | 3 | -12/+25 | |
| | ||||||
* | * refactor: move estate dialog to DialogModule | Justin Clarke Casey | 2009-01-08 | 3 | -5/+31 | |
| | | | | | | * This appeared only to be implemented for the region, and doesn't currently seem to work anyway | |||||
* | * refactor: move code for sending a message to all users in a region to the ↵ | Justin Clarke Casey | 2009-01-08 | 4 | -39/+42 | |
| | | | | DialogModule | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-08 | 1 | -0/+1 | |
| | ||||||
* | * refactor: Make some direct IClientAPI calls go through the dialog module ↵ | Justin Clarke Casey | 2009-01-07 | 3 | -10/+36 | |
| | | | | instead | |||||
* | * Move general alert code to DialogModule. | Justin Clarke Casey | 2009-01-07 | 4 | -30/+29 | |
| | | | | | | * Should be a clean build - last failure looked like a mantis hiccup | |||||
* | * minor: Remove mono compiler warnings from WindModule | Justin Clarke Casey | 2009-01-07 | 1 | -1/+2 | |
| | ||||||
* | * refactor: Establish DialogModule, move some alert code from Scene to here | Justin Clarke Casey | 2009-01-07 | 3 | -46/+153 | |
| |