0
Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas F
e348a548b6 Initial Python 3 port
Many things work, some don't. Notably, genPOI doesn't work, and
there's some signedness comparison stuff going on in the C extension.

This also completely drops support for Python 2, as maintaining a C
extension for both Python 2 and 3 is a pain and not worth it for the
9 months that Python 2 is still going to be supported upstream.

The documentation needs to be adjusted as well.

All of the few tests we have pass, and rendering a map works, both
with a configuration file and without. We can also use optimizeimages.

Concerns #1528.
2019-03-17 17:57:07 +01:00
Patrick-Emmanuel Boulanger-Nadeau
a0640e8bdb extra character ? 2014-01-20 16:10:48 -05:00
Patrick-Emmanuel Boulanger-Nadeau
2b2d929659 Add the new function to the synthetic test 2014-01-20 16:04:11 -05:00
Johan Kiviniemi
754487389d test_tileset: Depth is now 5 because of ‘maxrow + 32’ in tileset.py 2013-12-27 04:37:35 +02:00
Johan Kiviniemi
9d669f4bbf test_tileset: Drop unused correct_tiles list 2013-12-27 04:36:35 +02:00
Johan Kiviniemi
2adebabc19 test_tileset: Add required name item to defoptions 2013-12-27 03:47:10 +02:00
Johan Kiviniemi
b5dec03cff test_tileset: Add missing world parameter 2013-12-27 03:46:36 +02:00
Aaron Griffith
626129394a split up util.py into files.py and logger.py, moved code appropriately 2012-03-05 12:12:27 -05:00
Andrew Brown
4c21fb2e05 modified tileset.py for the new Anvil format 2012-02-19 00:04:26 -05:00
Andrew Brown
aaf8e1d7cb Changed "worldname" to "world" in configfile
Also brought tests up to date. All tests pass now.
2012-02-14 20:39:05 -05:00
Andrew Brown
9e61407c67 fixed a bug in TileSet. Traversal now works according to tests. 2012-01-08 03:12:06 -05:00
Andrew Brown
3995a06c97 added TileSet tests, fixed several bugs. Still needs work. 2012-01-08 02:51:06 -05:00