Commit Graph

54 Commits (current)

Author SHA1 Message Date
Kiyoshi Aman 86f36ddd1a Add mailmap 2021-05-18 21:49:48 -05:00
Kiyoshi Aman 34c94318a5 smeargle: Add flag for outputting tilemaps in little-endian format. 2018-10-23 13:05:51 -05:00
Kiyoshi Aman f5c726eb0b porygon.py: linear1 format should be *called* that. 2018-10-23 13:03:32 -05:00
Kiyoshi Aman 8195a8c4da package.sh: More packaging fixups. 2018-10-12 17:04:04 -05:00
Kiyoshi Aman 3dee431aef smeargle/script: Check for min_tiles separately from max_tiles rather than mutually exclusively. 2018-10-11 15:43:15 -05:00
Kiyoshi Aman f71911f7dd Omit Python cache dir. 2018-10-11 11:37:13 -05:00
Kiyoshi Aman 106337e302 package.sh: Add smeargle/ and girafarig.py to script. 2018-10-11 11:36:37 -05:00
Kiyoshi Aman e97b943689 Smeargle 0.7.0 2018-10-11 11:36:37 -05:00
Lakmir 78f679966d Update 'license.txt' 2018-06-06 15:49:24 -05:00
Aerdan 9252c663d4 Merge branch 'atlas_tools' of Aerdan/smeargle into master 2018-06-06 15:41:53 -05:00
Nathan Deren d7fd042d38 Remove stray line from changelog 2018-06-06 13:22:26 -07:00
Nathan Deren 05fcb9ca6b Readme update 2018-06-06 13:14:19 -07:00
Nathan Deren c75e865ccf v0.6.0 update
Adds atlas, thingy output formats
Adds configurable filenames
Adds an option to force 16-bit tilemap indexes
Adds an option to start at a nonzero tilemap index
2018-06-06 13:14:02 -07:00
Nathan Deren 3584999c55 Merge pep8 fixes from master 2018-06-06 10:39:23 -07:00
Nathan Deren f1fd92e7dd WIP commit for merge 2018-06-06 10:39:09 -07:00
Aerdan 68059a2c28 Merge branch 'pep8_fixes' of Aerdan/smeargle into master 2018-06-06 12:36:02 -05:00
Nathan Deren 37cf19a806 PEP8 adjustment to porygon.py
Added linebreaks before defs
Refactored variable identifier "format" to "fmt" to avoid shadowing string.format
2018-06-06 09:54:48 -07:00
Nathan Deren b479a88d64 PEP8 and QOL adjustments 2018-06-06 09:50:42 -07:00
Kiyoshi Aman a01b2cc69d Omit tarballs. 2018-05-14 21:05:49 -05:00
Kiyoshi Aman 50995bb391 package.sh: Add example.json to script 2018-05-14 21:05:21 -05:00
Kiyoshi Aman 106d954115 smeargle: Dcoument Font.length function. 2018-05-11 21:13:08 -05:00
Kiyoshi Aman 417e3ef4db smeargle: Create output directory if not existent prior. 2018-05-01 13:58:29 -05:00
Kiyoshi Aman 8bea09199e smeargle: Work, damnit. 2018-05-01 13:55:01 -05:00
Kiyoshi Aman be4d5500e1 smeargle: Oops. This is why we test before we release, folks. 2018-03-14 11:04:50 -05:00
Kiyoshi Aman 49aad5bdbb Smeargle 0.5.0 2018-03-14 10:53:03 -05:00
Kiyoshi Aman 46eb139637 smeargle.py: Add usage info. 2018-03-04 08:33:10 -06:00
Kiyoshi Aman 8095eba641 package.sh: Script for packaging added. 2018-02-24 17:19:07 -06:00
Kiyoshi Aman f3ab4d57ff porygon.py: Implement padded4_2 mode.
padded4_2 pads 2bpp so that it'll fit in 4bpp.
2018-02-23 09:01:37 -06:00
Kiyoshi Aman cd2f370aff Rewrite Smeargle, prepare 0.4.0 release. 2018-02-23 09:00:44 -06:00
Kiyoshi Aman 639ee357b9 melissa8.json: Add palette data. 2018-02-23 08:47:10 -06:00
Kiyoshi Aman 14df5514fe smeargle.py: Add undeduplicated output. 2017-12-16 18:44:50 -06:00
Kiyoshi Aman ec58ad2d1d porygon.py: Fix a bunch of shit. 2017-12-16 18:44:36 -06:00
Kiyoshi Aman c128e2b749 smeargle.py: Drop to 8-bit indexes in PNG output. 2017-12-08 17:01:02 -06:00
Kiyoshi Aman 137ec2afdc Update changelog. 2017-12-08 16:53:47 -06:00
Kiyoshi Aman d197c0af06 porygon.py: Add palette map support. 2017-12-08 16:53:34 -06:00
Kiyoshi Aman eaadbbd4d1 porygon.py: planar2 now works. 2017-12-08 14:37:52 -06:00
Kiyoshi Aman 846080b3b9 porygon.py: And iterate properly now. 2017-12-08 14:05:15 -06:00
Kiyoshi Aman 2deb2b3561 porygon.py: Why did I have row & column mixed up? 2017-12-08 14:03:59 -06:00
Kiyoshi Aman 416d2f7c0f porygon.py: Invert bytes properly. 2017-12-08 13:47:51 -06:00
Kiyoshi Aman 19e21c29a5 porygon.py: Add linear4/snes4/pce4. 2017-12-08 13:41:19 -06:00
Kiyoshi Aman 67db6a92b9 porygon.py: Fix horizontal flip issue. 2017-12-08 13:40:34 -06:00
Kiyoshi Aman 63ce12e02b porygon.py: mark executable 2017-12-08 10:19:16 -06:00
Kiyoshi Aman 159978e724 porygon.py: Whoops. Now try this. 2017-12-08 10:17:54 -06:00
Kiyoshi Aman 21994dd03e porygon.py should now be in a usable form. 2017-12-08 10:14:30 -06:00
Kiyoshi Aman 56dd5d3f17 Add porygon.py 2017-12-08 09:56:21 -06:00
Kiyoshi Aman 503c296cf3 Add changelog. 2017-12-08 00:44:37 -06:00
Kiyoshi Aman fd74400832 Emit index map as hex. 2017-12-08 00:32:48 -06:00
Kiyoshi Aman c8d7e59bf7 Remove broken binary export. 2017-12-08 00:32:22 -06:00
Kiyoshi Aman 4733c1b398 Create output directory if it doesn't exist. 2017-12-07 08:46:56 -06:00
Kiyoshi Aman dad39a9fb6 Omit output directory. 2017-12-07 08:43:59 -06:00