TrustedUser
2,147
edits
(Update) |
(Add TODO items for the engine data file) |
||
Line 10: | Line 10: | ||
# If necessary, add special notes to section 3 of the [https://github.com/scummvm/scummvm/blob/master/README README file] | # If necessary, add special notes to section 3 of the [https://github.com/scummvm/scummvm/blob/master/README README file] | ||
# Add the engine author(s) to the [https://github.com/scummvm/scummvm/blob/master/devtools/credits.pl credits.pl file] and run ''make credits'' to update the AUTHORS and credits.h files. | # Add the engine author(s) to the [https://github.com/scummvm/scummvm/blob/master/devtools/credits.pl credits.pl file] and run ''make credits'' to update the AUTHORS and credits.h files. | ||
# If the engine uses a data file, make sure it is added to the list of files to distribute: | |||
## Add it to ''DIST_FILES_ENGINEDATA'' in ''Makefile.common'' | |||
## Add it to ''dists/scummvm.rc'' | |||
## Add it to ''dists/irix/scummvm.idb'' | |||
## Add it to ''devtools/create_project/xcode.cpp'' (in the ''XcodeProvider::getResourceFiles()'' function). | |||
## Add it to ''scumm_package_master'' in the buildbot ''master.cfg'' file. | |||
# Make sure [[Datafiles]] is up-to-date | # Make sure [[Datafiles]] is up-to-date | ||
# Make sure the engine and game are added to the [https://bugs.scummvm.org bug tracker] (engine in Components, game in Custom Fields->game) | # Make sure the engine and game are added to the [https://bugs.scummvm.org bug tracker] (engine in Components, game in Custom Fields->game) |