| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-09 | 1 | -10/+35 |
|\ \
| |/ |
|
| * | HG Landmarks bug fix: pull landmark asset data from user's asset server when ... | Diva Canto | 2011-06-03 | 1 | -4/+24 |
| * | HG Landmarks now working. | Diva Canto | 2011-06-03 | 1 | -3/+2 |
| * | When sending an LLUDP MoneyBalanceReply message, fill out the transaction ite... | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -0/+1 |
| * | Fill in the new OwnerData field in the LLUDP ScriptDialog message. | Justin Clark-Casey (justincc) | 2011-05-31 | 1 | -3/+8 |
* | | Fix up handling of the estate dialog to prevent duplication of ban list names. | Melanie | 2011-05-15 | 1 | -25/+32 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-13 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Fix broken inventory links on viewer 2. | Justin Clark-Casey (justincc) | 2011-05-13 | 1 | -1/+6 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-09 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Fixes gray tiles on map search for viewers 1. | Diva Canto | 2011-05-09 | 1 | -1/+0 |
| * | The map is seriously broken. This doesn't fix it, but at least provides one m... | Diva Canto | 2011-05-08 | 1 | -2/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-08 | 2 | -1/+17 |
|\ \
| |/ |
|
| * | One more bug fix concerning library items that weren't being copied to user's... | Diva Canto | 2011-05-06 | 1 | -1/+1 |
| * | Adding ssl support | BlueWall | 2011-05-05 | 1 | -0/+16 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 27 | -0/+3593 |
|\ \
| |/ |
|
| * | Test m_Enabled on RemoveRegion. | Diva Canto | 2011-05-04 | 3 | -0/+9 |
| * | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap... | Diva Canto | 2011-05-02 | 2 | -5/+3 |
| * | WebFetchInventoryDescendents working. Tested with robust. | Diva Canto | 2011-05-02 | 2 | -279/+137 |
| * | Refactored the GetMesh module into a handler and a module, to be the same as ... | Diva Canto | 2011-05-02 | 2 | -113/+40 |
| * | Works! | Diva Canto | 2011-05-02 | 4 | -10/+34 |
| * | Start to drill down on GetTexture. Read the config and do different things. | Diva Canto | 2011-05-01 | 1 | -4/+12 |
| * | Broke down Caps.cs into a generic Caps object that simply registers/unregiste... | Diva Canto | 2011-05-01 | 4 | -3/+1300 |
| * | Change GetTextureModule.cs to conform to the new IRegion module interface. NO... | Diva Canto | 2011-05-01 | 1 | -6/+21 |
| * | Move CapabilitiesModule back to CoreModules. This one belongs there. | Diva Canto | 2011-05-01 | 1 | -257/+0 |
| * | Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur... | Diva Canto | 2011-05-01 | 1 | -311/+4 |
| * | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 7 | -0/+1893 |
| * | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 19 | -0/+1128 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-30 | 3 | -4/+12 |
|\ \
| |/ |
|
| * | Eliminated sAgentCircuitData, a data structure that has been obsolete for qui... | Diva Canto | 2011-04-28 | 1 | -1/+1 |
| * | Merge branch 'master' into queuetest | Mic Bowman | 2011-04-26 | 1 | -1/+9 |
| |\ |
|
| | * | recover from unhandled exception from bad rotation data while processing enti... | dahlia | 2011-04-25 | 1 | -1/+9 |
| * | | Removed debug message in the token bucket code | Mic Bowman | 2011-04-25 | 1 | -1/+1 |
| * | | Fix the totals shown by show throttle | Mic Bowman | 2011-04-25 | 1 | -1/+1 |
* | | | Merge branch 'queuetest' into careminster-presence-refactor | Melanie | 2011-04-25 | 6 | -150/+152 |
|\ \ \
| |/ / |
|
| * | | Fixed the transmission of throttles from root agent to child | Mic Bowman | 2011-04-25 | 2 | -16/+26 |
| * | | Cleaned up various configuration options. Removed the category throttle | Mic Bowman | 2011-04-25 | 3 | -78/+34 |
| * | | Set the initial rate for the adaptive throttle to 160Kpbs | Mic Bowman | 2011-04-22 | 1 | -4/+6 |
| * | | Various clean ups. Removed some debugging code. Added a new "show pqueues" | Mic Bowman | 2011-04-22 | 2 | -23/+6 |
| * | | Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu... | Mic Bowman | 2011-04-21 | 2 | -26/+34 |
| |\ \ |
|
| | * | | Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and... | Dan Lake | 2011-04-21 | 2 | -26/+34 |
| * | | | Add some locking on the child list for the token bucket | Mic Bowman | 2011-04-21 | 1 | -15/+22 |
| |/ / |
|
| * | | Added ability to remove unacked packet from UnackedPacketCollection without a... | Dan Lake | 2011-04-21 | 2 | -2/+38 |
* | | | Merge branch 'queuetest' into careminster-presence-refactor | Melanie | 2011-04-21 | 7 | -319/+243 |
|\ \ \
| |/ / |
|
| * | | bug fix. Now when an unacked update packet is handled through ResendPrimUpdat... | Dan Lake | 2011-04-20 | 3 | -16/+25 |
| * | | Added an "immediate" queue to the priority queue. This is | Mic Bowman | 2011-04-20 | 1 | -245/+0 |
| * | | Adds the first pass at an adaptive throttle to slow start new | Mic Bowman | 2011-04-20 | 4 | -18/+95 |
| * | | Converted the property request queue to use the same retransmission | Mic Bowman | 2011-04-19 | 1 | -23/+52 |
| * | | Requeue unacknowledged entity updates rather than resend then "as is". | Dan Lake | 2011-04-19 | 3 | -54/+112 |
| |/ |
|
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-18 | 5 | -347/+491 |
|\ \
| |/ |
|
| * | Remove the call to remove tokens from the parent. Under heavy load | Mic Bowman | 2011-04-15 | 2 | -5/+14 |