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
/
gfx.py
Age
Commit message (
Expand
)
Author
2013-08-03
make a basic python module
Bryan Bishop
2013-08-03
remove extra newlines from python files
Bryan Bishop
2013-06-25
remove extra whitespace in extras/gfx.py
Bryan Bishop
2013-06-25
fix function formatting in extras/gfx.py
Bryan Bishop
2013-06-23
fixed another indent in gfx.py
Kat Harrison
2013-06-23
fixed indents
cogitokat
2013-06-23
convert indents to 4 spaces in gfx.py
cogitokat
2013-06-23
more docstring/indent fixes in gfx.py
cogitokat
2013-06-23
more gfx.py docstring changes
cogitokat
2013-06-23
Change bad indents in extras/gfx.py
cogitokat
2013-06-23
Edit some docstrings in /extras.
Kat Harrison
2013-06-13
gfx: return mass-decompress command
yenatch
2013-06-12
expand shortened palettes
yenatch
2013-06-12
gfx: workable command line functions
yenatch
2013-06-12
gfx: palette checking in to_png
yenatch
2013-06-12
fix palette functions and output palettes in 2bpp conversion
yenatch
2013-06-12
gfx: handling for <4-color pngs when converting to 2bpp
yenatch
2013-05-18
gfx: safer alternating-byte detection in compression
yenatch
2013-05-18
gfx: fix a typo
yenatch
2013-05-18
gfx: lz to png from command line
yenatch
2013-05-18
gfx.py: remove trailing tabs
yenatch
2013-05-18
gfx.py: get rid of argparse
yenatch
2013-05-17
fix data-handling errors in gfx.py
yenatch
2013-05-12
there is no os.touch
yenatch
2013-05-11
touch graphic files during decmp so make doesnt try to replace them
yenatch
2013-03-20
Merge pull request #124 from yenatch/master
Bryan Bishop
2013-03-18
fix path handling in png make target
yenatch
2013-03-18
dump tileset pngs in gfx.py
Bryan Bishop
2013-02-12
Export any detected palettes to png by default
yenatch
2013-02-12
Fix png export orientation
yenatch
2013-02-11
Finish off make target for png generation
yenatch
2013-02-11
better dimension handling in 2bpp->png
yenatch
2013-02-11
Add build target to mass-generate pngs from 2bpp files
yenatch
2013-02-11
Infrastructure to dump pngs for 2bpp graphics
yenatch
2013-02-09
Don't try to convert empty 2bpp files
yenatch
2013-02-09
Add some command-line interfaces for use w/ makefile
yenatch
2013-02-07
implement png import/export
yenatch
2013-02-06
Condense pic dimensions table
yenatch
2013-01-22
update gfx.py to reflect new structure
yenatch
2013-01-13
make careless use of gfx.py less fatal
yenatch
2013-01-13
implement rgb macro for palettes
yenatch
2013-01-04
include all compressed and decompressed graphics
yenatch
2013-01-02
allow other files to import gfx.py
yenatch
2013-01-01
make gfx.py more convenient from command line
yenatch
2012-12-31
decompress all known gfx
yenatch