Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-22 | Windows x64: Disable warning 4267 (it causes too much noise) and do not ↵ | Nicky | |
enable /arch:SSE2 (x64 implies SSE2 and setting the flag causes warnings). (transplanted from 5a7cc3874065b13a83b8c7aa044fb07f38edd283) | |||
2016-04-22 | Add windows64 config. | Nicky | |
(transplanted from 96ec064688376d0f4bfbabcfe8d478227403b630) | |||
2016-11-08 | DRTVWR-418: Use separate XML string elements for command arguments. | Nat Goodspeed | |
autobuild now passes a vector of arguments to the commands it executes, instead of smashing everything together into a single string only to have cmd.exe parse it back into individual arguments again. In general, this is a good thing and more robust than before. However, it surfaces the fact that sometimes people were lazy and encoded things like "-configuration Release" or "-j 12" as single <string> elements in the XML. When such things are handed to the command as a single argument string containing a space, it can get confused. Code (e.g.) <string>-configuration</string><string>Release</string> instead. | |||
2016-11-04 | DRTVWR-418: Update to KDU build 500948. | Nat Goodspeed | |
2016-11-03 | DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. | Nat Goodspeed | |
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-10-10 | increment viewer version to 4.1.2 | Oz Linden | |
2016-10-10 | Added tag 4.1.1-release for changeset b280a1c797a3 | Oz Linden | |
2016-10-05 | Fix MAINT-6730 Media audio does not play when Media volume slider is set to max | Callum Prentice | |
2016-09-30 | Log volume control values for debugging | Callum Prentice | |
2016-09-16 | Merge | Rider Linden | |
2016-09-16 | Merge | Rider Linden | |
2016-09-16 | MAINT-6570: Fix bad merge. | Rider Linden | |
2016-09-15 | increment viewer version to 4.0.9 | Oz Linden | |
2016-09-15 | Added tag 4.0.8-release for changeset 45eaee56883d | Oz Linden | |
2016-09-14 | Merge | Rider Linden | |
2016-09-09 | MAINT-6462 Built-in browser plays video vertically flipped | callum@lindenlab.com | |
2016-09-07 | Restore version of CEF that has the correct Y flipping enabled - ↵ | Callum Prentice | |
(2526/chrome47 version - soon to be replaced with 2704/chrome 51) | |||
2016-09-07 | MAINT-6584, MAINT-5011: Change new 'throw' to LLTHROW() | Nat Goodspeed | |
to be consistent with new exception conventions. | |||
2016-09-07 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc | Nat Goodspeed | |
2016-09-07 | MAINT-6699 FIXED [VOB] Crash in LLSnapshotLivePreview::getBigThumbnailImage() | Mnikolenko Productengine | |
2016-09-07 | Dummy commit to fix the teamcity builds | AndreyL ProductEngine | |
2016-09-06 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc | Nat Goodspeed | |
2016-09-06 | MAINT-5011: Ensure BlockTimer::mStartTime is unconditionally set. | Nat Goodspeed | |
Previous logic could possibly leave mStartTime uninitialized, producing fatal warnings with gcc 4.7. | |||
2016-09-06 | MAINT-5011: Commit backing out BlockTimer warning suppression. | Nat Goodspeed | |
2016-09-06 | Backed out changeset c30d8774c404: remove warning suppression | Nat Goodspeed | |
for possibly-uninitialized data member in BlockTimer::BlockTimer. NickyD suggested a real fix. | |||
2016-09-06 | undo changes to llvertexbuffer.cpp from c727ae93646e | Oz Linden | |
2016-09-06 | merge changes for exception handling | Oz Linden | |
2016-09-06 | paren fix | Oz Linden | |
2016-09-06 | downgrade spammy LLCoros logging to DEBUG | Oz Linden | |
2016-09-06 | add protections against failed memory allocations in VBO and aligned memory | Oz Linden | |
2016-09-06 | add run time error checking to LLImageRaw::scale | Oz Linden | |
2016-09-06 | MAINT-6698 [VOB] "Save" button is always enabled for outfit with non-default ↵ | Mnikolenko Productengine | |
image even if there were no changes | |||
2016-09-05 | MAINT-6685 [VOB] Outfit Image from an Outfit Gallery disappears after ↵ | Mnikolenko Productengine | |
editing outfit | |||
2016-09-02 | MAINT-5011: Abbreviate __FILE__ path in log_unhandled_exception_(). | Nat Goodspeed | |
LLError::abbreviateFile() is specifically to avoid cluttering log output with the prefix of an absolute file path on the original build system, pointless for anyone trying to read the log. | |||
2016-09-02 | MAINT-6461 crash due to invalid menu pointer during visibility change | andreykproductengine | |
2016-09-01 | MAINT-5011: Use LL_VLOGS() rather than raw lllog() macro. | Nat Goodspeed | |
Raw lllog() doesn't work for varying log level, which is why LL_VLOGS() exists. | |||
2016-09-01 | Automated merge with file:///Users/nat/linden/viewer-comment-lllog | Nat Goodspeed | |
2016-09-01 | MAINT-5232: Introduce LL_VLOGS() macro: log call with variable level. | Nat Goodspeed | |
In some places we want to log the same information but with different severity depending on specifics. In other cases we need to test the availability of the logging subsystem before engaging it. LL_VLOGS() accepts an LLError::ELevel argument that can differ with each call, while retaining the desirable feature of deciding only once for each level. | |||
2016-09-01 | Automated merge with file:///Users/nat/linden/viewer-comment-lllog | Nat Goodspeed | |
2016-09-01 | MAINT-5011: Advise against lllog() instead of (e.g.) LL_INFOS(). | Nat Goodspeed | |
2016-09-01 | MAINT-6686 FIXED [VOB] Outfit Snapshot floater should be resized ↵ | Mnikolenko Productengine | |
independently of general Snapshot floater | |||
2016-08-31 | MAINT-5011: Revert to googlemock built on squeeze | Nat Goodspeed | |
2016-08-31 | Backed out changeset 8c0e52a212bb - revert to googlemock 297460 | Nat Goodspeed | |
2016-08-31 | MAINT-5011: Revert to llceflib built on squeeze | Nat Goodspeed | |
2016-08-31 | Backed out changeset 538a5b77f08e - revert to llceflib 311349 | Nat Goodspeed | |
2016-08-31 | MAINT-5011: Revert to colladadom built on squeeze | Nat Goodspeed | |
2016-08-31 | Backed out changeset c494a6e0b619 - revert to colladadom 297450 | Nat Goodspeed | |
2016-08-31 | MAINT-5011: Revert to boost built on squeeze | Nat Goodspeed | |
2016-08-31 | Backed out changeset 4cf5551a22a6 - revert to boost 297445 | Nat Goodspeed | |