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