Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | bump version number to 2.7.0 | Oz Linden | |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood | |
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me). However, not everything was used and some more cleaning up was possible. After this patch, and when compiling with optimization, there are no duplicates left anymore that shouldn't be there in the first place. Apart from the debug stream iostream guard variable, there are several static variables with the same name (r, r1, r2, etc) but that indeed actually different symbol objects. Then there are a few constant POD arrays that are duplicated a hand full of times because they are accessed with a variable index (so optimizing them away is not possible). I left them like that (although defining those as extern as well would have been more consistent and not slower; in fact it would be faster theoretically because those arrays could share the same cache page then). | |||
2011-01-28 | trivial: convert to "unix return" | Xiaohong Bao | |
2011-01-26 | add "pause" function for SH-846: design and implement the debug code to ↵ | Xiaohong Bao | |
locate memory leaking | |||
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-19 | pull changes back from beta | Oz Linden | |
2011-01-15 | renamed temp name flag member in name cache to avoid confusion with similar ↵ | Oz Linden | |
names in other classes | |||
2011-01-07 | Merge from viewer-development | Don Kjer | |
2011-01-07 | increment minor revision number to make version "2.6.0" | Oz Linden | |
2010-12-22 | Merge with viewer-development | Don Kjer | |
2010-12-21 | Merge from trunk | Andrew A. de Laix | |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg | |
2010-12-15 | Merge from don_linden/viewer-sandbox | Don Kjer | |
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 | Merge from viewer-development | Don Kjer | |
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 | Merge from http://bitbucket.org/simon_linden/viewer-dev | Don Kjer | |
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-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-11-24 | Pull from viewer-beta | Merov Linden | |
2010-11-23 | [mq]: thread_state_fix | Andrew A. de Laix | |
2010-11-22 | increment viewer version number to 2.5 | Oz Linden | |
2010-11-19 | ER-330 : Improve ObjectUpdateCached message packing. Added some viewer ↵ | Dave SIMmONs | |
metrics, will disable later. | |||
2010-11-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Bill Curtis | |
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) | |
2010-11-18 | added logging and default value for max-agent-groups | Bill Curtis | |
2010-11-13 | STORM-52 FIXED Made it possible to use an external script editor. | Vadim ProductEngine | |
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one. | |||
2010-11-11 | hacking mac updater to install from local dmg | Andrew A. de Laix | |
2010-11-11 | fix termination issues with thread safe queue in main loop repeater service. | Andrew A. de Laix | |
2010-11-09 | Fix for dll linkage errors. | brad kittenbrink | |
2010-11-09 | start of a thread safe queue | Andrew A. de Laix | |
2010-11-09 | Fix crash if thread is manually shut down before it is destroyed. | Andrew A. de Laix | |
2010-11-08 | STORM-105 : takes Vadim's comments into account, clean up use of static ↵ | Merov Linden | |
globals and magic strings, enforce naming conventions | |||
2010-11-08 | changes to read max-agent-groups from login.cgi response | Bill Curtis | |
2010-11-05 | STORM-105 : Take Vadim code review into account, code clean up | Merov Linden | |
2010-11-04 | merge with viewer-development | Merov Linden | |
2010-11-04 | automated merge from http://hg.secondlife.com/viewer-beta | Loren Shih | |
2010-11-02 | STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵ | Vadim ProductEngine | |
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad. | |||
2010-11-01 | Remove assert from lldictionary that keeps devs from working with mesh ↵ | Dave Parks | |
viewer and release viewer. |