jmoiron plays the blues
7f8f7377 to
pyxie
add AlternatingField for L/R buttons, and a 'bgr' sass mixin for background-right classes
fc3f15a4 to
pyxie
add a --sh switch which allows pyxie to run as a script interpreter in a shebang
b1279601 to
pyxie
horizontal field working with padding
5b75f452 to
pyxie
remove pdb settrace
6231068f to
pyxie
box packing functional with x and y padding
12d9531e to
pyxie
adding a ton of options to pyxie that are mostly unimplemented
ff8f7a20 to
pyxie
adding BoxField for box packing to packer (untested)
32d33e2b to
pyxie
fixes to add padding to vertical sprites; i'm going to need to change these, and make more special fields, that horizontally, vertically, with padding, and with different image justifications (justify left vs right)
1f2b5694 to
pyxie
add ability to use an image list file to pyxie binary, fix a packing problem when we get into a situation where we've packed from the bottom going upwards; we fail to mark the corners correctly, and need an overlap check in the collision function; might be a good idea to mark the corners in this case, provided we can figure out which rectangle we're trying to place on
11b697ee to
pyxie
adding a css comment with a timestamp and the command line to the style output
74c99c5d to
pyxie
fix for gif output
af152d01 to
pyxie
add support for sass output
27b9cb1b to
pyxie
add support for vertical tiling for x-repeat backgrounds
0152f0eb to
pyxie
modifications to print out stats
6012ee39 to
pyxie
adding the pyxie script and some support for the pyxie script
56dbc6d1 to
pyxie
add html output, fix unpacking of first option in packer, add scripts to setup.py
b5eff686 to
pyxie
working packer and pixietest, not showing any collisions on combining 56 images into a sprite
d2521bb6 to
pyxie
change collision detection; passes all tests but has some issues with a few cases that are not encoded in the tests