Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | MAINT-3703 Suspected thread race crasher in fmodex library | Monty Brandenberg | |
Two problems found in DLL involving threads. First, DllMain was reinitializing a critical section for all entry reasons (process attach, detach and thread attach, detach). Should only be done on process attach. Second, static container object was being modified and accessed without serialization. Added some double-check locking to the initialization path to reduce the total number of serialization calls made while making the code thread safe. | |||
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-05 | Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat | Graham Madarasz | |
2013-06-04 | BUG-2707 make use of OsOutputDebugString _DEBUG only on Windows to avoid ↵ | Graham Madarasz | |
throwing unhandlable exceptions in coroutines in RelWithDebInfo builds | |||
2013-06-03 | BUG-2707 disable sites calling OsOutputDebugString directly to identify ↵ | Graham Madarasz | |
which is tossing our errant exception | |||
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-22 | Merge new boost and add OS X 10.8 mods | Graham Madarasz (Graham Linden) | |
2013-02-13 | Merge from viewer-beta | prep | |
2013-02-06 | Merged with latest viewer-dev. | Geenz | |
2013-01-29 | MAINT-2281: correct test for XP (corrected fix I applied incorrectly) | Oz Linden | |
2013-01-29 | MAINT-2281: correct test for XP | callum_linden | |
2013-01-24 | Merged with latest viewer-dev. | Geenz | |
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-11 | fix line endings | callum_linden | |
2012-12-29 | Huge amount of refactoring to use Cocoa here: | Geenz | |
- Updated to .xib format. To produce a new nib (which is required after changing the xib file), use "ibtool SecondLife.xib --compile SecondLife.nib" within the newview directory. - xib file now defines the viewer's window. VIews are still being pragmatically added to the main window. This may change in the future. - LLAppViewer's main loop has been slightly refactored to be executed on a timer for OS X. This probably needs a bit more work. - Event handling still needs more work to work within a timer based event loop. It works fairly sporadically at the moment, as if events are being dropped between timer executions, at least for the mouse. - Carbon has been purged from the viewer's startup, and from LLWindow entirely. There's likely still a few odds and ends fragmented throughout the viewer and its dependencies. Need to track these down. - LLAppViewerMacOSX now uses NSApplicationMain, and also implements the NSApplicationDelegate protocol in LLAppDelegate. - Fullscreen support has been implemented for OS X 10.7+ This is still a work in progress, however at this stage everything needed for a functional viewer is (mostly) complete. From here, it's mostly just bug hunting and fixing. | |||
2012-12-18 | FIX (SPECULATIVE) MAINT-1340 - Media Volume control broken on Vista+ systems | callum_linden | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-10-04 | Removing server-related cmake cruft. Fixing libGLU warnings on linux. | Don Kjer | |
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2011-11-10 | Point to improved loading overlay and turn it on always | callum | |
2011-11-02 | Turn off debug loading overlay for older versions of LLQtWebKit thar do not ↵ | callum | |
support it (Linux) | |||
2011-10-31 | Added more logging and elapsed time counter to log message. | callum | |
2011-10-31 | Tie debugging/loading overlay to media debugging flag | callum | |
2011-10-28 | Merge with head | callum | |
2011-10-25 | EXP-1471 WIP Add support for zooming web pages by a scale facxtor | callum | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-09-12 | Removed windows line endings to conform to coding policy. | Leslie Linden | |
2011-09-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-29 | EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵ | callum | |
debugger to help content creators Viewer side changes to enable Web debugger. | |||
2011-08-26 | EXP-1111 FIX LLQtWebKit (and related media system) should log events, ↵ | callum | |
progress etc. to make debugging problems easier | |||
2011-08-17 | fix files that do not end with a newline (warn-on-failure:copyright because ↵ | Oz Linden | |
some have both problems...) | |||
2011-07-29 | Include some certs that were missed in the latest cert update. Specifically, | Roxie Linden | |
paypal had a verisign -2 CA cert, and the new trust list only includes -3. Also, disable use of the system cert store. Just use our list. | |||
2011-07-15 | Merge from viewer-development | Xiaohong Bao | |
2011-06-09 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2011-05-25 | Added support for pushing agent global location on grid and agent ↵ | callum | |
orientation out to LLQtWebKit | |||
2011-05-18 | Reverted Linux LLQtWebKit to older version which triggered warnings here ↵ | callum | |
that are treated as errors. | |||
2011-05-13 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2011-04-20 | merge changes for storm-1088 | Oz Linden | |
2011-04-17 | STORM-1088: corrected fix loading of winmm.dll | Siana Gearz | |
2011-04-17 | STORM-1088: fix loading of winmm.dll | Siana Gearz | |
2011-03-28 | Automated merge with file:///F:\code\viewer-autobuild2010 | Richard Linden | |
2011-03-25 | SOCIAL-688 FIX Multiple SLurls error given in minimal skin when clicking ↵ | callum | |
links in web profile Also fixes SOCIAL-521 and SOCIAL-428 | |||
2011-03-23 | Updated linux llqtwekit archive and fixed media webkit build and loading ↵ | alain@945battery-guestA-183.lindenlab.com | |
(fix CHOP-545). | |||
2011-03-18 | Merge | Richard Linden | |
2011-03-18 | merge out 2.6.0 changes from viewer-development | Oz Linden | |
2011-03-17 | SOCIAL-634 FIX Error condition content for Destination Guide, Avatar Picker, | callum | |
and Help if S3 content or web content is not available. (Included refs to new LLQtWebKit that supports functionality) |