| Commit message (Expand) | Author | Age | Files | Lines |
* | Thank you, Goetz, for a patch to fix prim count display in cut regions. | Melanie | 2011-01-28 | 1 | -1/+2 |
* | implement "show throttles" command for showing current agent throttles and th... | Justin Clark-Casey (justincc) | 2011-01-21 | 2 | -3/+6 |
* | Correct "show queues" to show queued packet numbers for each client instead o... | Justin Clark-Casey (justincc) | 2011-01-19 | 1 | -9/+9 |
* | force objectId to UUID.Zero for non-overridden animations in AvatarAnimation ... | dahlia | 2011-01-17 | 1 | -1/+4 |
* | Prune some of the excess logging for client logins. | Justin Clark-Casey (justincc) | 2011-01-18 | 1 | -3/+3 |
* | refactor: remove redundant null checks | Justin Clark-Casey (justincc) | 2011-01-17 | 1 | -30/+15 |
* | Fix UnackedBytes client stack statistic as seen in "show queues" | Justin Clark-Casey (justincc) | 2011-01-17 | 2 | -3/+3 |
* | objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ani... | dahlia | 2011-01-17 | 1 | -2/+0 |
* | Commented a verbose Debug message in LLUDPServer that got uncommented at some... | Diva Canto | 2011-01-05 | 1 | -1/+1 |
* | Implement SendPlacesReply | Melanie | 2010-12-30 | 1 | -0/+54 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-12-23 | 1 | -6/+12 |
|\ |
|
| * | * Re-Adding Scene TimeDilation to Object Update Packets. | Teravus Ovares (Dan Olivares) | 2010-12-23 | 1 | -6/+12 |
* | | Removed unused code -- this was the previous version of UDP texture sending, ... | Diva Canto | 2010-12-23 | 1 | -24/+16 |
|/ |
|
* | * Adds AbortXfer to the ClientAPI mix | Teravus Ovares (Dan Olivares) | 2010-12-21 | 1 | -0/+7 |
* | minor: 'debug packet' console command level <= 50 then don't log ImprovedTers... | Justin Clark-Casey (justincc) | 2010-12-17 | 1 | -5/+8 |
* | Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync... | Justin Clark-Casey (justincc) | 2010-12-15 | 1 | -193/+200 |
* | Another stab at #LoginLag. Looking forward to hear the feedback! This makes u... | Diva Canto | 2010-12-14 | 1 | -2/+23 |
* | Relax a highly constraining lock on m_entityUpdates that may be preventing re... | Diva Canto | 2010-12-14 | 1 | -126/+127 |
* | Revamp the viewer -> banlist packet processing so fix a number of bugs. | Melanie | 2010-12-13 | 1 | -3/+7 |
* | It turns out that the 1/2 sec burst for prims download is not a bug, but a fe... | Diva Canto | 2010-12-13 | 1 | -11/+2 |
* | This may have been the biggest, baddest bug in OpenSim ever... confusion betw... | Diva Canto | 2010-12-13 | 1 | -2/+11 |
* | Revert "Another stab at mantis #5256" | Diva Canto | 2010-12-10 | 1 | -20/+19 |
* | Another stab at mantis #5256 | Diva Canto | 2010-12-10 | 1 | -19/+20 |
* | Revert "A stab at mantis #5256. Separate ScenePresence updates from SceneObje... | Diva Canto | 2010-12-10 | 1 | -150/+128 |
* | A stab at mantis #5256. Separate ScenePresence updates from SceneObject updat... | Diva Canto | 2010-12-10 | 1 | -128/+150 |
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 3 | -19/+50 |
|\ |
|
| * | Stop LLUDPServer sending updates after object deletes by always queueing deletes | Justin Clark-Casey (justincc) | 2010-12-02 | 3 | -19/+28 |
| * | minor: add some method doc | Justin Clark-Casey (justincc) | 2010-12-02 | 2 | -0/+22 |
* | | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-11-21 | 2 | -5/+23 |
|\ \
| |/ |
|
| * | add "Unacked bytes" column to "show queues" | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -1/+2 |
| * | Fix "show queues" console command | Justin Clark-Casey (justincc) | 2010-11-17 | 1 | -3/+19 |
| * | Fix gesture and viewer preview sounds not playing | Melanie | 2010-11-17 | 1 | -2/+3 |
* | | Merge https://github.com/opensim/opensim into mantis5110 | Jonathan Freedman | 2010-11-21 | 2 | -4/+5 |
|\ \
| |/ |
|
| * | provide avatar name in log if an exception ends up at the top of an async pac... | Justin Clark-Casey (justincc) | 2010-11-12 | 1 | -2/+3 |
| * | Formatting cleanup. | Jeff Ames | 2010-11-08 | 1 | -2/+2 |
* | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-30 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix logins and avatar appearance. Contains a Migration. May contain nuts. | Melanie | 2010-10-30 | 1 | -0/+1 |
* | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-30 | 2 | -7/+16 |
|\ \
| |/ |
|
| * | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-10-30 | 1 | -1/+1 |
| |\ |
|
| | * | Set async_packet_handling = true by default | Justin Clark-Casey (justincc) | 2010-10-30 | 1 | -1/+1 |
| * | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-10-30 | 1 | -2/+8 |
| |\ \
| | |/ |
|
| * | | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 2010-10-30 | 1 | -6/+15 |
* | | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-29 | 1 | -2/+8 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'justincc-dev' | Justin Clark-Casey (justincc) | 2010-10-29 | 1 | -2/+8 |
| |\ \
| | |/
| |/| |
|
| | * | Add number of ms it takes to complete UseCircuitCode packet handling to log f... | Justin Clark-Casey (justincc) | 2010-10-29 | 1 | -2/+8 |
| * | | Merge branch 'dev-appearance' | Melanie | 2010-10-29 | 1 | -4/+4 |
| |\ \
| | |/
| |/| |
|
* | | | Merge branch 'master' into mantis5110 | Jonathan Freedman | 2010-10-29 | 1 | -4/+4 |
|\ \ \ |
|
| * \ \ | Merge branch 'opensim-master' into dev-appearance | Master ScienceSim | 2010-10-28 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -1/+1 |
| |/
|/| |
|
| * | Major refactoring of appearance handling. | Master ScienceSim | 2010-10-20 | 1 | -4/+4 |