SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.73k stars 1.12k forks source link

Targets for media convert python module #79

Closed TheJJ closed 9 years ago

TheJJ commented 9 years ago

Currently, the openage.convert script always executes the conversion in a fixed manner, the only adjustments possible are filename matches for archive extractions.

Please implement some job-like architecture so that each conversion task can be selected separately and grouped together to common conversion targets.

The file that currently hardcodes the conversion procedure is py/openage/convert/mediafile.py.

franciscod commented 9 years ago

this should prevent the reconversion all the graphics due fixing typos like it's happening with this one #119.

the only things that should be regenerated are the .gen.h files and the .docx (or .nyanspec/.nyan)

TheJJ commented 9 years ago

This is already in place with #288