Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-25 | forcing all the teamcity service messages to be spat out at once per suite ↵ | Aaron Terrell (Enus) | |
to avoid incorrect TC reporting | |||
2010-08-25 | standardizing a couple of stragler test 'suite' names as class name | Aaron Terrell (Enus) | |
2010-08-24 | seems that build out put sometimes concatenates and we miss a line in our ↵ | Aaron Terrell (Enus) | |
reporting parse, adding newlines at the beginning of each case out | |||
2010-08-24 | standardizing test suite names as class name under test | Aaron Terrell (Enus) | |
2010-08-24 | fixing test names for reporting purposes - removing ' test'. also, updated ↵ | Aaron Terrell (Enus) | |
docs to remove that naming schema | |||
2010-08-24 | commenting out object delete as windows builds are complaining: '[LogScan] ↵ | Aaron Terrell (Enus) | |
e:\w-enus_viewer-tut-teamcity\latest\indra\test\test.cpp(466) : error C2220: warning treated as error - no 'object' file generated [LogScan] e:\w-enus_viewer-tut-teamcity\latest\indra\test\test.cpp(466) : warning C4702: unreachable code' | |||
2010-08-24 | subclassing is working, thanks to changes to the subclass constructor and ↵ | Aaron Terrell (Enus) | |
ridding it of member variables | |||
2010-08-24 | clean commit of teamcity service message related changes of unit test ↵ | Aaron Terrell (Enus) | |
reporting into a clean repo | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-24 | update tags | convert-repo | |
2010-08-24 | Automated merge with file:///home/moss/hg/tofu-viewer-public | Tofu Linden | |
2010-08-24 | Final(???) merge from viewer-release to viewer-public. | Tofu Linden | |
2010-08-24 | BuildParams - Use new 'build_debug_release_separately' flag for ↵ | Aimee Linden | |
viewer-development-import and viewer-development-fixes | |||
2010-08-23 | fix for EXT-8101: [crashhunters] crash in LLVOSky::calcAtmospherics() | Xiaohong Bao | |
2010-08-23 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-23 | fix for EXT-8730: crash at llrender/llimagegl.cpp(157) : error ERROR: ↵ | Xiaohong Bao | |
checkTexSize: wrong texture size and discard level: width: 512 Height: 512 Current Level: | |||
2010-08-23 | added a toggle "LLGLManager::mDebugGPU" for debugging certain CPUs. | Xiaohong Bao | |
added more debug code for EXT-6791: [crashhunters] Intel 965 Crash in glCopyTexSubImage2D | |||
2010-08-23 | BuildParams for aimee_linden/viewer-development-fixes | Aimee Linden | |
2010-08-23 | VWR-20899 FIXED Minor potential memory leak in LLFlatListView::addItem | Aimee Linden | |
2010-08-21 | CID-370 | Aimee Linden | |
Checker: UNINIT_CTOR Function: LLVivoxProtocolParser::LLVivoxProtocolParser() File: /indra/newview/llvoicevivox.cpp | |||
2010-08-20 | increment patch level so that version is 2.1.2 | Oz Linden | |
2010-08-20 | change defaults so that developer builds are labelled correctly, add ↵ | Oz Linden | |
personal build params | |||
2010-08-20 | fix gcc build error. | Tofu Linden | |
2010-08-20 | merge from PE's viewer-trunk | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
2010-08-20 | VWR-20855 (SNOW-510) FIXED Cannot find tut/tut.hpp in Standalone builds | Aimee Linden | |
2010-08-20 | BuildParams for to separate debug and release builds for ↵ | Aimee Linden | |
viewer-development-import | |||
2010-08-20 | Merge | Aimee Linden | |
2010-08-20 | VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes. | Aimee Linden | |
2010-08-20 | add email for new canonical snowstorm build | Oz Linden | |
2010-08-19 | EXT-8525 FIX ellipsis are broken on the Favorites bar (trunk) | Richard Linden | |
2010-08-19 | VWR-20815 (SNOW-511) Allow standalone builds to correctly find a system ↵ | Aimee Linden | |
version of llqtwebkit | |||
2010-08-19 | Remove obsolete build configurations from BuildParams. | Christian Goetze (CG) | |
2010-08-19 | VWR-20810 (SNOW-503) Oops ... forgot the doc/contributions.txt entry (No ↵ | Aimee Linden | |
functional change) | |||
2010-08-19 | Merge from default branch. Fixed gcc build. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-19 | VWR-20810 (SNOW-503) Quote EXE_STAGING_DIR to prevent it failing with some paths | Aimee Linden | |
2010-08-19 | VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a ↵ | Aimee Linden | |
standalone build. | |||
2010-08-19 | EXT-8658 FIXED Made only online participants of Adhoc chat to be shown shown ↵ | Andrew Dyukov | |
in Recent Tab. Used previously commented code which adds only online paricipants instead of current code that added all. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/860/ --HG-- branch : product-engine | |||
2010-08-19 | EXT-8635 FIXED Replaced "no matches found" with "Loading..." in the My ↵ | Andrew Dyukov | |
Outfits tab. Set no items text to "Loading..." when creating the wearable items list and to "There are no items in this outfit" when category is complete. "Outhfit" is there, because wearable items list nay be empty only for them. This string was introduced, because the only situation when there are no items shown in outfit tab is for empty outfit- because even when applying filter either all items from outfit will be shown or outfit tab won't be shown at all. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/865/ --HG-- branch : product-engine | |||
2010-08-18 | Don't bother doing the debug release split on mac for now. | Christian Goetze (CG) | |
2010-08-18 | fix mixup in "last_built_variant" vs "last_built_arch". | Christian Goetze (CG) | |
2010-08-18 | Upload last built variant, not necessarily Release | Christian Goetze (CG) | |
2010-08-18 | Polish build settings for the split between debug and release builds. | Christian Goetze (CG) | |
2010-08-18 | Merged: Enable Coverity, Separate out debug and release builds for faster ↵ | Christian Goetze (CG) | |
turnaround. | |||
2010-08-18 | Enable Coverity, Separate out debug and release builds for faster turnaround. | Christian Goetze (CG) | |
2010-08-18 | fixed for EXT-8963: investigate if Advanced > Run Multiple Threads should be on. | Xiaohong Bao | |
Removed "Run Multiple Threads" from the menu because we are not using it. | |||
2010-08-18 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-18 | VWR-20770 (SNOW-649) FIXED Missing LL_TESTS condition around llplugin unit test | Aimee Linden | |