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 (
Collapse
)
Author
2013-11-18
Merge pull request #56 from kanzure/map-editor-stuff
Bryan Bishop
Remove globals from the map editor
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
also dont assume any dimension matches in png conversion
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
this is the simplest way to support 1bpp without rewriting a lot
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
It seems that mkdir_p is unused at the moment.
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