Matthew Petroff
9e23ee0b57
Print browser console logs when tests fail.
5年前
Matthew Petroff
2d0230dd4e
Another attempt at headless testing with Travis CI.
Try to replace Sauce Labs, so CI works for pull requests (#774 ).
Based on configuration at 60c73499fc/README.md
.
5年前
Matthew Petroff
405bdc717d
Explicitly state prefered method for seeking support ( #773 ).
5年前
Matthew Petroff
982242c7f9
Clarify directions for viewing examples ( #772 ).
5年前
Matthew Petroff
5e682d0ff3
Add `CONTRIBUTING.md` file per JOSS review suggestion ( #770 ).
5年前
Matthew Petroff
fb918f1f36
Update JOSS paper to address comments by @vsoch (issue #769 ).
5年前
Will Calderbank
3bbc5574cb
Add scale option to hot spot ( #760 )
* Add scale option to hot spot
When `true`, the hot spot is scaled to match the fish eye effect of the image.
Hot spots then appear to be embedded in the panorama instead of floating on top.
5年前
Matthew Petroff
d773cc9f60
Fix regression with auto-rotate stopping early ( fixes #764 ).
This regression was introduced in 12516e69b9
.
5年前
Will Calderbank
64f7c9cafc
Add optional pitch argument to startAutoRotate ( #761 )
* Add optional pitch argument to startAutoRotate
Before starting rotation, the viewer is panned to `pitch`.
If pitch is not specified, origPitch will be used
5年前
Matthew Petroff
060ced6ba5
Fix capitalization in paper reference.
5年前
Matthew Petroff
ebc31b7239
Fix recovery from load failure ( fixes #755 ).
5年前
Matthew Petroff
062d878bf5
Add inital draft of JOSS manuscript.
5年前
Matthew Petroff
d420aa8059
Add direct documentation links to readme.
5年前
Matthew Petroff
1d0cc06fc2
Use concept DOI in readme.
5年前
Matthew Petroff
0bee2f4720
Prep for release.
5年前
Matthew Petroff
ec0febf054
Fix regression with Video.js plugin.
5年前
Matthew Petroff
d1bf5afc65
Add Zenodo DOI to readme.
5年前
Matthew Petroff
158d825054
Fix issue with tagging 2.5.0 release.
5年前
Matthew Petroff
967378312f
Prep for release.
5年前
Matthew Petroff
5d6d91d3a2
Add release dates to changelog.
5年前
Matthew Petroff
de08b9d7a8
Add `authorURL` configuration parameter (implements #751 ).
5年前
Matthew Petroff
15ddea01bd
Remove unnecessary `encodeURI` calls.
5年前
Matthew Petroff
1c6c26fd48
Remove `requestAnimationFrame` shim, dropping support for some older browsers.
5年前
Matthew Petroff
d02cedcc4e
Document that the viewer pans to the initial pitch before starting auto rotation (see #744 ).
5年前
Matthew Petroff
e3ccab1462
Add Travis CI build status to readme.
5年前
Matthew Petroff
e473b6f738
Add build to Travis CI configuration.
5年前
Matthew Petroff
3f3a30a4ad
Reduce maximum allowed test image difference.
5年前
Matthew Petroff
6f33ab022a
Relax test image difference requirement.
5年前
Matthew Petroff
275a3be3fc
Does changing the port make Sauce Labs work?
5年前
Matthew Petroff
92fe12565c
Try using a newer version of Selenium for Travis CI / Sauce Labs.
5年前
Matthew Petroff
0b28a591b6
Try using Travis CI + Sauce Labs.
5年前
Matthew Petroff
058f9c1912
Readme improvements.
5年前
Matthew Petroff
54efab2293
Add note about contributing.
5年前
Matthew Petroff
aadbd08fef
Apply JSHint fixes.
5年前
Matthew Petroff
0994df2e70
Apparently WebGL does not play nicely with Travis CI.
5年前
Matthew Petroff
186107010f
Fix Travis CI test failure?
5年前
Matthew Petroff
18e00163c3
WebGL doesn't work in Firefox headless mode.
5年前
Matthew Petroff
ed2ad0bc0d
Properly exit when tests fail.
5年前
Matthew Petroff
7820db88aa
Fix test script port number.
5年前
Matthew Petroff
ca50d05dc4
Yet another Travis CI configuration fix.
5年前
Matthew Petroff
1dbf5ab324
Another Travis CI configuration fix.
5年前
Matthew Petroff
94fa314232
Apply fixes to Travis CI configuration.
5年前
Matthew Petroff
232e5e18bf
Add initial Travis CI configuration.
5年前
Matthew Petroff
18f931639a
Add limited test suite.
5年前
Matthew Petroff
1b92bf32b4
Properly handle dynamic first scene without need to manually call `setUpdate`.
5年前
Matthew Petroff
76d2c6b2b8
Create FUNDING.yml
5年前
Matthew Petroff
107b2a180d
Check if previous scene was loaded before trying to fade ( fixes #741 ).
5年前
Matthew Petroff
59893bcea4
Switch to `highp` precision for equirectangular fragment shader.
This resolves pixelation issues on some mobile devices (fixes #725 ).
It also may be related to issues #301 , #496 , #683 , and #708 .
5年前
Matthew Petroff
71bf642860
Properly remove event listeners from container element ( fixes #710 ).
For three event listeners added to the container elements weren't being
removed properly, since `removeEventListener` was mistakenly being called on
`uiContainer` instead. This was preventing garbage collection.
5年前
Matthew Petroff
34cb1a409e
Another check to make sure hot spot div exists before deleting it ( #702 ).
5年前