Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | Hooked up Google Breakpad for the Linux client too. | Lynx Linden | |
Using Alain's Darwin reporter callback was all that was needed. Also replaced the call that exposed the breakpad exception class with a call to just write out the minidump, as that was the only reason for exposing it. Now clients don't need to know about Google Breakpad. | |||
2010-05-25 | Added configuration setting to send crash reports to configured url rather ↵ | Andrew A. de Laix | |
than through the grid. | |||
2010-05-25 | Mac crash behavior matches windows and linux: report on crash (not after ↵ | Andrew A. de Laix | |
restart). This is OK because we use Breakpad generated minidumps instead of OS generated ones. | |||
2010-05-24 | so long llwindebug, we hardly knew ye. | Andrew A. de Laix | |
2010-05-21 | blah | Dave Parks | |
2010-05-21 | Switch Darwin to use breakpad minidump rather than os generated crash stack. | Andrew A. de Laix | |
2010-05-18 | EXT-6953 WIP - cache dumping option to help with updating static vfs cache ↵ | Brad Payne (Vir Linden) | |
with new contents | |||
2010-05-14 | merge | Brad Payne (Vir Linden) | |
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-12 | merge from viewer-public | Tofu Linden | |
2010-05-12 | merge from viewer-public | Tofu Linden | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-10 | Automated Merge | Roxie Linden | |
2010-05-07 | For EXT-6953: Evaluate and implement Richard's improved default animations. ↵ | Brad Payne (Vir Linden) | |
Cleanup and log spam reduction. | |||
2010-05-06 | merge | Tofu Linden | |
2010-05-06 | merge | Tofu Linden | |
2010-05-05 | EXT-6775 Remove support for full-screen mode in Viewer 2. reviewed by Moss | Karl Stiefvater (qarl) | |
(changes name of setting WindowFullScreen to FullScreen per discussion in jira.) | |||
2010-05-04 | Automated merge | Roxie Linden | |
2010-05-03 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Mark Palange (Mani) | |
2010-05-03 | EXT-3780 Added linux impl - wip | Mark Palange (Mani) | |
2010-05-01 | merge from viewer-trunk | Tofu Linden | |
2010-05-01 | merge from viewer-trunk | Tofu Linden | |
2010-05-01 | merge from viewer-trunk | Tofu Linden | |
2010-04-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-04-30 | the second round debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-04-30 | trival: remove extra llpushcallstacks, which is for debug only. | Xiaohong Bao | |
2010-04-30 | merge from viewer-trunk | Tofu Linden | |
2010-04-27 | Architectural changes to LLPlugin message processing. | Monroe Linden | |
LLPluginProcessParent can now optionally use a separate thread for reading messages from plugin sockets. If this is enabled, it will spawn a single thread and use apr_pollset_poll to wake up the thread when incoming data arrives instead of polling all the descriptors round-robin every frame. This should be somewhat more efficient, and should also allow blocking requests from plugins to be serviced much more quickly (once we start using them). This is currently disabled by default, until it's had a bit more focused testing on multiple platforms. Hooked up the switch to use the message read thread to the PluginUseReadThread debug setting and an item in the Advanced menu in the viewer, and to a checkbox in the UI in llmediaplugintest. Updated some debug logging in the plugin system to have appropriate tags and not log dire-looking warnings during normal operation. LLPluginProcessParent now once again explicitly kills plugin processes (instead of just closing their sockets and waiting for them to exit). The problem we were attempting to solve by not doing the kill (letting the webkit plugin write its cookie file on exit) has been solved another way. LLPluginProcessParent::sendMessage() now attempts to write the outgoing message to the socket immediately instead of waiting for the next frame. This should reduce the latency of sending plugin messages. Added a separate fast timer for LLViewerMedia::updateMedia(). | |||
2010-04-27 | Menu item to disable display names for testing works again | James Cook | |
Start up cache in not-running state on viewer. Set cache running when idle() is called. Explicitly refresh name tags when toggled. Reviewed with Simon | |||
2010-04-26 | DEV-47529 Viewer turns display names on/off based on region capability | James Cook | |
Also refreshes name tags so you can see the state. Reviewed with Kelly. | |||
2010-04-23 | Improved default animations - work in progress | Brad Payne (Vir Linden) | |
2010-04-22 | DEV-47529 Turn off display names if no capability from simulator, and | James Cook | |
Display name update broadcasts entire new name record to nearby viewers Display name update directly inserts new name into sim cache indra.xml has display_names_enabled setting to control cap Synchronized viewer and server versions of avatar name cache Reviewed with Ambroff | |||
2010-04-20 | Viewer caches avatar display names between sessions | James Cook | |
Reviewed with Simon | |||
2010-04-20 | merge from viewer-trunk | Tofu Linden | |
2010-04-20 | merge from viewer-trunk | Tofu Linden | |
2010-04-20 | slightly hairy merge from viewer-trunk | Tofu Linden | |
2010-04-19 | DEV-47529 Viewer refresh name lookup cap URL on region cross/teleport | James Cook | |
Reviewed with Kelly | |||
2010-04-19 | merge | Brad Payne (Vir Linden) | |
2010-04-19 | For EXT-6809 - fixes suggested by Nyx code review | Brad Payne (Vir Linden) | |
2010-04-19 | merge | Brad Payne (Vir Linden) | |
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-19 | trivial comment fix. | Tofu Linden | |
2010-04-19 | Change Linux fasttimer implementation back to RDTSC - using a reliable ↵ | Tofu Linden | |
syscall was REALLY chewing CPU time. Sigh. I didn't realize how incredibly often this gets called. So, back to the assembly. But be more careful with CPU clock count on linux, so the fasttimer values are much more accurate than they were the last time we were with RDTSC, in absolute terms - back in the right order of magnitude anyway. Also change many instances of Mhz to MHz. Also some minor comment fixes. | |||
2010-04-16 | For EXT-6809 - search static VFS for all asset types | Brad Payne (Vir Linden) | |
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-19 | merge from viewer-trunk | Tofu Linden | |
2010-04-19 | automated merge with trunk | Roxie Linden | |
2010-04-12 | slightly conflicty merge from viewer-trunk, again | Tofu Linden | |
2010-04-12 | slightly conflicty merge from viewer-trunk, again | Tofu Linden | |
2010-04-12 | slightly-hairy merge from viewer-trunk | Tofu Linden | |