| Commit message (Expand) | Author | Age | Files | Lines |
* | Change some text to make the autoreturn mechanism more obvious, and align wit... | Justin Clark-Casey (justincc) | 2011-04-05 | 2 | -3/+8 |
* | remove now unused individual LandData prim counts. | Justin Clark-Casey (justincc) | 2011-04-05 | 1 | -14/+0 |
* | Make the "All Estates" option work from the client (this makes chosen changes... | Justin Clark-Casey (justincc) | 2011-04-05 | 2 | -0/+12 |
* | Implement taking of coalesced objects. | Melanie | 2011-04-03 | 2 | -2/+11 |
* | Make CHANGED_OWNER work for deeding and god-mode in-world change | Melanie | 2011-04-03 | 1 | -0/+4 |
* | A stab at making CHANGED_OWNER work | Melanie | 2011-04-01 | 1 | -5/+5 |
* | Remove unused Datastore parameter from RegionInfo (legacy from early 2008) | Justin Clark-Casey (justincc) | 2011-03-31 | 2 | -3/+0 |
* | When an object is duplicated, add the dupe to the uuid/local id indexes as we... | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -1/+29 |
* | Merge branch 'master' into primcounts | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -28/+48 |
|\ |
|
| * | Make SceneGraph.ForEachSOG() execute once for each SOG, not once for each pri... | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -5/+25 |
| * | refactor: rename SOG collections in SceneGraph to make it clearer that they a... | Justin Clark-Casey (justincc) | 2011-03-26 | 1 | -30/+30 |
* | | Start using IPrimCounts populated by PrimCountModule instead of LandData coun... | Justin Clark-Casey (justincc) | 2011-03-25 | 3 | -223/+1 |
|/ |
|
* | Add ILandObject.IPrimCounts for the new prim count module. | Justin Clark-Casey (justincc) | 2011-03-25 | 1 | -0/+5 |
* | Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list... | Justin Clark-Casey (justincc) | 2011-03-23 | 2 | -3/+45 |
* | Add an initial confidence-building TestAddObject() for prim counts. | Justin Clark-Casey (justincc) | 2011-03-22 | 1 | -6/+7 |
* | On initial setup, include estate and regions names in questions to make it cl... | Justin Clark-Casey (justincc) | 2011-03-21 | 1 | -1/+1 |
* | minor: slightly adjust previous method doc. | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -2/+2 |
* | add method doc to IEstateDataService and IEstateDataStore interfaces | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -2/+90 |
* | On initial region registration, if the user chooses the option to make the re... | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -0/+28 |
* | For objects loaded from an IAR, make sure the CreatorID points towards the OS... | Justin Clark-Casey (justincc) | 2011-03-10 | 1 | -2/+6 |
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 12 | -12/+0 |
* | Fix a few little things | Melanie | 2011-02-27 | 1 | -0/+2 |
* | change some log messages from info to debug | Justin Clark-Casey (justincc) | 2011-02-25 | 2 | -2/+2 |
* | Fix bug where avatars in other regions would not always show up on the mini-map | Justin Clark-Casey (justincc) | 2011-02-24 | 1 | -1/+2 |
* | Parameterizes the view distance used to compute and manage | Mic Bowman | 2011-02-22 | 2 | -5/+28 |
* | Remove test T020_TestMakeRootAgent() which hasn't been active for ages anyway | Justin Clark-Casey (justincc) | 2011-02-19 | 1 | -19/+0 |
* | Put some CapabilitiesModule null checks in Scene | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -4/+11 |
* | If GridService.GetNeighbours() could not find the region then log a warning r... | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -2/+5 |
* | extend TestChildAgentEstablished() test slightly to put in EntityTransferModu... | Justin Clark-Casey (justincc) | 2011-02-18 | 2 | -3/+12 |
* | On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for... | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -19/+41 |
* | remove another unused test teardown method | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -6/+0 |
* | remove unused test teardown method | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -8/+2 |
* | separate attachment tests out into their own class | Justin Clark-Casey (justincc) | 2011-02-18 | 2 | -50/+180 |
* | Add very basic test which invokes the scene update loop once and checks the f... | Justin Clark-Casey (justincc) | 2011-02-18 | 3 | -157/+224 |
* | minor: add method doc to a few ScenePresence methods | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -2/+13 |
* | Stop the avatar sometimes pausing for more than a second on the border when r... | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -0/+7 |
* | Add support for new naming syntax of linked regions to osTeleportAgent and os... | Marck | 2011-02-17 | 1 | -3/+3 |
* | Change the QUERYACCESS method to eliminate spurious access denied messages | Melanie | 2011-02-16 | 1 | -1/+2 |
* | Set filter to send proper rotations for root part | BlueWall | 2011-02-13 | 1 | -1/+1 |
* | Hack in a crude temporary "estate show" command | Justin Clark-Casey (justincc) | 2011-02-12 | 1 | -1/+1 |
* | Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen... | Diva Canto | 2011-02-08 | 1 | -0/+2 |
* | New command: show pending-objects | Diva Canto | 2011-02-06 | 2 | -0/+9 |
* | Send object date to viewer in microseconds (Fixes mantis bug #3990) | Kevin Cozens | 2011-02-04 | 1 | -1/+2 |
* | Change UpdateAgent (for changes in agent position) to be sent | Mic Bowman | 2011-02-03 | 1 | -21/+22 |
* | Create the structure of classes and interfaces to replace the cruft that | Melanie | 2011-01-29 | 1 | -0/+2 |
* | Add the prim count interfaces | Melanie | 2011-01-28 | 1 | -0/+53 |
* | Fix up QueryAccess to also check parcels | Melanie | 2011-01-28 | 1 | -1/+1 |
* | Fix bumping into sim borders and check estate bans for walking crossings | Melanie | 2011-01-28 | 3 | -14/+43 |
* | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 2011-01-28 | 1 | -0/+1 |
* | When an oar is loaded, do not create a default parcel before loading the parc... | Justin Clark-Casey (justincc) | 2011-01-27 | 1 | -1/+4 |