mko
39590a6b00
Fix unexpected 'undefined' path
Added missing checks of (optional and uninitialized) basePath attribute of config.multiRes. So default basePath/ tourConfig's basePath and multires basePath are the same if there is no explicit setting.
před 9 roky
mko
04ca9d02ab
Do not prefix paths with dot
Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
před 9 roky
mko
be6d3870de
update git ignore
před 9 roky
mko
baf955216a
add git ignore
před 9 roky
Matthew Petroff
dba5e8ff97
Use strict comparison.
před 9 roky
Matthew Petroff
6c9daa82ec
Merge pull request #63 from dpq/master
Added option to disable keyboard zooming
před 9 roky
David Parunakian
50d754456f
Added option to disable keyboard zooming
před 9 roky
Matthew Petroff
7731808e5a
Last commit broke things in Firefox.
před 9 roky
Matthew Petroff
f3372638c8
Make video panoramas work in Chrome.
před 9 roky
Matthew Petroff
8bb0f0f09a
Fix typo in previous commit.
před 9 roky
Matthew Petroff
8813396171
Don't append base path when image path is absolute.
před 9 roky
Matthew Petroff
ab0e1fe9b4
Use Git version hash instead of version number when not building a release.
před 9 roky
Matthew Petroff
653af08f8e
Fix display of about message.
před 9 roky
Matthew Petroff
d76b9f9709
Resize renderer instead of reinitializing on size change.
před 9 roky
Matthew Petroff
dd35437825
Make error message work in IE 9 again.
před 9 roky
Matthew Petroff
ea42bfd35e
Make CSS 3D fallback viewer work in IE 10/11.
před 9 roky
Matthew Petroff
2bfce35229
Fix zoom out jerkiness in Chrome ( fixes #61 ).
před 9 roky
Matthew Petroff
5cc12a0048
Fix jumping while panning around +180/-180 degrees ( fixes #62 ).
před 9 roky
Matthew Petroff
bd3990ee60
Performance improvements.
před 9 roky
Matthew Petroff
f2a787fdbc
Add hot spot debug option to assist with positioning hot spots (implements #59 ).
před 9 roky
Matthew Petroff
f8dfee9d63
BREAKING CHANGE! Reverse sign of hot spot yaw so it makes sense.
před 9 roky
Matthew Petroff
3e64ee9d89
Relax touch move timeout ( fixes #55 ).
před 9 roky
Matthew Petroff
cf58e20f0e
Minor changes to readme.
před 9 roky
Matthew Petroff
e70b15f5a2
Expand generate.py section in readme.
před 9 roky
Matthew Petroff
1590f56a99
Merge pull request #57 from hhkaos/patch-1
Update readme.md
před 9 roky
Matthew Petroff
84c1cd9bc1
Fix JSHint warnings.
před 9 roky
RaulJimenezOrtega
fb08457b27
Update readme.md
Adding some notes about how to generate multires images ^_^ (it took me some time to figure it out hehe).
Thanks by the way for this lib! I love it :D
před 9 roky
Matthew Petroff
fda20f90d9
Handle IE 11 silently failing for NPOT cubemaps.
před 9 roky
Matthew Petroff
eeee2b7bf9
Add more error messages.
před 9 roky
Matthew Petroff
0c05788b93
Don't use WebGL for cubemaps in iOS due to bug with NPOT textures.
před 9 roky
Matthew Petroff
d4bb429cde
Move size detection error to check size before rendering since iOS does not throw an error when an image is too big.
před 9 roky
Matthew Petroff
405056e255
Fix error message display.
před 9 roky
Matthew Petroff
01d5352a5d
Fix bug in Safari where controls and hot spots were sometimes obscured when using the CSS 3D renderer in fullscreen mode.
před 9 roky
Matthew Petroff
bfc9e97f64
Fix CSS 3D renderer fullscreen bug.
před 9 roky
Matthew Petroff
c8d0a3459d
Fix minor multires bug.
před 9 roky
Matthew Petroff
9be5b1a4c8
Improve image near cube edges in CSS 3D renderer.
před 9 roky
Matthew Petroff
9efdca61ee
Fix bug where hot spot tooltips were sometimes obscured by other hot spots.
před 9 roky
Matthew Petroff
84185b3ae4
Fix bug with autoloaded tours.
před 9 roky
Matthew Petroff
8c3c581848
Fix Safari fullscreen bug.
před 9 roky
Matthew Petroff
fe26418071
Merge pull request #54 from umbreak/patch-6
Extra space not matching the replace condition on build
před 9 roky
Didac
124d6a6199
Extra space not matching the replace condition on build
Hello,
the minified built version of pannellum.htm was not correct cause this space in the replace line was not replacing the corresponding line in src/pannellum.htm
<link type="text/css" rel="Stylesheet" href="css/pannellum.css"/>
před 9 roky
Matthew Petroff
d71732e50b
Zooming out with the keyboard was too slow; speeding up.
před 9 roky
Matthew Petroff
d3c739df5e
Load configuration files asynchronously to avoid deprecation warning.
před 9 roky
Matthew Petroff
7bc51fc6b7
Create the rest of the elements dynamically.
před 9 roky
Matthew Petroff
93dcbaef84
Fix recently introduced bugs.
před 9 roky
Matthew Petroff
8ca21d2811
Dynamically create renderer elements.
před 9 roky
Matthew Petroff
d779cde114
Fix Safari 7 display bug.
před 9 roky
Matthew Petroff
36b6d1cfe2
Something that should have been in the last commit.
před 9 roky
Matthew Petroff
9a26507943
Fix bug with hotspots in CSS 3D renderer.
před 9 roky
Matthew Petroff
3e73a66730
Add option for fade animation when transitioning between scenes ( fixes #46 ).
před 9 roky