| Commit message (Expand) | Author | Files | Lines |
2009-02-08 | * Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot... | diva | 1 | -2/+2 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -17/+10 |
2009-01-21 | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 1 | -5/+8 |
2009-01-21 | * minor: move connection success log message so that it doesn't get printed a... | Justin Clarke Casey | 1 | -1/+1 |
2009-01-19 | * minor: Just some minor log elaboration to reveal in the logs where a telepo... | Justin Clarke Casey | 1 | -2/+9 |
2009-01-18 | Getting rid of the CheckRegion call during TPs. This seems to be not just use... | diva | 1 | -12/+1 |
2009-01-16 | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 1 | -2/+2 |
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 1 | -1/+1 |
2009-01-14 | * minor: Change around more debugging messages | Justin Clarke Casey | 1 | -3/+3 |
2009-01-06 | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 1 | -2/+0 |
2009-01-06 | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... | Justin Clarke Casey | 1 | -4/+3 |
2009-01-06 | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 1 | -4/+6 |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -2/+3 |
2009-01-03 | Another interregion comms change that will not work well with previous versio... | diva | 1 | -2/+4 |
2009-01-03 | Split agent updates into two messages: full update and position+camera update... | diva | 1 | -4/+4 |
2009-01-01 | Major changes in interregion communications. This breaks compatibility with o... | diva | 1 | -32/+74 |
2008-12-31 | Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ... | diva | 1 | -15/+25 |
2008-12-29 | Final part for implementing SendChildAgentDataUpdate with modules. This is th... | diva | 1 | -11/+18 |
2008-12-22 | Fix for attachment crossing on TPs. Now that we're letting the viewer have co... | diva | 1 | -6/+8 |
2008-12-22 | This commit is a major change on the TP process. Several things were wrong an... | diva | 1 | -53/+71 |
2008-12-21 | Slowing TPs down a bit further. | diva | 1 | -4/+4 |
2008-12-20 | Slowing things down even more on TPs, to see if that helps the European folks... | diva | 1 | -2/+5 |
2008-12-20 | This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som... | diva | 1 | -6/+18 |
2008-12-20 | Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ... | diva | 1 | -1/+5 |
2008-12-18 | Removing a check in Teleports. This check should be there, I think, but it ma... | diva | 1 | -20/+22 |
2008-12-17 | * minor: Comment out "Informing neighbours" debug message that pops up whenev... | Justin Clarke Casey | 1 | -1/+1 |
2008-12-17 | * remove mono compiler warnings | Justin Clarke Casey | 1 | -17/+17 |
2008-12-15 | Bug fix in new child agents management. Thanks DigiDaz for helping identify t... | diva | 1 | -57/+74 |
2008-12-14 | Mantis#2725. Thank you kindly, Diva, for a patch that: | Charles Krinke | 1 | -66/+200 |
2008-12-10 | Applying diva's revert patch. Reverts closing child agents and makes | Melanie Thielker | 1 | -15/+4 |
2008-12-03 | Remove the bandaid (fast rip) | Melanie Thielker | 1 | -9/+9 |
2008-12-03 | Apply Diva's bandaid to OpenSim's scraped knee. | Melanie Thielker | 1 | -9/+9 |
2008-12-01 | * minor: remove 2 mono compiler warnings | Justin Clarke Casey | 1 | -1/+1 |
2008-11-30 | Mantis #2584 (again) | Melanie Thielker | 1 | -10/+17 |
2008-11-29 | Mantis #2584 | Melanie Thielker | 1 | -1/+18 |
2008-11-21 | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 1 | -1/+1 |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -4/+4 |
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -4/+4 |
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 1 | -4/+4 |
2008-11-14 | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-12 | * Stop the pointless passing of a scene's own region handler back to it in re... | Justin Clarke Casey | 1 | -20/+19 |
2008-11-07 | Change teleport timings | Melanie Thielker | 1 | -2/+2 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -3/+4 |
2008-11-03 | On TP, child-agents weren't closed down properly, as the list of child-regions | Homer Horwitz | 1 | -0/+4 |
2008-10-31 | * test: Add basic scene test which merely instantiates the scene right now | Justin Clarke Casey | 1 | -10/+3 |
2008-10-27 | Experimental patch (suggested by diva) to kill off WP teleport ghosts. | Melanie Thielker | 1 | -0/+1 |
2008-10-11 | Implement the hook needed for the CanTeleport check | Melanie Thielker | 1 | -0/+3 |
2008-10-05 | * Fixes the last snag with the EventQueue. The situation where the seedcap g... | Teravus Ovares | 1 | -1/+3 |
2008-10-04 | Added immediate TP failure message for TPs to regions that aren't there, | Homer Horwitz | 1 | -0/+19 |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 1 | -1/+5 |