Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | trival: fix compiling errors for Linux. | Xiaohong Bao | |
2011-01-04 | a debug tool to detect LLPointer issues for SH-694: check if there are any ↵ | Xiaohong Bao | |
other LLPointer issues in the mesh model uploading flow and fix them if exist. This debug tool is off by default. To turn it on, set LL_REF_COUNT_DEBUG to be 1 in the header file "llcommon/llrefcount.h". | |||
2010-12-29 | Automated merge up from viewer-development | Loren Shih | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-21 | Automated merge up from viewer-development | Loren Shih | |
2010-12-21 | Automated merge from mesh-development | Loren Shih | |
2010-12-20 | merge | Brad Payne (Vir Linden) | |
2010-12-20 | SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved ↵ | Brad Payne (Vir Linden) | |
onIdle functions to llcallbacklist. | |||
2010-12-20 | thread safety checking | Brad Payne (Vir Linden) | |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-17 | SH-682 WIP: allow DEBUG_FAST_TIMER_THREADS to work when enabled | Brad Payne (Vir Linden) | |
2010-12-16 | Automated merge up from viewer-development | Loren Shih | |
2010-12-15 | pulling fixes back from viewer-beta | Oz Linden | |
2010-12-14 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed | |
2010-12-14 | SWAT-352: when loading lleventhost, call apr_dso_error() function. | Nat Goodspeed | |
In addition to its usual apr_sterror() function, APR defines a special function specifically for errors relating to the apr_dso_*() functions. Introduce ll_apr_warn_status() and ll_apr_assert_status() overloads accepting apr_dso_handle_t* to call apr_dso_error() as well as apr_strerror() and log its output. Use new ll_apr_warn_status() in LLAppViewer::loadEventHostModule() for apr_dso_load() and apr_dso_sym() calls. Instead of shorthand ll_apr_assert_status(), use with llassert_always() so check is still performed even in Release build. Add more lleventhost-related debugging output, e.g. full pathname of the DLL. On Mac and Linux, call 'file' command to report nature of the DLL too. | |||
2010-12-14 | Merge | brad kittenbrink | |
2010-12-13 | permit flush when disabled. | Andrew A. de Laix | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-10 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix | |
2010-12-10 | fix possible crash on shutdown in event queue flush. | Andrew A. de Laix | |
2010-12-10 | fix working directory in install script and remove dependency on open option ↵ | Andrew A. de Laix | |
--args which is 10.6 only. Also fix erroneous check in process launcher which was mistakenly reporting a failed execution of the new updater script. | |||
2010-12-10 | fix crash if posting event during shutdown. | Andrew A. de Laix | |
2010-12-09 | Pull from viewer-beta | Merov Linden | |
2010-12-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
2010-12-08 | CHOP-239: reconcile LL_VERSION_BUNDLE_ID with Info-SecondLife.plist. | Nat Goodspeed | |
The bundle ID is found in llversionviewer.h, Info-SecondLife.plist and mac_updater.cpp. The latter two state it as "com.secondlife.indra.viewer". llversionviewer.h stated it as "com.secondlife.snowglobe.viewer". Changing it to "indra" to be consistent. For further discussion, please see the Jira. | |||
2010-12-03 | Merge | leyla_linden | |
2010-12-03 | merge | Brad Payne (Vir Linden) | |
2010-12-03 | Added timer-related logging during logperformance | Brad Payne (Vir Linden) | |
2010-12-03 | #ifdef out ll_align_malloc/free (gcc 4.2 is unhappy about some of the syntax ↵ | Dave Parks | |
there) | |||
2010-12-02 | Merge | Dave Parks | |
2010-12-02 | ESC-211 Metrics data sink - fix delivery by viewer | Monty Brandenberg | |
The TextureFetch thread was still stalling out due to a different path that determines whether there is work or not in the thread (uses getPending()) and that had to be harmonized with the changes to runCondition(). I'm not happy with this solution but a refactor of the LLThread tree isn't in the cards right now. | |||
2010-12-02 | merge | Brad Payne (Vir Linden) | |
2010-12-02 | Cleaning up fast timer fixes | Brad Payne (Vir Linden) | |
2010-12-02 | Avoiding more RDTSC dependencies in fast timers | Brad Payne (Vir Linden) | |
2010-12-02 | Automated merge | Loren Shih | |
2010-12-01 | Still fixing non-windows builds | Brad Payne (Vir Linden) | |
2010-12-01 | Fixing linux build failure | Brad Payne (Vir Linden) | |
2010-12-01 | Moving timer code for AMD issue diagnosis | Brad Payne (Vir Linden) | |
2010-12-01 | Automated merge up from viewer-development | Loren Shih | |
2010-11-30 | Use architecture-independent code for windows fast timers | Brad Payne (Vir Linden) | |
2010-11-24 | Pull from viewer-beta | Merov Linden | |
2010-11-23 | [mq]: thread_state_fix | Andrew A. de Laix | |
2010-11-22 | CTS-320 SH-465 FIX use system zlib for standalone builds | Nyx (Neal Orman) | |
pulling boroondas' changes to change our includes to use the system versions of zlib if doing a standalone build. Code changes are minimal, and appear to work correctly. Approved. - Nyx | |||
2010-11-22 | SH-466 FIX fix of VWR-20670/SNOW-506 lost in merge | Nyx (Neal Orman) | |
Verified that the fix is no longer in mesh-development. Verified fix is still in viewer-development. Fix is simply changing visibility of LLInstanceTracker base in LLEventTimer from protected to public. The lack of this fix indicates a bad merge. Re-applying fix. | |||
2010-11-22 | increment viewer version number to 2.5 | Oz Linden | |
2010-11-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Bill Curtis | |
2010-11-19 | Don't use llwarns/llinfos from a background thread. | Dave Parks | |
2010-11-19 | Automated merge with file:///Users/Bill/Projects/viewer-release | Bill Curtis | |
2010-11-18 | CHOP-135 Bug fixes. | Mark Palange (Mani) | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |