Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-02 | initialize critical section once | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-19 | Merge with viewer-release. | Geenz | |
2013-06-05 | merge with viewer-release | Richard Linden | |
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-03-22 | merge with viewer-release | Richard Linden | |
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 | |
2013-01-11 | fix for mac builds | Richard 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-23 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fixed crash on exit by making LLInstanceTracker iterators use atomic iterator nesting count for thread safety | |||
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 | |