summaryrefslogtreecommitdiffstats
path: root/utils/skinupdater
AgeCommit message (Expand)AuthorFilesLines
2010-06-09SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last par...Jonathan Gordon1-1/+17
2010-06-09fix %Vp updating... Jonathan Gordon1-1/+16
2010-06-08The real reason to change the %C was to remove a very nasty hack!Jonathan Gordon2-6/+17
2010-06-08fix %Vi againJonathan Gordon1-1/+5
2010-06-08change to %Cd to display albumart (instead of %C to make it more consistant w...Jonathan Gordon1-0/+8
2010-06-08fix FS#11384, skinupdater barfed on %Xd and %ViJonathan Gordon1-1/+14
2010-06-02change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, xalign...Jonathan Gordon1-1/+72
2010-06-02we need to escape more chars now, so fix that. test skins with this update pa...Jonathan Gordon1-2/+19
2010-05-30add support for the possible viewport colour tags (%Vf and %Vb). use -c to di...Jonathan Gordon1-2/+45
2010-05-30and woopsJonathan Gordon1-1/+1
2010-05-30zip up the output after doing all the skinsJonathan Gordon1-1/+1
2010-05-29make the script zip the outputJonathan Gordon1-3/+2
2010-05-29be smarter about %xd so it only eats 2 letters if that image has subimagesJonathan Gordon1-3/+15
2010-05-29fix error when a comment is on the last line of the fileJonathan Gordon1-1/+1
2010-05-28Add the beggingings of a perl script to run the update over a whole theme zip...Jonathan Gordon2-0/+74
2010-05-28dead simple MakefileJonathan Gordon1-0/+3
2010-05-28fix %Xl tag... this shuold be useable nowJonathan Gordon1-3/+3
2010-05-28%aX should have been %ax..Jonathan Gordon2-14/+82
2010-05-27handle # comments and fix some printfs which should be fprintfJonathan Gordon1-2/+9
2010-05-27make it slightyl more useful.. read in a up to 10Kb file, dump to stdout or o...Jonathan Gordon1-6/+26
2010-05-27first go at a general skin updater program. not very useful yetJonathan Gordon3-0/+533