aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-19* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey1-4/+4
2009-02-19reverted last revision, until we decide how to handle capturing IM'sMW1-4/+1
2009-02-19Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW1-0/+3
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2-7/+8
2009-02-19Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker1-1/+3
2009-02-18Make in-code provisions for the tests. Tests would fail because the Melanie Thielker1-1/+14
2009-02-18Fix the windows sharing violations on script crossingsMelanie Thielker1-13/+46
2009-02-18Stops animations on Teleports, to conform with what the viewer does.diva3-0/+11
2009-02-18* Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey1-86/+96
2009-02-18Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2-2/+18
2009-02-18* minor: comment out a few more [de]serialization sog timing messagesJustin Clarke Casey1-3/+3
2009-02-18* Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey1-0/+259
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+4
2009-02-18Adds support for preserving animations on region crossings and TPs. diva6-18/+590
2009-02-17Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh...diva1-6/+4
2009-02-17Fix a typo. i + i is not 2 times meMelanie Thielker1-1/+1
2009-02-17Re-fixing the fix :/Melanie Thielker1-1/+1
2009-02-17One-liner to fix an omissionMelanie Thielker1-0/+1
2009-02-17* Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey1-2/+20
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker3-22/+35
2009-02-17Small change on dealing with ODE physics, so that this warning doesn't happen...diva1-1/+1
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur3-45/+45
2009-02-17Major change to how appearance is managed, including changes in login and use...diva2-28/+87
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey9-30/+24
2009-02-15More guards around SetHeight.diva1-2/+3
2009-02-15Fix exception when standing up.idb1-1/+1
2009-02-15Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ...diva1-1/+1
2009-02-15Moving SendInitialData sort of back to where it was before, so that it doesn'...diva1-4/+5
2009-02-15This started as way to correct Mantis #3158, which I believe should be fixed ...diva3-30/+35
2009-02-14This hopefully fixes a long-standing annoying behavior related to neighbour r...diva1-1/+6
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva3-6/+38
2009-02-13* Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey2-13/+11
2009-02-13* refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2-40/+0
2009-02-13* Quieten down log messages from the Friends moduleJustin Clarke Casey1-1/+0
2009-02-13* add file missing from last commitJustin Clarke Casey1-0/+34
2009-02-13* refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModuleJustin Clarke Casey1-56/+4
2009-02-13* Remove old Scene.CreateTerrainTexture code that is now handled by the world...Justin Clarke Casey1-392/+5
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-53/+1
2009-02-13Commented the tests for region crossings for now -- they need to be substanti...diva1-2/+4
2009-02-13And finally... region crossings entirely over RESTComms/LocalComms. No more r...diva1-54/+66
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames4-11/+34
2009-02-13Bug fix in prim crossing: making it clear when the local object needs to be c...diva2-2/+2
2009-02-12Fixes a bug in the ScenePresence test itself.diva1-1/+1
2009-02-12Makes region crossings asynchronous. Moved the bulk of the original code out ...diva4-134/+219
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-2/+2
2009-02-12* Remove some pointless CachedUserInfo != null tests since these are already ...Justin Clarke Casey1-134/+133
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2-7/+14
2009-02-12* optimized usings.lbsa7134-108/+38
2009-02-12Sending this to Justin, so that he can see what's wrong with the StandaloneTe...diva2-12/+22
2009-02-11Enforce estate bans on Teleports.diva1-1/+27