Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | MAINT-3142 FIXED Hover over highlighting broken in Second Life 3.6.6 (280797) | dmitrykproductengine | |
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-27 | BUILDFIX: fix for mac builds | Richard Linden | |
also, fixed alignment of tick labels on stat bars | |||
2013-09-26 | fix for display of joystick statbar monitors | Richard Linden | |
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden | |
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml | |||
2013-09-24 | converted memory tracking units to KB from B | Richard Linden | |
added more memory tracking to LLFolderView and kin | |||
2013-09-23 | MAINT-3151 (Issue with urls being autoclicked when holding left click into ↵ | MaximB ProductEngine | |
an unfocused textbox then dragging pointer over a url and releasing.) | |||
2013-09-19 | BUILDFIX: forgot forward declaration | Richard Linden | |
better overrides for memclaim and memdisclaim of sizes added occlusion stats to stats floater stats now render range instead of mean | |||
2013-09-19 | line endings fix | Richard Linden | |
2013-09-19 | BUILDFIX: more bad merge stuff | Richard Linden | |
also added ability for statbar to show memtrackable info | |||
2013-09-17 | removed spurious dependency of llui on newview | Richard Linden | |
2013-09-17 | MAINT-3119 FIXED Select auto-completed part using cursor position | Mnikolenko ProductEngine | |
2013-09-13 | Build fix after patch for MAINT-3137 | dmitrykproductengine | |
2013-09-11 | MAINT-2894 FIXED Handle mouse events for popup menus in modal dialogs. | Mnikolenko ProductEngine | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-28 | merging viewer release | Gilbert Gonzales | |
2013-08-27 | Fix coding style fails | Oz Linden | |
2013-08-27 | MAINT-3074: Remove warning log that kills FPS | Oz Linden | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-26 | merge changes for 3.6.4-release | Oz Linden | |
2013-08-26 | added compile time warnings to use of deprecated llinfos, llwarns, etc. | Richard Linden | |
2013-08-23 | MAINT-3046 make LLNotifications clear out vecs of LLNotificationChannelPtr ↵ | Graham Madarasz (Graham Linden) | |
so singleton cleanup doesn't do things it really ought not do | |||
2013-08-26 | Merge downstream code for CHUIStorm | simon | |
2013-08-26 | MAINT-3041 (crash in LLScrollContainer::updateScroll() on Windows) | MaximB ProductEngine | |
2013-08-22 | merging viewer release | Gilbert Gonzales | |
2013-08-22 | SH-4433 FIX: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
removed bad assert fixed precision issues during int->unsigned int conversions and vice versa | |||
2013-08-21 | SH-4433 WIP Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
made getPrimaryAccumulator return a reference since it was an always non-null pointer changed unit conversion to perform lazy division in order to avoid truncation of timer values | |||
2013-08-20 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-19 | merge changes for DRTVWR-285 | Oz Linden | |
2013-08-19 | merge changes for 3.6.3-release | Oz Linden | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-16 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
converted many values over to units system in effort to track down source of 0 ping | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-13 | SH-4346 FIX Interesting: some integer Statistics are displayed as floating ↵ | Richard Linden | |
point after crossing region boundary fine-tuned heuristics for switching between mean and current values in stat bar display added comments to LLUnits unit test | |||
2013-08-14 | BUG-3605 / CHUIBUG-197 Don't create excessive amounts of string objects in ↵ | Nicky | |
LLNormalTextSegment::getNumChars. | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-10-22 | MAINT-535 'trust model' is added for secondlife:// URLs in wiki style links. ↵ | Mnikolenko ProductEngine | |
Chat history is marked as untrusted source now. | |||
2013-10-11 | MAINT-3289 (User is not able to open mini inspector by one click on 'i' icon) | MaximB ProductEngine | |
2013-10-10 | MAINT-535 Wiki-style link markup hides potentially malicious secondlife: app ↵ | dmitry | |
URLs Partial fix: disabled URLs in the 'label' part of Wiki-style link | |||
2013-09-26 | MAINT-3163 FIXED Since CHUI, floaters can be moved totally underneath bottom ↵ | maksymsproductengine | |
toolbar buttons and "lost". | |||
2013-08-12 | SH-4399 FIX: Interesting: Texture console MB Bound 0/384 and texture queue ↵ | Richard Linden | |
bounces once per second SH-4346 FIX: Interesting: some integer Statistics are displayed as floating point after crossing region boundary made llerrs/infos/etc properly variadic wrt tags LL_INFOS("A", "B", "C") works, for example fixed unit tests remove llsimplestat | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-09 | SH-4374 FIX Interesting: Statistics Object cache hit rate is always 100% | Richard Linden | |
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases | |||
2013-08-07 | merge changes for DRTVWR-333 | Oz Linden | |
2013-08-02 | MAINT-2914 FIXED Mousing over UI elements does not make them light up | dmitry | |