Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2018-01-05 | Fix for MAINT-8119 - this bug morphed from a packaging issue to being all ↵ | callum_linden | |
about audio not playing when a media stream started. There is some as yet, unknown interaction between the volume catcher code in the CEF plugin and the VLC volume controls. The fix for now is to add a Windows call to the VLC code that sets the process volume explicitly. Later we will address the volume catcher code, move it to a common spot so both CEF and LibVLC can use the same bytes | |||
2017-03-09 | Second part of fix for SL-646 Fix 'LINK : warning LNK4075: ignoring ↵ | Callum Prentice | |
/INCREMENTAL due to '/LTCG' specification' in LibVLC, JPEGLIB etc. | |||
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer64 | Nat Goodspeed | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-01-27 | First batch of changes to add LibVLC media plugin to macOS viewer. Plugin ↵ | Callum Linden | |
fails to start because of an as-yet undiagnosed issue with VLC plugin files related to their extyended attributes | |||
2016-12-06 | DRTVWR-418: Try to clean up numerous CMake CMP0046 warnings. | Nat Goodspeed | |
2016-12-01 | DRTVWR-418: Until we figure out how to say FIXED:NO to linker, don't. | Nat Goodspeed | |
The present CMake logic wants to pass FIXED:NO to the linker for 64-bit builds, which on the face of it seems like a Good Thing: it permits code to be relocated in memory, preventing collisions if two libraries happen to want to load into overlapping address ranges. However the way it's being specified is wrong and harmful. Passing /FIXED:NO to the compiler command line engages /FI (Forced Include!) of a nonexistent file XED:NO -- producing lots of baffling fatal compile errors. Thanks Callum for diagnosing this! | |||
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
autobuild 1.1 now supports expanding $variables within a config file -- support that was explicitly added to address this very problem. So now the windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE, $AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle most of the deltas between the windows platform and windows64. This permits removing the windows64 platform definition from autobuild.xml. The one remaining delta between the windows64 and windows platform definitions was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead. | |||
2016-12-09 | MAINT-6840 start and pause doesn't wotk reliably and can get stuck | andreykproductengine | |
2016-07-27 | remove use of "override" C++11 feature not supported on gcc 4.6 | Oz Linden | |
2016-07-21 | First pass at enabling time based media (videos) scrubbing controls | Callum Linden | |
2016-07-21 | Remove new 'buffering' state for video media - seemed like it'd be useful ↵ | Callum Linden | |
but it broke things | |||
2016-07-21 | Add a comment about order of operation that might be important for those ↵ | Callum Linden | |
that follow | |||
2016-07-20 | MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin ↵ | Callum Linden | |
additions (status, titles, looping) | |||
2016-07-15 | MAINT-6577 FIX No sound in MOAP or browser video | Callum Linden | |
2016-07-11 | MAINT-6527 and MAINT-6528 FIX - max volume and media playing prior URLs | Callum Prentice | |
2016-07-07 | MAINT-6527 FIX -volume plays at full amount +50m away - volume was not set ↵ | callum_linden | |
for media outside attenuation zone so played at random value | |||
2016-07-01 | MAINT-6481 FIX Media controls not present | callum_linden | |
2016-05-31 | Fix windows line endings | callum_linden | |
2016-05-27 | Some simple tidy up and added a proper URL for video test button in web ↵ | callum_linden | |
content floater | |||
2016-05-16 | Added support for some transport controls (pause/play/stop) and setting ↵ | callum_linden | |
media volume level. | |||
2016-05-13 | Additional set of changes to use vlc-bin package | callum_linden | |
2016-05-13 | pull in unflipped version of LLCEFLib | callum_linden | |
2016-05-10 | working test button in web browser floater - video inverted | callum_linden | |
2016-05-10 | Added support for arbitrary URLs and cleaned up code | callum_linden | |
2016-05-09 | Added restart on resize - kind of works | callum_linden | |
2016-05-06 | Moving to a private repo | callum_linden | |