Johannes Dewender
d573631e11
add script to check for new contributors to list
...
Use git shortlog to create a list of contributors
that are not yet included in CONTRIBUTORS.rst
The email address is taken as definitive.
People with the same name, but different email addresses
are supported.
Aliases, different email addresses for the same person,
are handled by git with .mailmap
2012-04-19 01:44:15 +02:00
Johannes Dewender
d6b2cf3a0d
more detailed player inspect + list multiple
...
List all the main player information:
position, dimension, spawnposition
health, foodLevel, Level. XP, gametype
If a players directory is given, all players in there are listed.
If a file is given, list only this player.
You can also give a directory and a player name:
python playerInspect.py [ file | dir [playername] ]
2012-03-27 03:41:14 +02:00
Aaron Griffith
f9b0f8667b
initial update of C code to work with textures object
2012-01-01 22:44:08 -05:00
Aaron Griffith
c4a183b9b0
moved most global vars in textures.py into an instantiatable class
2012-01-01 22:43:37 -05:00
Andrew Chin
b1d5dee84d
Remove unused function
2012-01-01 17:56:31 -05:00
Andrew Chin
12a81a2b47
Fixed the contribManager in windows binaries
2011-10-04 23:27:30 -04:00
Aaron Griffith
b640b6dc2d
updated contrib scripts to work with latest code
2011-09-16 15:59:43 -04:00
Aaron Griffith
8c4dd10824
Revert "small findSigns.py fix -- loading regions with north_direction pre-rotates"
...
This reverts commit 085d400337 .
2011-09-16 14:27:03 -04:00
Aaron Griffith
085d400337
small findSigns.py fix -- loading regions with north_direction pre-rotates
...
What we want in findSigns.py is the raw map data.
2011-09-16 13:43:20 -04:00
Thomas Lake
49b810b84b
Store supplied north direction in generated overviewer.dat
2011-09-16 15:07:04 +01:00
Thomas Lake
65db6530db
Update findSigns.py to support north direction.
...
Closes Issue #485
2011-09-16 14:39:41 +01:00
Aaron Griffith
e3fb3f4a66
fixed testRender.py to work with newer overviewer.py
2011-09-04 08:24:15 -04:00
Aaron Griffith
c0dcda3d84
fixed clearOldCache.py contrib script to work with new python package
2011-08-30 02:37:08 -04:00
Andrew Chin
6678eac654
Add cyrillic_convert script to contrib manager
2011-08-25 22:05:57 -04:00
Andrew Chin
99abbe3336
Merge branch 'contribs' of git://github.com/eminence/Minecraft-Overviewer
2011-08-25 22:02:51 -04:00
Andrew Chin
22f40a9075
Added docstrings to all contrib scripts
2011-08-25 22:01:05 -04:00
Ryan Rector
3304de593f
Add contrib script to fix gibberish Cyrillic signs
2011-08-24 19:38:29 -06:00
asmodai
88e889301a
Added new items.py file with list of itemID and names
2011-08-19 11:22:45 -04:00
Andrew Chin
5ae1fc4b64
Very basic player.dat inspection script
2011-08-19 09:20:49 -04:00
Thomas Lake
19f83a4a16
Edit scripts to move overviewer.dat to render dir
...
Overviewer.dat is moved on first run and a warning is issued
2011-08-16 13:02:09 +01:00
Aaron Griffith
c10074e87f
Merge branch 'master' into py-package
2011-06-04 20:05:31 -04:00
Andrew Chin
f47e7fe406
Fixed rerenderBlocks contrib script
2011-06-02 13:06:12 -04:00
Aaron Griffith
299f15a312
Merge branch 'dtt-c-render' into py-package
2011-04-13 02:42:22 -04:00
Aaron Griffith
c428fcbd70
changed testRender.py to work with ./overviewer.py and ./gmap.py (sorta)
2011-04-04 02:13:12 -04:00
Aaron Griffith
115c36ad5e
Merge branch 'dtt-c-render' into py-package
...
Conflicts:
overviewer.py
2011-04-01 22:00:45 -04:00
Aaron Griffith
3d78e21af7
fixed contrib/testRender.py crashing when -l isn't specified
2011-04-01 21:47:50 -04:00
Aaron Griffith
3fa54aff26
initial work at reorganizing source tree
2011-03-29 11:10:24 -04:00
Aaron Griffith
16a4abe843
added my render timing script to contrib/
2011-03-25 22:50:54 -04:00
Xon
e55b7045ea
Updated findSigns.py & rerenderBlocks.py to work against region format
2011-03-26 02:37:11 +08:00
Aaron Griffith
04ef95e4d6
renamed gmap.py to overviewer.py
2011-03-20 21:43:18 -04:00
Aaron Griffith
c286f840bb
Merge remote branch 'upstream/configfile' into dtt-config-merge
...
Conflicts:
chunk.py
gmap.py
world.py
2011-03-19 21:10:40 -04:00
Alex Headley
5ae361824b
cleaned up contrib/validateRegionFile script
2011-03-19 17:45:20 -04:00
Alex Headley
fae67de9f0
fixed some bugs in the validateRegion script
2011-03-19 14:28:19 -04:00
Xon
76f85d0d2c
Added ctrl-c handling, output is a single line (verbose reports what error occured), added optparsing, supports multipule files or a dir
2011-03-20 01:57:47 +08:00
Xon
cfabf16148
Clarify if opening the region file failed or if the headers are wonky
2011-03-20 01:22:34 +08:00
Xon
6f340dceee
New conrtib script to validate a region file
2011-03-20 01:19:23 +08:00
Aaron Griffith
ba83b6bf00
added contrib script to clean out old caches
2011-03-17 22:25:52 -04:00
Andrew Chin
feeb3283e0
New benchmarking script
...
Useful for examining how a code change affects performance
2011-01-08 01:21:41 -05:00
Andrew Chin
97aa81311c
Fixed empty sign handling, updated findSigns.py
2010-12-31 23:35:18 -05:00
Andrew Chin
fcbff8af2a
Improved marker titles and newlines
...
Primarily for browsers that don't render newlines in tooltips.
Thanks to ben0x539
2010-12-11 20:15:12 -05:00
Andrew Chin
d0267d4e78
new contrib script to help re-rendering specific parts of a map
...
See the top of the file for usage details
2010-11-08 20:38:27 -05:00
Andrew Chin
57a9e8123d
New findSigns.py contrib script
...
This can be used to create an complete overviewer.dat file without
having to re-render your entire world. See the top of the script for
usage details
2010-11-06 15:29:04 -04:00