Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-14 | changed ll_aligned_(malloc|free) to take alignment size as a template argument | Richard Linden | |
2013-09-26 | BUILDFIX: ll_aligned_free call | Richard Linden | |
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-19 | Merge | Xiaohong Bao | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-06-27 | CHOP-956: Add settings_install.xml to settings_files.xml. | Nat Goodspeed | |
Also clarify comment for ELLPath in lldir.h: ELLPath int values are read from settings_files.xml. | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-30 | BUG-2707 add some logging to help narrow down what part of login instance ↵ | Graham Madarasz | |
handling is going awry | |||
2013-05-16 | Removed debugging. | Aura Linden | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
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-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-02-22 | CHUI-778 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Now changing the log/transcripts file location actually moves the files to the new location. Prior behavior just started a new history at that location. Also a fix was made so that if the user changed the log/transcripts path then after pressing the Preferences 'OK' button the new location will be saved to the corresponding .xml file. | |||
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-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-12-16 | Merged | Aura Linden | |
2012-12-16 | Fixed small one-time memory leaks. | Aura Linden | |
2012-12-14 | BOOL vs bool FIGHT | Aura Linden | |
2012-12-13 | Fixes from Oz's merge. | Aura Linden | |
2012-12-13 | merge changes for DRTVWR-244 | Oz Linden | |
2012-12-11 | Merged from viewer-release | Aura Linden | |
2012-12-11 | Crash reporter fixed, debugging removed. | Aura Linden | |
2012-12-11 | Interim debug checkin to test from teamcity | Aura Linden | |
2012-11-30 | SH-3594: Fix for crash when outfits are changed on a non server based baking ↵ | prep@lindenlab.com | |
region. | |||
2012-11-30 | Removed logging. | Aura Linden | |
2012-11-29 | Crashlogger only runs when it comes from teamcity so I must checkin debug ↵ | Aura Linden | |
and wait. What fun. | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-27 | New VFS objects included in every bite! | Aura Linden | |
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-16 | Some Mac header #defines macros like check and equivalent -- gack!! | Nat Goodspeed | |
Given that third-party libraries (such as Boost) can and do use those names, properly namespace-scoped, it's unpardonable to break any such innocent usage with a macro. Given the pervasiveness of the need, introduce a header file with the requisite #undef directives. | |||
2012-11-16 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-11-12 | First round of fixes to make viewer work with Boost 1.52 | callum_linden | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-01 | SH-3405 FIX convert existing stats to lltrace system | Richard Linden | |
final removal of remaining LLStat code | |||
2012-10-23 | Allow user to override either English, or localized, skinned file. | Nat Goodspeed | |
Original LLDir::findSkinnedFilenames() implementation used a tricky rule: a given skin directory was only considered if it provided a default-language override for the sought filename, regardless of whether it also provided localizations for that filename. Discussion with Richard clarifies that we want to allow the user to override neither, either or both. Change findSkinnedFilenames() accordingly; update unit tests to verify new semantics. | |||
2012-10-12 | Fix LLUI::locateSkin() failure case; clarify lldir.cpp static init. | Nat Goodspeed | |
Per code review: Previous refactoring of LLUI::locateSkin() preserved odd failure behavior: it would return last-considered pathname, whether or not it exists. Changed to emit LL_WARNS log message and return empty string. Use Boost.Assign to simplify initialization of a couple static containers in lldir.cpp. |