poikilos
4950309046
fix bug in singleimage limiting to browser size
8 years ago
poikilos
0bcd0a8812
limited map to avoid maximum image size of browsers
8 years ago
poikilos
a09c0722a3
import shutil
8 years ago
poikilos
dc1bfba075
switched to shutil
to avoid OSErrror ErrNo 18 and avoid manually issuing the system a move
command
8 years ago
poikilos
1cf75d1863
corrected error moving temp image file
Avoided error "OSError: [Errno 18] Invalid cross-device link" by using
shell command instead (move for windows, mv for others). The error seems
to be related to moving files between different filesystems using
os.rename in Python, according to search results.
8 years ago
poikilos
f843aeee00
improved debug output etc
8 years ago
poikilos
6896ffeee7
fix indentation
9 years ago
poikilos
7c1be9146e
working on large map markers and large maps
9 years ago
poikilos
2f0b4a1199
working on colors
9 years ago
poikilos
c340a633b5
debugging
9 years ago
poikilos
8e65c25264
working on checking locked condition
9 years ago
poikilos
5897e8607c
working on chunk generator
9 years ago
poikilos
659943f933
working on singleimage
9 years ago
poikilos
fc61c28940
colors.txt is now generated
from various sources preventing duplicates
9 years ago
poikilos
3cf96acea2
switched to using numpy version always
since included copy of minetestmapper-numpy works with leveldb now
9 years ago
poikilos
07bc40429e
draw singleimage, players, markers on canvas
9 years ago
poikilos
107b911e12
singleimage option and some canvas work
9 years ago