| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Commenting out threaded Scene update for the moment. | Adam Frisby | 2009-02-23 | 1 | -2/+3 |
* | * Fix for recent thread patch - IsAlive apparently is not as reliable as Thre... | Adam Frisby | 2009-02-23 | 1 | -1/+2 |
* | * Performance Changes: | Adam Frisby | 2009-02-23 | 2 | -3/+17 |
* | Prevent avatar from walking along z-axis | Mike Mazur | 2009-02-23 | 1 | -1/+19 |
* | A little bit more tweaking with appearance. Now passing both the wearables an... | diva | 2009-02-23 | 2 | -66/+75 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 19 | -89/+100 |
* | * Fixes an assumption whereby Scene assumes that each client is capable of pr... | Adam Frisby | 2009-02-22 | 1 | -0/+8 |
* | Addresses some issues with appearance after TPs. Appearance.Owner was not bei... | diva | 2009-02-22 | 2 | -5/+9 |
* | * Renamed and encapsulated m_sceneGraph as SceneGraph for ccc | lbsa71 | 2009-02-20 | 2 | -4/+13 |
* | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 2009-02-20 | 3 | -17/+30 |
* | Revert previous commit | Melanie Thielker | 2009-02-20 | 1 | -6/+1 |
* | Committing interface and stubs for IM interception | Melanie Thielker | 2009-02-20 | 1 | -1/+6 |
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2009-02-20 | 2 | -44/+0 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-20 | 2 | -507/+506 |
* | This moves the 2 friends-related interregion messages out of OGS1 and into th... | diva | 2009-02-20 | 1 | -10/+0 |
* | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it... | Justin Clarke Casey | 2009-02-19 | 1 | -4/+4 |
* | reverted last revision, until we decide how to handle capturing IM's | MW | 2009-02-19 | 1 | -4/+1 |
* | Added a event to IMessageTransferModule (and MessageTransferModule) so that o... | MW | 2009-02-19 | 1 | -0/+3 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 2 | -7/+8 |
* | Fix region crossing for unscripted prims, avoid costly SEH | Melanie Thielker | 2009-02-19 | 1 | -1/+3 |
* | Make in-code provisions for the tests. Tests would fail because the | Melanie Thielker | 2009-02-18 | 1 | -1/+14 |
* | Fix the windows sharing violations on script crossings | Melanie Thielker | 2009-02-18 | 1 | -13/+46 |
* | Stops animations on Teleports, to conform with what the viewer does. | diva | 2009-02-18 | 3 | -0/+11 |
* | * Change AssetGatherer method access so that only methods which are worth cal... | Justin Clarke Casey | 2009-02-18 | 1 | -86/+96 |
* | Fixes height on Basic Physics in local teleports. Plus some small refactoring. | diva | 2009-02-18 | 2 | -2/+18 |
* | * minor: comment out a few more [de]serialization sog timing messages | Justin Clarke Casey | 2009-02-18 | 1 | -3/+3 |
* | * Move asset gathering code from oar module to OpenSim.Region.Framework since... | Justin Clarke Casey | 2009-02-18 | 1 | -0/+259 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-02-18 | 1 | -0/+4 |
* | Adds support for preserving animations on region crossings and TPs. | diva | 2009-02-18 | 6 | -18/+590 |
* | Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh... | diva | 2009-02-17 | 1 | -6/+4 |
* | Fix a typo. i + i is not 2 times me | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | Re-fixing the fix :/ | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | One-liner to fix an omission | Melanie Thielker | 2009-02-17 | 1 | -0/+1 |
* | * Establish InventoryArchiveSaved event for unit tests | Justin Clarke Casey | 2009-02-17 | 1 | -2/+20 |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 3 | -22/+35 |
* | Small change on dealing with ODE physics, so that this warning doesn't happen... | diva | 2009-02-17 | 1 | -1/+1 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 3 | -45/+45 |
* | Major change to how appearance is managed, including changes in login and use... | diva | 2009-02-17 | 2 | -28/+87 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 9 | -30/+24 |
* | More guards around SetHeight. | diva | 2009-02-15 | 1 | -2/+3 |
* | Fix exception when standing up. | idb | 2009-02-15 | 1 | -1/+1 |
* | Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ... | diva | 2009-02-15 | 1 | -1/+1 |
* | Moving SendInitialData sort of back to where it was before, so that it doesn'... | diva | 2009-02-15 | 1 | -4/+5 |
* | This started as way to correct Mantis #3158, which I believe should be fixed ... | diva | 2009-02-15 | 3 | -30/+35 |
* | This hopefully fixes a long-standing annoying behavior related to neighbour r... | diva | 2009-02-14 | 1 | -1/+6 |
* | Moved RegionUp to REST/LocalComms. The original functionality has been entire... | diva | 2009-02-14 | 3 | -6/+38 |
* | * Change static field "initialized" in RestInterregionComms to an instance field | Justin Clarke Casey | 2009-02-13 | 2 | -13/+11 |
* | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 2009-02-13 | 2 | -40/+0 |
* | * Quieten down log messages from the Friends module | Justin Clarke Casey | 2009-02-13 | 1 | -1/+0 |
* | * add file missing from last commit | Justin Clarke Casey | 2009-02-13 | 1 | -0/+34 |