poikilos
75081378d6
fixed broken use of walk including missed worlds
now has complete list of worlds even after auto_chosen_world is set, and no longer lists subfolders (os.walk had caused that problem)
8 years ago
poikilos
fb5cf49131
added comment useful if minetest expertmm fork
see #region useful if version of minetestmapper.py from expertmm fork of minetest is used
8 years ago
poikilos
6db13576e2
should also work with python3 now
8 years ago
poikilos
4dc42077c9
delete png in case it is huge (usually is)
8 years ago
poikilos
6683371d83
new map symbol and listing players by distance
8 years ago
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
76aa06c7e3
detection of windows command style wip
8 years ago
poikilos
f843aeee00
improved debug output etc
8 years ago
poikilos
d75678381d
improved environment variable handling
9 years ago
poikilos
392e5bc9a9
improved environment detection
and PEP8 and wording of "does not exist" message
9 years ago
poikilos
3b1135565d
updated comment
9 years ago
poikilos
a19967d127
working on timezone issues
9 years ago
poikilos
390856c539
working on player update time
still has issue where python time.gmtime is getting different utc time
than php time()
9 years ago
poikilos
38c7fe1b48
fixed map markers for names that are numbers
by converting to string before using
9 years ago
poikilos
0af0306b2a
debugging player markers
9 years ago
poikilos
1795f1dd8a
working on player markers
9 years ago
poikilos
4dec557000
working on player map markers
9 years ago
poikilos
e04c061e4a
debugging player update
9 years ago
poikilos
a71fbace5a
fixed issue of player previous states not loading
was looking for id instead of playerid in yml files
9 years ago
poikilos
bb14946d9e
switchinv command
function works, working on switchinv.py
9 years ago
poikilos
8d4261c5c2
reducing output
9 years ago
poikilos
be4e0fc6e5
added minetestoffline player name reset to filename
9 years ago
poikilos
6896ffeee7
fix indentation
9 years ago
poikilos
7c1be9146e
working on large map markers and large maps
9 years ago
poikilos
d1c5d6038e
working with u_skin_adder.py
9 years ago
poikilos
cc4b51c3e0
finished u_skin adder
9 years ago
poikilos
c48a275932
working on skin tools
9 years ago
poikilos
06e1cdcbda
prevent silktouch of flames
fixes the issue in the minetest server log replay feature
9 years ago
poikilos
1cba998124
more regression testing notes
9 years ago
poikilos
fb4da8e1e7
additional comments
9 years ago
poikilos
19bd22e67f
working on more exact map markers
9 years ago
poikilos
43ac2c7531
refresh notice
9 years ago
poikilos
e5fe25fa55
improve fonts and fonts size esp for mobile devices
9 years ago
poikilos
ee62053993
working on em size for narrow displays
9 years ago
poikilos
5177bb039d
formatting
9 years ago
poikilos
a4daa115e0
formatting
9 years ago
poikilos
fe39f2d694
formatting readme
9 years ago
poikilos
57843a7a18
working on relative mouse position
9 years ago
poikilos
d55942edb1
working on JS mouse position
and documentation markdown syntax highlighting
9 years ago
poikilos
c4b05cb3e5
working on canvas mouse position
9 years ago
poikilos
8cb3d7adf1
saved some source material used in expertmm.txt
9 years ago
poikilos
9ea7acbb6e
debugging use of this_player
9 years ago
poikilos
23fc8c20a2
debugging use of players dict
9 years ago
poikilos
2615a41180
debugging use of this_player
9 years ago
poikilos
d3416ef9b9
debugging player position updates
9 years ago
poikilos
c869eedea9
fixing syntax
9 years ago