| Commit message (Expand) | Author | Files | Lines |
2011-03-26 | When an object is duplicated, add it to the full/local id SOG indexes as well... | Justin Clark-Casey (justincc) | 1 | -1/+29 |
2011-03-26 | Make SceneGraph.ForEachSOG() execute once for each SOG, not once for each pri... | Justin Clark-Casey (justincc) | 1 | -5/+25 |
2011-03-26 | refactor: rename SOG collections in SceneGraph to make it clearer that they a... | Justin Clark-Casey (justincc) | 1 | -30/+30 |
2011-03-25 | Add ILandObject.IPrimCounts for the new prim count module. | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2011-03-23 | Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list... | Justin Clark-Casey (justincc) | 2 | -3/+45 |
2011-03-22 | Add an initial confidence-building TestAddObject() for prim counts. | Justin Clark-Casey (justincc) | 1 | -6/+7 |
2011-03-21 | On initial setup, include estate and regions names in questions to make it cl... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-03-21 | minor: slightly adjust previous method doc. | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2011-03-21 | add method doc to IEstateDataService and IEstateDataStore interfaces | Justin Clark-Casey (justincc) | 2 | -2/+90 |
2011-03-21 | On initial region registration, if the user chooses the option to make the re... | Justin Clark-Casey (justincc) | 2 | -0/+28 |
2011-03-10 | For objects loaded from an IAR, make sure the CreatorID points towards the OS... | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 12 | -12/+0 |
2011-02-27 | Fix a few little things | Melanie | 1 | -0/+2 |
2011-02-25 | change some log messages from info to debug | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2011-02-24 | Fix bug where avatars in other regions would not always show up on the mini-map | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2011-02-22 | Parameterizes the view distance used to compute and manage | Mic Bowman | 2 | -5/+28 |
2011-02-19 | Remove test T020_TestMakeRootAgent() which hasn't been active for ages anyway | Justin Clark-Casey (justincc) | 1 | -19/+0 |
2011-02-18 | Put some CapabilitiesModule null checks in Scene | Justin Clark-Casey (justincc) | 1 | -4/+11 |
2011-02-18 | If GridService.GetNeighbours() could not find the region then log a warning r... | Justin Clark-Casey (justincc) | 1 | -2/+5 |
2011-02-18 | extend TestChildAgentEstablished() test slightly to put in EntityTransferModu... | Justin Clark-Casey (justincc) | 2 | -3/+12 |
2011-02-18 | On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for... | Justin Clark-Casey (justincc) | 1 | -19/+41 |
2011-02-18 | remove another unused test teardown method | Justin Clark-Casey (justincc) | 1 | -6/+0 |
2011-02-18 | remove unused test teardown method | Justin Clark-Casey (justincc) | 1 | -8/+2 |
2011-02-18 | separate attachment tests out into their own class | Justin Clark-Casey (justincc) | 2 | -50/+180 |
2011-02-18 | Add very basic test which invokes the scene update loop once and checks the f... | Justin Clark-Casey (justincc) | 3 | -157/+224 |
2011-02-18 | minor: add method doc to a few ScenePresence methods | Justin Clark-Casey (justincc) | 1 | -2/+13 |
2011-02-18 | Stop the avatar sometimes pausing for more than a second on the border when r... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2011-02-17 | Add support for new naming syntax of linked regions to osTeleportAgent and os... | Marck | 1 | -3/+3 |
2011-02-16 | Change the QUERYACCESS method to eliminate spurious access denied messages | Melanie | 1 | -1/+2 |
2011-02-13 | Set filter to send proper rotations for root part | BlueWall | 1 | -1/+1 |
2011-02-12 | Hack in a crude temporary "estate show" command | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-02-08 | Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen... | Diva Canto | 1 | -0/+2 |
2011-02-06 | New command: show pending-objects | Diva Canto | 2 | -0/+9 |
2011-02-04 | Send object date to viewer in microseconds (Fixes mantis bug #3990) | Kevin Cozens | 1 | -1/+2 |
2011-02-03 | Change UpdateAgent (for changes in agent position) to be sent | Mic Bowman | 1 | -21/+22 |
2011-01-29 | Create the structure of classes and interfaces to replace the cruft that | Melanie | 1 | -0/+2 |
2011-01-28 | Add the prim count interfaces | Melanie | 1 | -0/+53 |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 1 | -1/+1 |
2011-01-28 | Fix bumping into sim borders and check estate bans for walking crossings | Melanie | 3 | -14/+43 |
2011-01-28 | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 1 | -0/+1 |
2011-01-27 | When an oar is loaded, do not create a default parcel before loading the parc... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2011-01-27 | Fix OAR parcel loading so that old parcels are replaced by the new instead of... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2011-01-27 | Make it work | Melanie | 1 | -4/+6 |
2011-01-27 | Add a TeleportFlags member to SP so we can tell how we got there. | Melanie | 2 | -0/+15 |
2011-01-26 | Remove the RestorePresences functions (which don't seem to be doing | Mic Bowman | 2 | -69/+12 |
2011-01-26 | Add some comments on ILandObject.StartPoint and EndPoint | Justin Clark-Casey (justincc) | 1 | -0/+10 |
2011-01-26 | Implement command "land show". This shows all the parcels on the currently s... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2011-01-24 | Fix script data not being reset as it should be | Melanie | 1 | -0/+4 |
2011-01-17 | Removed the call to sceneViewer.Reset upon MakeRoot and ChildAgentUpdate, bec... | Diva Canto | 1 | -8/+0 |
2011-01-18 | minor: resolve some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -2/+2 |