Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-02 | Cmake doesn't like me | simon | |
2013-05-02 | Fix the cmake fix | simon | |
2013-05-02 | Fix line endings | simon | |
2013-05-01 | Manually pull in Richard's fixes for llcommon/llsingleton.h | simon | |
2013-04-30 | Merge downstream code from viewer-bear | simon | |
2013-04-29 | Merge in downstream code from viewer-beta | simon | |
2013-04-29 | Merge in downstream viewer-beta | simon | |
2013-04-26 | Convert LLThreadSafeRefCount back to atomic ref counting. Reviewed by Kelly | simon | |
2013-04-25 | Clean up LLSingleton work - special case to re-create instance if it's been ↵ | simon | |
deleted. | |||
2013-04-25 | Revert ares and libcurl version update that was causing problems, revise curl | simon | |
handle duplication code. Reviewed by Kelly | |||
2013-04-25 | Enhance "duplicate seed caps" log message ... this needs more investigation. | simon | |
Reviewed by Kelly | |||
2013-04-24 | Remove an un-needed LL_CHECK_MEMORY check | simon | |
2013-04-24 | Follow-up code cleaning for LLToast work trying to get branch healthy. | simon | |
Reviewed by Kelly | |||
2013-04-24 | Trivial change to note that earlier changeset 27742 (1c3262183eb5) is a | simon | |
re-work of the LLInstanceTracker code done by Richard. The commit comment is cryptic | |||
2013-04-24 | Fix crash discovered during other testing. Reviewed by Kelly | simon | |
2013-04-24 | diff -r 59c7bed66dfd indra/llcommon/lleventapi.h | simon | |
2013-04-23 | Merge | simon | |
2013-04-23 | Revert LLThreadSafeRefCount optimization; caps fetching was failing. ↵ | simon | |
Reviewed by Kelly | |||
2013-04-23 | Fix Windows Debug build | simon | |
2013-04-22 | SUN-72 SH-4132 FIX viewer builds cannot write to paths containing special ↵ | Nyx Linden | |
characters. Integrated Nicky Dasmijn's patch to handle the unicode file paths properly. Code reviewed, patch was clean. Tested locally, correctly allows wearables to load where they would fail before. Should be ready for automated build & QA. | |||
2013-04-22 | MAINT-2612 fix issues between extern C linkage and yyval ifdefs on Mac with ↵ | Graham Madarasz | |
toolchain > 4.5.1 | |||
2013-04-22 | MAINT-2612: Remove no-longer-valid unused-var warning suppressions. | Nat Goodspeed | |
Somehow viewer-cat acquired a lot of source lines (in several different files) of the form: (void)somevar; where ?somevar? was not declared. Apparently someone introduced an unused declaration of ?somevar?, encountered unused-variable warnings, introduced the (void) casts to suppress those warnings, then deleted the declarations -- without deleting the (void) casts. It seems worth noting that the resulting code should not have compiled successfully on any platform. | |||
2013-04-18 | MAINT-2605 : Eliminate LLControlGroup::set warning in log when starting the ↵ | Simon Linden | |
viewer | |||
2013-04-17 | BUG-2326 MAINT-2596 FIX crash when selecting non-existant user in resident ↵ | Nyx Linden | |
picker Added checks to validate that the selection list is non-empty | |||
2013-04-17 | SUN-70 MAINT-2597 FIX Crash when trying to edit no-modify objects | Nyx Linden | |
Added protection for invalid / empty inventory contents | |||
2013-04-17 | SH-4125 FIX - problem was unpredictable ordering of avatar and ↵ | Brad Payne (Vir Linden) | |
llviewerregion deletion. Avoid trying to send metrics when we're shutting down and it's too late anyway. Reviewed by Nyx | |||
2013-04-17 | Some minor cleanups while hunting crashes. Reviewed by Kelly | simon | |
2013-04-15 | Merge | simon | |
2013-04-15 | MAINT-2548 : Add debug viewer render info for AV metrics. Reviewed by Kelly | simon | |
2013-04-15 | Fix crash introduced by LLInstanceTrackerBase optimization. Reviewed by Kelly | simon | |
2013-04-15 | MAINT-2598 : Viewer logs warning about VoiceServiceConnectionStateChangedEvent | simon | |
2013-04-15 | MAINT-2595 - Viewer spams log at startup with caps issue. Reviewed by Kelly | simon | |
2013-04-15 | Merge downstream code | simon | |
2013-04-15 | Merge in viewer-development once more, 'cause it feels good | simon | |
2013-04-12 | increment version to 3.5.2 | Oz Linden | |
2013-04-12 | Fix merge oddities | simon | |
2013-04-11 | Forgot to commit @#! merge | simon | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Merge | simon | |
2013-04-11 | Clean up transfer manager code and log messages. Reviewed by Kelly | simon | |
2013-04-09 | merge with head | callum_linden | |
2013-04-09 | MAINT-2417 FIX Update Graphics tab layout | callum_linden | |
2013-04-04 | merge with latest viewer-development | Nyx Linden | |
2013-04-04 | SH-4059 FIX other's hover parameters affects your avatar's setting | Nyx Linden | |
Added an additional sanity check to make sure that other avatars don't affect your wearables. | |||
2013-04-03 | MAINT-2558 - Add viewer debug setting for more logging on avatar render info. | simon | |
Reviewed by Kelly | |||
2013-04-03 | SH-4051 REVERT teen accounts unable to remove underclothes even when ↵ | Nyx Linden | |
switching outfits Reverting fix as additional problems were found that could lead to even accidental nudity. This fix is not required for the current release as it is not a regression. Will review options for fixing for the next release. | |||
2013-04-03 | merge | Nyx Linden | |
2013-04-03 | SH-4050 FIX camera goes below ground when avatar offset set to 0 | Nyx Linden | |
Added a constraint to ensure that the avatar's height (with offset) does not go below 0.1 meters. Camera was getting confused since the avatar's effective height was negative. Note the avatar is mostly underground/contorted even at 0.1 meters, but most users setting values this low will be making ultra-tinies and would be hiding the avatar mesh. Camera stays above ground when height is at 0.1. | |||
2013-04-03 | SH-4058 - log spam reduction initiative. | Brad Payne (Vir Linden) | |