| Commit message (Expand) | Author | Files | Lines |
2009-02-20 | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2 | -44/+0 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2 | -507/+506 |
2009-02-20 | This moves the 2 friends-related interregion messages out of OGS1 and into th... | diva | 1 | -10/+0 |
2009-02-19 | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it... | Justin Clarke Casey | 1 | -4/+4 |
2009-02-19 | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2 | -7/+8 |
2009-02-19 | Fix region crossing for unscripted prims, avoid costly SEH | Melanie Thielker | 1 | -1/+3 |
2009-02-18 | Make in-code provisions for the tests. Tests would fail because the | Melanie Thielker | 1 | -1/+14 |
2009-02-18 | Fix the windows sharing violations on script crossings | Melanie Thielker | 1 | -13/+46 |
2009-02-18 | Stops animations on Teleports, to conform with what the viewer does. | diva | 3 | -0/+11 |
2009-02-18 | * Change AssetGatherer method access so that only methods which are worth cal... | Justin Clarke Casey | 1 | -86/+96 |
2009-02-18 | Fixes height on Basic Physics in local teleports. Plus some small refactoring. | diva | 2 | -2/+18 |
2009-02-18 | * minor: comment out a few more [de]serialization sog timing messages | Justin Clarke Casey | 1 | -3/+3 |
2009-02-18 | * Move asset gathering code from oar module to OpenSim.Region.Framework since... | Justin Clarke Casey | 1 | -0/+259 |
2009-02-18 | Adds support for preserving animations on region crossings and TPs. | diva | 5 | -18/+589 |
2009-02-17 | Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh... | diva | 1 | -6/+4 |
2009-02-17 | Fix a typo. i + i is not 2 times me | Melanie Thielker | 1 | -1/+1 |
2009-02-17 | Re-fixing the fix :/ | Melanie Thielker | 1 | -1/+1 |
2009-02-17 | One-liner to fix an omission | Melanie Thielker | 1 | -0/+1 |
2009-02-17 | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 3 | -22/+35 |
2009-02-17 | Small change on dealing with ODE physics, so that this warning doesn't happen... | diva | 1 | -1/+1 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 3 | -45/+45 |
2009-02-17 | Major change to how appearance is managed, including changes in login and use... | diva | 2 | -28/+87 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 9 | -30/+24 |
2009-02-15 | More guards around SetHeight. | diva | 1 | -2/+3 |
2009-02-15 | Fix exception when standing up. | idb | 1 | -1/+1 |
2009-02-15 | Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ... | diva | 1 | -1/+1 |
2009-02-15 | Moving SendInitialData sort of back to where it was before, so that it doesn'... | diva | 1 | -4/+5 |
2009-02-15 | This started as way to correct Mantis #3158, which I believe should be fixed ... | diva | 3 | -30/+35 |
2009-02-14 | This hopefully fixes a long-standing annoying behavior related to neighbour r... | diva | 1 | -1/+6 |
2009-02-14 | Moved RegionUp to REST/LocalComms. The original functionality has been entire... | diva | 2 | -5/+16 |
2009-02-13 | * Change static field "initialized" in RestInterregionComms to an instance field | Justin Clarke Casey | 2 | -13/+11 |
2009-02-13 | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 2 | -40/+0 |
2009-02-13 | * Quieten down log messages from the Friends module | Justin Clarke Casey | 1 | -1/+0 |
2009-02-13 | * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModule | Justin Clarke Casey | 1 | -56/+4 |
2009-02-13 | * Remove old Scene.CreateTerrainTexture code that is now handled by the world... | Justin Clarke Casey | 1 | -392/+5 |
2009-02-13 | * refactor: Move export map function to world map module from scene | Justin Clarke Casey | 1 | -53/+1 |
2009-02-13 | Commented the tests for region crossings for now -- they need to be substanti... | diva | 1 | -2/+4 |
2009-02-13 | And finally... region crossings entirely over RESTComms/LocalComms. No more r... | diva | 1 | -54/+66 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 3 | -11/+7 |
2009-02-13 | Bug fix in prim crossing: making it clear when the local object needs to be c... | diva | 1 | -1/+1 |
2009-02-12 | Fixes a bug in the ScenePresence test itself. | diva | 1 | -1/+1 |
2009-02-12 | Makes region crossings asynchronous. Moved the bulk of the original code out ... | diva | 4 | -134/+219 |
2009-02-12 | * Remove some pointless CachedUserInfo != null tests since these are already ... | Justin Clarke Casey | 1 | -134/+133 |
2009-02-12 | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 2 | -7/+14 |
2009-02-12 | * optimized usings. | lbsa71 | 11 | -65/+31 |
2009-02-12 | Sending this to Justin, so that he can see what's wrong with the StandaloneTe... | diva | 2 | -12/+22 |
2009-02-11 | Enforce estate bans on Teleports. | diva | 1 | -1/+27 |
2009-02-11 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2 | -3/+3 |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 1 | -2/+15 |
2009-02-10 | Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe... | diva | 3 | -38/+39 |