aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-192-7/+8
* Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker2009-02-191-1/+3
* Make in-code provisions for the tests. Tests would fail because the Melanie Thielker2009-02-181-1/+14
* Fix the windows sharing violations on script crossingsMelanie Thielker2009-02-181-13/+46
* Stops animations on Teleports, to conform with what the viewer does.diva2009-02-183-0/+11
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-86/+96
* Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2009-02-182-2/+18
* * minor: comment out a few more [de]serialization sog timing messagesJustin Clarke Casey2009-02-181-3/+3
* * Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2009-02-181-0/+259
* Adds support for preserving animations on region crossings and TPs. diva2009-02-185-18/+589
* Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh...diva2009-02-171-6/+4
* Fix a typo. i + i is not 2 times meMelanie Thielker2009-02-171-1/+1
* Re-fixing the fix :/Melanie Thielker2009-02-171-1/+1
* One-liner to fix an omissionMelanie Thielker2009-02-171-0/+1
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-173-22/+35
* Small change on dealing with ODE physics, so that this warning doesn't happen...diva2009-02-171-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-45/+45
* Major change to how appearance is managed, including changes in login and use...diva2009-02-172-28/+87
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-169-30/+24
* More guards around SetHeight.diva2009-02-151-2/+3
* Fix exception when standing up.idb2009-02-151-1/+1
* Guarding the new call to SetHeight in MakeRoot, so that ODE doesn't complain ...diva2009-02-151-1/+1
* Moving SendInitialData sort of back to where it was before, so that it doesn'...diva2009-02-151-4/+5
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-153-30/+35
* This hopefully fixes a long-standing annoying behavior related to neighbour r...diva2009-02-141-1/+6
* Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva2009-02-142-5/+16
* * Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey2009-02-132-13/+11
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-132-40/+0
* * Quieten down log messages from the Friends moduleJustin Clarke Casey2009-02-131-1/+0
* * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModuleJustin Clarke Casey2009-02-131-56/+4
* * Remove old Scene.CreateTerrainTexture code that is now handled by the world...Justin Clarke Casey2009-02-131-392/+5
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-53/+1
* Commented the tests for region crossings for now -- they need to be substanti...diva2009-02-131-2/+4
* And finally... region crossings entirely over RESTComms/LocalComms. No more r...diva2009-02-131-54/+66
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-133-11/+7
* Bug fix in prim crossing: making it clear when the local object needs to be c...diva2009-02-131-1/+1
* Fixes a bug in the ScenePresence test itself.diva2009-02-121-1/+1
* Makes region crossings asynchronous. Moved the bulk of the original code out ...diva2009-02-124-134/+219
* * Remove some pointless CachedUserInfo != null tests since these are already ...Justin Clarke Casey2009-02-121-134/+133
* * refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey2009-02-122-7/+14
* * optimized usings.lbsa712009-02-1211-65/+31
* Sending this to Justin, so that he can see what's wrong with the StandaloneTe...diva2009-02-122-12/+22
* Enforce estate bans on Teleports.diva2009-02-111-1/+27
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-02-112-3/+3
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-2/+15
* Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva2009-02-103-38/+39
* * minor: Remove SOG XML2 serialization log messages for nowJustin Clarke Casey2009-02-101-3/+2
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-108-9/+5
* Commented out a problematic test that needs more careful revision.diva2009-02-101-1/+2
* Fixes a failed unit test on ScenePresences tests. That test unit needs some f...diva2009-02-091-1/+2