Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | Crap change to force a new fresh build. | Todd Stinson | |
2011-12-12 | Adding the ability to pull in the pathing library as a prebuilt dependency. | Todd Stinson | |
2011-12-12 | Always using the convex decomposition stub for now. | Todd Stinson | |
2011-12-12 | comparing with ssh://hg@bitbucket.org/prep/viewer-development-havokai | Todd Stinson | |
searching for changes changeset: 21247:08315c2b1a89 user: Todd Stinson <stinson@lindenlab.com> date: Wed Dec 07 12:21:58 2011 -0800 summary: Adding additional source files to the project builds. | |||
2011-12-12 | increment viewer version to 3.2.6 | Oz Linden | |
2011-12-12 | Added tag 3.2.5-start for changeset 8a44ff3d2104 | Oz Linden | |
2011-12-12 | merge changes for vmrg-202 | Oz Linden | |
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-12-12 | merge changes for vmrg-203 | Oz Linden | |
2011-12-09 | FIX VWR-27811 | eli | |
2011-12-09 | sync with viewer-development | eli | |
2011-12-09 | added vbo support for physics shapes & fixed navmesh/shape menu toggle | prep | |
2011-12-09 | Backed out changeset fafd857891b1 | Dave Parks | |
2011-12-09 | merge changes for vmrg-201 | Oz Linden | |
2011-12-08 | fix for build error (warning for unreachable code) | Richard Linden | |
2011-12-08 | FIX VWR-21237 | eli | |
2011-12-08 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-12-08 | EXP-1657 FIXED Change success/failure message text on posting to profile feed. | Vadim ProductEngine | |
2011-12-08 | EXP-1655 FIXED Text got cut off on Email Settings -> Image Quality. | Vadim ProductEngine | |
2011-12-08 | EXP-1674 FIXED Disabled chrome for profile windows; adjusted floater height ↵ | Vadim ProductEngine | |
accordingly. | |||
2011-12-07 | EXP-1675 POTENTIAL FIX -- Changed default min window width and height to 0 ↵ | Leslie Linden | |
instead of max size. Reviewed by Richard. | |||
2011-12-07 | sync with viewer-development | eli | |
2011-12-07 | Turning on navmesh rendering toggles normal renderables | prep | |
2011-12-07 | Turning on navmesh rendering toggles normal renderables | prep | |
2011-12-07 | merge changes for vmrg-198 | Oz Linden | |
2011-12-07 | merge changes for vmrg-199 | Oz Linden | |
2011-12-07 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-07 | EXP-1652 FIX (Build tool floater size affected by viewer window size) | Richard Linden | |
force all floaters to have follows flags = FOLLOWS_NONE and use llfloaterview::reshape logic instead removed existing follows flags from any floater XUI and deprecated the follows parameter for floaters | |||
2011-12-07 | merge changes for vmrg-198 | Oz Linden | |
2011-12-07 | merge back beta tags for 3.2.4 | Oz Linden | |
2011-12-07 | EXP-1673 FIX "Remove minimum window size constraint in the Viewer" | Richard Linden | |
2011-12-07 | EXP-1639 WIP Cleaning up to improve readability; added more debugging messages. | Vadim ProductEngine | |
2011-12-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-06 | EXP-1664 FIX Toolbars visible in mouselook view and when hide all controls ↵ | Richard Linden | |
selected | |||
2011-12-06 | EXP-1651 FIXED Added saving window size after each reshape. | Seth ProductEngine | |
Fixed broken resize indicator on Linux viewer window (EXP-1580). | |||
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 | EXP-1577 FOLLOWUP Implemented new requirements on size of profile floaters. | Vadim ProductEngine | |
Implemented new requirements from XD: "Profile window should keep last size, regardless of whether it was own profile or another users'. If multiple windows open, last one touched is the size we store." | |||
2011-12-06 | Added tag DRTVWR-104_3.2.4-beta1, 3.2.4-beta1 for changeset 3fe994349fae | Debi King (Dessie) | |
2011-12-06 | reconciled .hgtags | Debi King (Dessie) | |
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 | WIP: Implementing VB manager for complex physics shapes | prep | |
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. |