| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModule | Justin Clarke Casey | 2009-02-13 | 1 | -56/+4 |
* | * Remove old Scene.CreateTerrainTexture code that is now handled by the world... | Justin Clarke Casey | 2009-02-13 | 1 | -392/+5 |
* | * refactor: Move export map function to world map module from scene | Justin Clarke Casey | 2009-02-13 | 1 | -53/+1 |
* | Commented the tests for region crossings for now -- they need to be substanti... | diva | 2009-02-13 | 1 | -2/+4 |
* | And finally... region crossings entirely over RESTComms/LocalComms. No more r... | diva | 2009-02-13 | 1 | -54/+66 |
* | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2009-02-13 | 4 | -11/+34 |
* | Bug fix in prim crossing: making it clear when the local object needs to be c... | diva | 2009-02-13 | 2 | -2/+2 |
* | Fixes a bug in the ScenePresence test itself. | diva | 2009-02-12 | 1 | -1/+1 |
* | Makes region crossings asynchronous. Moved the bulk of the original code out ... | diva | 2009-02-12 | 4 | -134/+219 |
* | large scale fix for svn props after "the great refactor" | Sean Dague | 2009-02-12 | 1 | -2/+2 |
* | * Remove some pointless CachedUserInfo != null tests since these are already ... | Justin Clarke Casey | 2009-02-12 | 1 | -134/+133 |
* | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 2009-02-12 | 2 | -7/+14 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 34 | -108/+38 |
* | Sending this to Justin, so that he can see what's wrong with the StandaloneTe... | diva | 2009-02-12 | 2 | -12/+22 |
* | Enforce estate bans on Teleports. | diva | 2009-02-11 | 1 | -1/+27 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-02-11 | 2 | -3/+3 |
* | * Refactor inventory archive code to allow direct invocation in order to supp... | Justin Clarke Casey | 2009-02-11 | 1 | -0/+52 |
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -2/+15 |
* | Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe... | diva | 2009-02-10 | 3 | -38/+39 |
* | * minor: Remove SOG XML2 serialization log messages for now | Justin Clarke Casey | 2009-02-10 | 1 | -3/+2 |
* | * Implement merging of oars in code | Justin Clarke Casey | 2009-02-10 | 1 | -2/+28 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 10 | -12/+5 |
* | Commented out a problematic test that needs more careful revision. | diva | 2009-02-10 | 1 | -1/+2 |
* | Fixes a failed unit test on ScenePresences tests. That test unit needs some f... | diva | 2009-02-09 | 1 | -1/+2 |
* | Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms.... | diva | 2009-02-09 | 7 | -102/+264 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 4 | -5/+5 |
* | a last set of files that seem to have embedded ^M in them | Sean Dague | 2009-02-09 | 3 | -203/+203 |
* | * Once again, fixing linked prim collisions by putting AbsolutePosition = Abs... | Teravus Ovares | 2009-02-08 | 1 | -1/+23 |
* | * Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot... | diva | 2009-02-08 | 2 | -6/+7 |
* | Bug fix related to the filling out the remoting port in RegionInfo. It still ... | diva | 2009-02-07 | 1 | -1/+1 |
* | Adds support for HG linking to specific regions within an instance. The forma... | diva | 2009-02-07 | 1 | -0/+192 |
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 3 | -4/+23 |
* | * reinstate OpenSim/Region/Framework/Scenes/Tests | Justin Clarke Casey | 2009-02-06 | 3 | -4/+3 |
* | * Make the module loader display which module failed if there was a loading p... | Justin Clarke Casey | 2009-02-06 | 1 | -2/+6 |
* | * Implement help <command> from the region console | Justin Clarke Casey | 2009-02-06 | 2 | -4/+54 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 83 | -0/+33304 |