0
Commit Graph

48 Commits

Author SHA1 Message Date
Aaron Griffith
fde647bfdf Merge branch 'py-package'
Conflicts:
	setup.py
2011-07-10 18:14:20 -04:00
Aaron Griffith
0c63bcb5fe changed setup.py to copy web_assets recursively for py2exe 2011-07-07 16:35:48 -04:00
Maciej Małecki
c1f13775d9 setup.py now checks for Imaging directory in Python include path. Appears to fix #402 2011-07-04 12:54:34 +02:00
Aaron Griffith
387f97d64d initial work on py2app for OSX 2011-05-28 19:07:05 -04:00
Aaron Griffith
561bb64c7c fixes for py2exe/windows 2011-05-28 15:05:52 -04:00
Aaron Griffith
0104847c04 changed extra file install location to something more sane 2011-05-14 15:34:26 -04:00
Aaron Griffith
c12f95b0a1 nice version numbers, and metadata update 2011-05-13 23:39:44 -04:00
Aaron Griffith
8aafd34769 --version now works with sdist 2011-05-13 22:40:18 -04:00
Aaron Griffith
4ec1b4c971 working versions, data files, and package metadata 2011-05-13 22:24:49 -04:00
Aaron Griffith
e84ef2c1d2 Merge branch 'master' into py-package
Conflicts:
	overviewerConfig.js
	overviewer_core/data/overviewerConfig.js
	setup.py
	web_assets/overviewerConfig.js
2011-05-13 21:37:35 -04:00
Aaron Griffith
6dd3ac067c fixed setup.py info to account for overviewerConfig.js move 2011-05-13 21:30:26 -04:00
Aaron Griffith
e8f9a8bf3e added CONTRIBUTORS.rst to dist stuff, capitalized package name 2011-05-10 20:22:00 -04:00
Aaron Griffith
383b01859f Merge branch 'master' into py-package
Conflicts:
	overviewer_core/data/config.js
	overviewer_core/data/web_assets/functions.js
	overviewer_core/data/web_assets/style.css
	setup.py
	web_assets/overviewer.css
	web_assets/style.css
2011-05-10 20:19:10 -04:00
Andrew Chin
4297e49f20 Add portal.png to data_files for py2exe 2011-05-08 12:05:04 -04:00
Andrew Chin
00a3285555 Fix for py2exe 2011-04-28 11:10:06 -04:00
Aaron Griffith
5f69b78c75 Merge branch 'dtt-c-render' into overlays
Conflicts:
	setup.py
2011-04-16 11:25:04 -04:00
Alejandro Aguilera
b89ea8db8c Working cave rendermode without tinting. 2011-04-14 00:33:41 +02:00
Aaron Griffith
66145e374a Merge branch 'dtt-c-render' into py-package
Conflicts:
	setup.py
2011-04-03 22:47:11 -04:00
Aaron Griffith
ab40d980af Merge branch 'dtt-c-render' into overlays
Conflicts:
	setup.py
2011-04-03 22:44:44 -04:00
Andrew Chin
4276176227 add support for a PIL_INCLUDE_DIR environment variable 2011-04-02 17:34:18 -04:00
Andrew Chin
a30e415597 Render edge lines 2011-04-02 00:37:16 -04:00
Aaron Griffith
42596416d9 sdist and install now work
next step is using a custom data dir, and falling back on the package
data dir. Also, fixing --version.
2011-03-29 13:49:50 -04:00
Aaron Griffith
3fa54aff26 initial work at reorganizing source tree 2011-03-29 11:10:24 -04:00
Aaron Griffith
7955092e66 Merge branch 'dtt-c-render' into overlays
Conflicts:
	overviewer.py
	setup.py
2011-03-29 05:57:56 -04:00
Aaron Griffith
d7af3d437b changing the C header files now correctly rebuilds whole extension 2011-03-29 04:33:41 -04:00
Aaron Griffith
9f69f099ad initial support for map overlays 2011-03-28 02:50:36 -04:00
Andrew Chin
38ce8681fd suppport win64 builds 2011-03-27 13:59:13 -04:00
Aaron Griffith
e0e571971a added endianness helper functions, and reading biome data directly 2011-03-27 06:07:43 -04:00
Andrew Chin
172198558a Moved helper function out of overviewer.py and into util.py
Solves a dependency problem where you can't import overviewer unless the extension is built
2011-03-24 22:45:26 -04:00
Andrew Chin
c25e2cce0f Implement a --version option to overviewer
Should also work with py2exe binary kits
2011-03-24 22:27:50 -04:00
Andrew Chin
7daa1bac9d Now supports both MSVC and mingw32 2011-03-23 22:59:33 -04:00
Aaron Griffith
ccddba2d81 ported spawn render mode to C 2011-03-23 02:31:09 -04:00
Aaron Griffith
69bb56dcb4 added night rendermode 2011-03-23 00:33:59 -04:00
Aaron Griffith
24950f6024 moved rendermode_normal into a separate file, like rendermode_lighting 2011-03-22 23:09:12 -04:00
Aaron Griffith
b312cef52e put lighting render mode in its own file; it's about to get *way* more complicated 2011-03-21 19:53:20 -04:00
Aaron Griffith
b908c6e07c separated iterate and rendermode code, rendermodes are now defined by interface structs 2011-03-21 07:41:10 -04:00
Aaron Griffith
04ef95e4d6 renamed gmap.py to overviewer.py 2011-03-20 21:43:18 -04:00
Xon
383e8197af Performance improvements on update scan 2011-03-19 02:50:44 +08:00
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