index
:
pokemon-reverse-engineering-tools
master
path-finding
py3-continued
vba-automation
reverse engineering tools
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pokemontools
/
gfx.py
Age
Commit message (
Expand
)
Author
2014-06-15
gfx: Let .wxh filename arguments exceed 9.
yenatch
2014-06-02
Merge remote-tracking branch 'yenatch/master'
yenatch
2014-06-02
Rewrite the lz compressor.
yenatch
2014-05-03
gfx.py: Forgot to add rom_offset.
yenatch
2014-05-02
Refactor gfx.py to use bytearrays. Fix some graphics dumping functions.
yenatch
2014-04-19
Transpose images by height from 2bpp to png and width from png to 2bpp.
yenatch
2014-04-16
gfx: Don't try to load baserom.gbc unless it's actually being used.
yenatch
2014-04-15
gfx: Decompress graphics that can be converted to png.
yenatch
2014-04-15
gfx: Transpose blocks of images instead of only the first block.
yenatch
2014-04-05
gfx: Don't pad images smaller than a tile.
yenatch
2014-04-05
Add "norepeat" and "arrange" image attributes.
yenatch
2014-03-28
gfx: Redo command-line interface, format handling, filename arguments.
yenatch
2014-03-23
gfx: Prefer heights not divisible by 8, rather than forcing them.
yenatch
2014-03-23
gfx: Read image metadata from filenames where applicable.
yenatch
2013-12-29
gfx: touch exported lz files so they don't get remade
yenatch
2013-12-21
gfx: 1bpp-to-png option
yenatch
2013-12-19
gfx: use RGB asm macros for .pal files
yenatch
2013-11-18
Merge pull request #56 from kanzure/map-editor-stuff
Bryan Bishop
2013-11-18
gfx: fix misuse of export_2bpp_to_png
yenatch
2013-11-18
Merge branch 'master' of github.com:kanzure/pokemon-reverse-engineering-tools
yenatch
2013-11-18
gfx: make sure rectangular images are also divisible into 8x8 tiles
yenatch
2013-11-18
gfx: direct png-to-1bpp
yenatch
2013-11-18
gfx: rewrite lz commands and comments
yenatch
2013-11-18
gfx: 1bpp-to-png
yenatch
2013-11-18
gfx: rewrite lots
yenatch
2013-11-17
change RomStr usage in gfx.py to use RomStr.load
Bryan Bishop
2013-11-17
refactor png-to-2bpp conversion
yenatch
2013-11-17
gfx: 1bpp<->2bpp conversion
yenatch
2013-11-17
be sure to import romstr into gfx.py
Bryan Bishop
2013-11-17
make gfx.py not depend on crystal.py
Bryan Bishop
2013-09-01
move mkdir_p out of gfx.py and into helpers.py
Bryan Bishop
2013-09-01
import syntax in gfx.py
Bryan Bishop
2013-08-03
fix path walking in gfx.py
Bryan Bishop
2013-08-03
make a basic python module
Bryan Bishop