0
Commit Graph

10 Commits

Author SHA1 Message Date
Xon
6519d71eaa changed setup.py to include numpy include paths
from <https://github.com/agrif/Minecraft-Overviewer/issues/2>
2011-03-09 19:10:35 -05:00
Aaron Griffith
07dd219d20 refactored c extensions into one 2011-03-08 17:43:50 -05:00
Aaron Griffith
7555bcf1af moved c extensions into src/ 2011-03-08 16:54:20 -05:00
Andrew Chin
66a9306a29 Experimental code to provide a C implementation of chunk_render
Please see the TODO comments in iterate.c

None of the lighting, spawning, night, or cave modes work with this
version.
2011-03-06 00:30:40 -05:00
Andrew Chin
8e87e5571f Added new fire.png to the nightly kits 2011-02-08 19:45:34 -05:00
Andrew Chin
935d353ef1 Fix build regression on non-windows platforms 2011-01-10 21:42:33 -05:00
Andrew Chin
521a359139 changes for py2exe 2011-01-08 16:09:01 -05:00
Aaron Griffith
e4b5a10b9a some fixes to setup.py for Mac OS X, and .gitignore additions 2010-11-09 21:34:05 -05:00
Aaron Griffith
5a19b8b375 Added a PIL alpha_over extension in C, and code to setup.py to build it
I needed a way to let py2exe options be provided only when py2exe is
available. My solution (maybe not the best) was to put all the
arguments for the final setup() call into a dictionary, that is filled
in conditionally during the script's execution. This is why the file
is completely changed; however, it still does what it used to do (when
py2exe is available).
2010-10-23 13:17:56 -04:00
Andrew Brown
fec7f1b8e4 Added a setup.py for py2exe 2010-09-28 23:13:13 -04:00