Johannes Wienke
91005f8e61
Replace system calls with subprocess
Replaces the os.system call for nona with a subprocess.check_call call
to get informed about errors when calling nona instead of silently
ignoring them before failing with missing files.
10 years ago
Johannes Wienke
27f48187b6
Let argparse print default values
Use a formatter for argparse to print default values instead of doing
this manually.
10 years ago
Johannes Wienke
35dd023509
Check for nona and add command line argument
Checks for a nona executable and adds a command line argument to specify
an executable. The argument is required from the user in case nona
cannot be found on the path.
10 years ago
Johannes Wienke
11b60f1f00
Require python3 in shebang line
Encode the explicit requirement on python 3 in the shebang line for
script usage.
10 years ago
Matthew Petroff
a62693c22f
Added hotspot hover indication.
10 years ago
Matthew Petroff
886a770021
More tweaks to hotspot tooltip positioning.
10 years ago
Matthew Petroff
1ba1595d1c
Fixed generate.py bug (thanks wolke).
10 years ago
Matthew Petroff
15ec2dba56
Formatting.
10 years ago
Matthew Petroff
df0f0d8cd0
Actually fixed hotspot tooltip centering.
10 years ago
Matthew Petroff
20b33394c6
Fixed hotspot tooltip centering.
10 years ago
Matthew Petroff
83438e8f28
Made multires FOV match other formats.
10 years ago
Matthew Petroff
6055e67f56
Fixed bugs with compass.
10 years ago
Matthew Petroff
d45840b0d2
Updated examples.
10 years ago
Matthew Petroff
6c23017395
Added compass heading support.
10 years ago
Matthew Petroff
3969fffade
New theme.
10 years ago
Matthew Petroff
7a77966a22
Improved multires tile load order.
10 years ago
Matthew Petroff
ba7ba9fbdc
Fixed hotspot rendering (thanks ulothix).
10 years ago
Matthew Petroff
3dedeb25db
Always keep base tiles loaded.
10 years ago
Matthew Petroff
b3dd4c31a3
Improved multires performance.
10 years ago
Matthew Petroff
4f61ae7a4c
Improved mouse drag scaling.
10 years ago
Matthew Petroff
5fe6df1d32
Made image URLs relative to JSON config file.
10 years ago
Matthew Petroff
1a6c13552b
Fixed middle click scrolling bug.
10 years ago
Matthew Petroff
71194d555a
Improved tile resolution selection and set multires zoom limit.
10 years ago
Matthew Petroff
6a8b0e7b7c
Updated readme.
10 years ago
Matthew Petroff
e40cb5de95
Moved "configuration.htm" to utils folder.
10 years ago
Matthew Petroff
f39b5c45dd
Added multires tile set generator.
10 years ago
Matthew Petroff
6a02069b82
Moved build tools.
10 years ago
Matthew Petroff
7e4d140ef2
Made multires tile format more flexible.
10 years ago
Matthew Petroff
013f47679e
Improved responsiveness when multires texture is loading.
10 years ago
Matthew Petroff
835ee8ab6c
Cleanup.
10 years ago
Matthew Petroff
de963aa537
Don't use alpha channel for textures.
10 years ago
Matthew Petroff
3de1ca765d
Improve multires performance.
10 years ago
Matthew Petroff
587764b7fb
Added cache for multires nodes.
10 years ago
Matthew Petroff
32ece0c366
Removed mipmaps to allow for non-power-of-two textures.
10 years ago
Matthew Petroff
7d5805a4a5
Removed tabs from build script.
10 years ago
Matthew Petroff
210156ea94
Fixed bug with mouse wheel zoom.
10 years ago
Matthew Petroff
c4ad7f2fc1
Made multires image path configurable.
10 years ago
Matthew Petroff
96e7d7da5f
Upgrade build script to Python 3.
10 years ago
Matthew Petroff
b940e3eb7c
Revert to yuicompressor 2.4.7 since 2.4.8 has a bug on Windows.
10 years ago
Matthew Petroff
44961f22cf
Updated multires example.
10 years ago
Matthew Petroff
5fa11cfe93
Changed multires implementation to tree structure.
10 years ago
Matthew Petroff
ad6ec7ed96
Improved tile in view detection.
10 years ago
Matthew Petroff
fa6cee2f50
Updated build system.
10 years ago
Matthew Petroff
31bcfe7a3f
Added .gitignore.
10 years ago
Matthew Petroff
57a72490d5
Updated readme.
10 years ago
Matthew Petroff
0877ba23c6
Removed build to avoid confusion.
10 years ago
Matthew Petroff
e89fab6069
Fix autorotate.
10 years ago
Matthew Petroff
4ac7c73308
Use requestAnimationFrame instead of timer for keyboard controls.
10 years ago
Matthew Petroff
f3da34b2c6
Bumped copyright year.
10 years ago
Matthew Petroff
89a2a8dc9a
Fixed dragging performance bug.
10 years ago