aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames3-11/+7
2009-02-13Bug fix in prim crossing: making it clear when the local object needs to be c...diva1-1/+1
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-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.lbsa7111-65/+31
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
2009-02-11* minor: remove some mono compiler warningsJustin Clarke Casey2-3/+3
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-2/+15
2009-02-10Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva3-38/+39
2009-02-10* minor: Remove SOG XML2 serialization log messages for nowJustin Clarke Casey1-3/+2
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield8-9/+5
2009-02-10Commented out a problematic test that needs more careful revision.diva1-1/+2
2009-02-09Fixes a failed unit test on ScenePresences tests. That test unit needs some f...diva1-1/+2
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva5-102/+245
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague4-5/+5
2009-02-09a last set of files that seem to have embedded ^M in themSean Dague3-203/+203
2009-02-08* Once again, fixing linked prim collisions by putting AbsolutePosition = Abs...Teravus Ovares1-1/+23
2009-02-08* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot...diva2-6/+7
2009-02-07Bug fix related to the filling out the remoting port in RegionInfo. It still ...diva1-1/+1
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva1-0/+192
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2-4/+22
2009-02-06* reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey3-4/+3
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey1-4/+47
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield42-0/+30531