summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-27remove use of "override" C++11 feature not supported on gcc 4.6Oz Linden
2016-07-26merge build script improvementOz Linden
2016-07-26merge callums latest changesOz Linden
2016-07-26fail build on a failed configureOz Linden
2016-07-25Remove unncessary Y flipCallum Prentice
2016-07-22Polish web content floater - rename to reflect it now does all media. remove ↵Callum Linden
developer options when Develop menu closed. start at google home page by default.
2016-07-22More Y flip madness - 2D media on OS X is has flipped Y mouse coords but ↵Callum Linden
correct on 3D/MOAP - reluctantly adding per platform switch
2016-07-21First pass at enabling time based media (videos) scrubbing controlsCallum Linden
2016-07-21Remove new 'buffering' state for video media - seemed like it'd be useful ↵Callum Linden
but it broke things
2016-07-21Missed updated version of LLCEFLib with flipped mouse Y input - perils of ↵Callum Linden
using local files
2016-07-21Add a comment about order of operation that might be important for those ↵Callum Linden
that follow
2016-07-20MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin ↵Callum Linden
additions (status, titles, looping)
2016-07-19MAINT-6578 Add back Y Flip into QuickTime plugin used in OS X to match ↵Callum Linden
viewer setting
2016-07-19MAINT-6578: pick up version of LLCEFLib that has output Y flipped to match ↵Callum Linden
updated viewer setting
2016-07-18Backed out changeset: 5fe5ad059c05ruslantproductengine
2016-07-15MAINT-6577 FIX No sound in MOAP or browser videoCallum Linden
2016-07-11MAINT-6527 and MAINT-6528 FIX - max volume and media playing prior URLsCallum Prentice
2016-07-07Automated merge with tip of viewer-releasecallum_linden
2016-07-07MAINT-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-06increment viewer version to 4.0.7Oz Linden
2016-07-06Added tag 4.0.6-release for changeset 4070611edd95Oz Linden
2016-07-01MAINT-6481 FIX Media controls not presentcallum_linden
2016-06-29merge changes for buildscriptsOz Linden
2016-06-28Fixed up broken XML for Web Content Browser test video URL buttonscallum_linden
2016-06-17remove deliberate syntax errorOz Linden
2016-06-17deliberate syntax errorOz Linden
2016-06-17simplify early failuresOz Linden
2016-06-17introduce deliberate error for buildscript testingOz Linden
2016-06-16remove experimental redirectsOz Linden
2016-06-09move build number informative output to stdoutOz Linden
2016-06-09correct check for disabled build; remove unused functionOz Linden
2016-06-09use autobuild --quiet because it puts everything on stderrOz Linden
2016-06-08first pass at new buildscripts logging conventionOz Linden
2016-06-07null commit to increment codeticket #Oz Linden
2016-06-06update llceflib for MAINT-6488Oz Linden
2016-06-02FIX MAINT-6748 content looks correct but page links are flipped verticallycallum_linden
2016-06-02Merged in NickyD/viewer-release-vlc (pull request #2)Callum Prentice
Linux media_plugin_libvlc
2016-06-02BUG-18252 - media flipped on OS X when played in 2D browsercallum_linden
2016-06-02Merge.Nicky
2016-06-02Linux: Official 3P URL for vlc-bin.Nicky
2016-06-01Point audio MIME types at libVLC media plugin vs CEFcallum_linden
2016-06-01Linux: Use media_plugin_libvlc for media playback.Nicky
2016-06-01Linux: SDL has a dependency on X11 -> Link against it.Nicky
2016-06-01GCC compile fix, array initialization needs proper type.Nicky
2016-06-01GCC compile fix (function returns a pointer, not a bool).Nicky
2016-05-31Fix windows line endingscallum_linden
2016-05-31Remove local flip (as part of resize) in QuickTime plugin for OSXcallum_linden
2016-05-27Some simple tidy up and added a proper URL for video test button in web ↵callum_linden
content floater
2016-05-27- Make popup appear on the right screen coordinates (this was broken after ↵Nicky
the flipy switch) - Make sure the popup stays until it is dismissed (no need to hold the mouse button to scroll through eg a listbox) [This needs a CEF change.)
2016-05-26Put back QuickTime plugin code for OS X until a LibVLC version is createdCallum Prentice