Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | merge changes for vmrg-198 | Oz Linden | |
2011-12-07 | merge changes for vmrg-199 | Oz Linden | |
2011-12-06 | merge changes for storm-1713 | Oz Linden | |
2011-12-06 | merge changes for storm-1712 | Oz Linden | |
2011-12-06 | merge changes for storm-591 | Oz Linden | |
2011-12-06 | merge changes for storm-1728 | Oz Linden | |
2011-12-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-12-06 | merge latest viewer-development | Oz Linden | |
2011-12-06 | STORM-1728 Name truncation in the Region/Estate floater -> Covenant tab | Jonathan Yap | |
2011-12-06 | LLSD-14: Extract remaining conditional LLSD mbrs to namespace llsd. | Nat Goodspeed | |
Per Monty's code review, it's dubious practice to have a class in which certain members are sometimes visible, other times not. If these were virtual methods, or non-static data members, the error would be obvious -- but even with static data members and non-virtual methods, it looks like an ODR violation. Extract conditional methods as free functions, as in changeset 07cd70e75473. | |||
2011-12-06 | merge changes for vmrg-196 | Oz Linden | |
2011-12-05 | STORM-1713: Mouse pointer flickers when hovering over any active/clickable ↵ | Ansariel | |
UI item | |||
2011-12-05 | LLSD-14: Optional entry points need conditional decls turned on. | Nat Goodspeed | |
Changeset 07cd70e75473 moved LLSD::outstandingCount() and allocationCount() to free functions so we could turn their visibility on/off via LLSD_DEBUG_INFO. But on some platforms, without proper LL_COMMON_API declarations visible when we compile llsd.cpp, those free functions lack proper linkage directives. Declare LLSD_DEBUG_INFO in llsd.cpp so that when the llcommon library is built, the free functions get proper linkage -- independent of compilations of LLSD consumers. | |||
2011-12-05 | STORM-591 Made change per code review request: disable audio when teleport ↵ | Jonathan Yap | |
progress bar is present Added code to start counting the fade in time on login when STATE_STARTED is set | |||
2011-12-02 | FIX VWR-17784 | eli | |
2011-12-02 | FIX VWR-17783 fix html entity | eli | |
2011-12-02 | FIX VWR-17783 | eli | |
2011-12-02 | STORM-1712 Do not sort recent speakers list if mouse is hovered over it | Jonathan Yap | |
2011-12-02 | storm-1717: fix avatar names in object details floater | Ansariel Hiller | |
2011-12-02 | STORM-591 Made mininum fade time 0.01 seconds to prevent divide by zero and ↵ | Jonathan Yap | |
negative fade times. Rewrote two blocks of code to eliminate early returns. | |||
2011-12-01 | FIX VWR-25381 | eli | |
2011-12-01 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-12-01 | LLSD-14: Move LLSD::(outstanding|allocation)Count() to free functions. | Nat Goodspeed | |
Free functions can be unconditionally compiled into the .o file, but conditionally hidden in the header file. Static class methods don't have that flexibility: without a declaration in the header file, you can't compile a function definition in the .cpp file. That makes it awkward to use the same llcommon build for production and for unit tests. Why make the function declarations conditional at all? These are debugging functions. They break the abstraction, they peek under the covers. Production code should not use them. Making them conditional on an #ifdef symbol in the unit-test source file means the compiler would reject any use by production code. Put differently, it allows us to assert with confidence that only unit tests do use them. Put new free functions in (lowercase) llsd namespace so as not to clutter global namespace. Tweak the one known consumer (llsd_new_tut.cpp) accordingly. | |||
2011-12-01 | merge changes for storm-1719 | Oz Linden | |
2011-12-01 | merge changes for storm-1686 | Oz Linden | |
2011-12-01 | storm-1686: make "Neck" and "Avatar Center" attach points available in ↵ | Oz Linden | |
context menus | |||
2011-12-01 | STORM-1721 Set UI Size to Default Option Duplicated in Advanced Menu | Jonathan Yap | |
2011-11-30 | sync with viewer-development | eli | |
2011-11-30 | increment viewer version to 3.2.5 | Oz Linden | |
2011-11-30 | merge changes for vmrg-195 | Oz Linden | |
2011-11-30 | merge changes for vmrg-194 | Oz Linden | |
2011-11-30 | EXP-1634 FIXED Removed the "exchange rates" link from the L$ Buy Dialog. | Vadim ProductEngine | |
2011-11-30 | STORM-1719 notifications.xml has two instances where a button shows as "Ok" ↵ | Jonathan Yap | |
and Not "OK" | |||
2011-11-30 | EXP-1641 FIXED Snapshot floater doesn't persist between sessions anymore to ↵ | Vadim ProductEngine | |
avoid capturing login screen. | |||
2011-11-30 | EXP-1640 FIXED Fixed weirdly looking Snapshot floater in Italian and French ↵ | Vadim ProductEngine | |
locales. | |||
2011-11-29 | sync with viewer-development | eli | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-23 | merge changes for vmrg-192 | Oz Linden | |
2011-11-23 | merge changes for vmrg-190 | Oz Linden | |
2011-11-23 | STORM-591 Trivial code cleanup | Jonathan Yap | |
2011-11-22 | STORM-591 Remove 2 development debug settings and replace them with constants | Jonathan Yap | |
2011-11-22 | merge changes for vmrg-191 | Oz Linden | |
2011-11-21 | FIX INTL-82 LQA changes for Turkish and French | eli | |
2011-11-21 | sync with viewer-development | eli | |
2011-11-21 | merge changes for storm-1634 | Oz Linden | |
2011-11-21 | merge up to latest viewer-development | Oz Linden | |
2011-11-21 | merge changes for storm-1634 | Oz Linden | |
2011-11-21 | merge changes for vmrg-189 | Oz Linden | |
2011-11-21 | merge changes for vmrg-188 | Oz Linden | |
2011-11-21 | merge changes for storm-1684 | Oz Linden | |