scummvm/devtools
2022-06-09 23:19:51 +01:00
..
create_access DEVTOOLS: Avoid global constructor 2022-01-01 15:25:28 +01:00
create_achievements ACHIEVEMENTS: add Sanitarium support 2021-08-16 15:06:21 +03:00
create_bladerunner
create_cryo DEVTOOLS: Silence compiler warning 2022-01-01 16:47:12 +01:00
create_cryomni3d DEVTOOLS: Fix Redundant Declaration in Cryomni3d Datafile Tool 2022-03-07 09:15:04 +00:00
create_drascula ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_encoding
create_engine DEVTOOLS: Fix Format Overflow GCC Warnings in create_engine Tool 2022-06-09 23:19:51 +01:00
create_glk ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_hugo ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_kyradat KYRA: (LoK/KOR) - more font related fixes 2022-06-09 00:49:05 +02:00
create_lure ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_macgui
create_macventure
create_mortdat ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_myst3 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
create_neverhood DEVTOOLS: Fix Redundant Declaration in Neverhood Datafile Tool 2022-03-07 09:15:04 +00:00
create_pink
create_prince@4e2acb737c
create_project CREATE_PROJECT: Restrict /Zc:__cplusplus to newer MSVC 2022-06-06 17:32:50 -04:00
create_supernova DEVTOOLS: Avoid global constructors 2022-01-01 16:18:01 +01:00
create_teenagent DEVTOOLS: Fix Redundant Declaration in Teenagent Datafile Tool 2022-03-07 09:15:04 +00:00
create_titanic ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
create_tony ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_toon ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_translations ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_ultima DEVTOOLS: Fix Redundant Declaration in Ultima Datafile Tool 2022-03-07 09:15:04 +00:00
create_xeen JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
extract_mort ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
qtable DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack 2021-08-03 07:35:15 +03:00
sci ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
skycpt ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
tasmrecover ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
agi-palex.py
construct-pred-dict.pl ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
convbdf.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
create_classicmacfonts.sh JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
create_japanesemacfonts.sh JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
credits.pl JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
dist-scummvm.sh ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
docker.sh DEVTOOLS: Add a build script to simplify building with Docker 2021-09-02 13:21:27 +02:00
dumper-companion.py DEVTOOLS: Set the modified time for folders in dumper_companion 2021-11-13 11:32:19 -05:00
extract-words-tok.pl ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
gog_gameid.py
make-scumm-fontdata.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
make-www-archive.py
md5table.cpp COMMON: ENGINES: Correct Czech language ISO code 2022-03-04 18:29:02 +01:00
module.mk DEVTOOLS: Fixed compilation 2021-11-20 15:03:52 +01:00
README DEVTOOLS: Add a build script to simplify building with Docker 2021-09-02 13:21:27 +02:00
scumm-md5.txt SCUMM: Fix/improve detection of the French CD version of DOTT 2022-04-30 11:44:05 +03:00
steam_gameid.py
themeparser.py ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
update-version.pl DEVTOOLS: Update Amiga .in file location 2021-08-28 20:58:49 +02:00

This directory contains various tools which aid the ScummVM developers
in their work. They are not intended for the general audience, and are
only sparsely, if at all, documented. Use at your own risk. You have
been warned :-).


agi-palex.py (buddha)
------------
    Tool for extracting palettes from Amiga AGI games' executables.


construct-pred-dict.pl, extract-words-tok.pl (sev)
--------------------------------------------
    Tools related to predictive input for AGI engine.


convbdf
-------
    Tool which converts BDF fonts (BDF = Bitmap Distribution Format) to
    C++ source. That source, after being slightly tweaked, can be used to
    replace or add fonts for the ScummVM GUI.

    There is also a ttf2bdf tool which allows you to convert TrueType
    fonts to BDF.

    Hint from SumthinWicked: If you use ttf2bdf, it'll convert all glyphs
    to bitmaps, but ScummVM only needs some of them. So you may want to
    do your conversion like this:
      ttf2bdf -p SIZE -l "32_160" -o FONT.bdf FONT.ttf
    where SIZE is replaced by the desired font height.


create_classicmacfonts.sh, create_japanesemacfonts.sh
_____________________________________________________
    Scripts for extracting fonts from Classic MacOS images freely
    available from apple.com. Used in Director, MacVenture, SCUMM
    and WAGE engines.


create_cryo
-----------
    Creates cryo.dat file which contains a lot of hardcoded tables used
    by the Cryo engine..


create_drascula (sev)
---------------
    Stores a lot of hardcoded data of Drascula in a data file, based on
    the game's original source code. This includes the game's character
    map, item locations, several hardcoded arrays used in animations,
    room script logic, talk sequence logic and all of the game's texts
    (mostly the dialog subtitles) in English, Spanish, German, French
    and Italian. This tool is used to create the drascula.dat file.


create_encodings (phcoder)
--------------
   Transforms CJK tables from unicode consortium format to the format
   used by ScummVM


create_hugo (Strangerke)
-----------
    Creates hugo.dat file which contains all kinds of static data contained
    in original game executable.


create_kyradat (LordHoto, athrxx)
--------------
    Extracts various static data from the original game executables.
    This includes room tables in kyra1, various hardcoded language
    strings in both kyra1 and kyra2, script data for the sequence
    players of kyra1 and kyra2 and other static data. This tool is used
    to create the kyra.dat file.


create_lure (dreammaster)
-----------
    Extracts various static data from each of the different language
    versions of the game executables. This includes character
    animations, game scripts, and other static data. This tool creates
    the lure.dat file.


create_mort (Strangerke)
-----------
    Gathers several information found in the original DOS executable:
    - Font data
    - French, German and fan-made English translation


create_project (LordHoto, Littleboy)
--------------
    Creates project files for Visual Studio 2008, 2010, 2012, 2013, 2015,
    Xcode and Code::Blocks out of the configure / Makefile based build system.
    It also offers a way to enable or disable certain engines and the use
    of external libraries similar to configure. Run the tool without
    any arguments for further help.


create_supernova (criezy)
----------------
    Creates supernova.dat files which contains static data contained in the
    original executable as well as translations into additional languages.


create_toon (Strangerke)
-----------
    This tool creates toon.dat, which contains all the game's texts
    hardcoded in original game executable. This includes English, French,
    German, Russian and Spanish texts.


create_translations (criezy)
-------------------
    Creates the translations.dat file from po files given as arguments.
    The generated files is used by ScummVM to propose a translated GUI.


credits.pl
----------
    This perl script contains credits to the many people who helped with
    ScummVM, and it is used to create the credits lists that occur in
    various places, including the AUTHORS file, the about dialog, and our
    web site.


dist-scummvm.sh
---------------
    This shell script is used to create source release archives for
    ScummVM releases. After tagging a branch for release, you can invoke
    it like this:

      ./dist-scummvm.sh scummvm 0.7.1

    Note #1: This creates .zip, .tar.bz2 and .tar.gz archives in /tmp by
    default. To do that it performs a "cvs export" in /tmp first. If you
    want to use another location, you can specify it as the thirds param
    to the script.

    Note #2: This assumes that our naming conventions for release tags
    are being followed. I.e. the tag must be named "release-0-7-1" in
    the above example. You can, however, specify an alternate tag as the
    fourth param.

    Note #3: Since SF.net anon CVS tends to lag behind developer CVS, if
    you just tagged CVS, anon CVS may not yet have this. So if you are
    in a hurry, modify the cvsroot in the script to use your dev CVS
    account.


docker.sh
---------
    This shell script is used to simplify building with the Docker images
    used by the buildbot. It can invoked like this:

      ./devtools/docker.sh toolchain/mxe

    This will fetch the MXE toolchain from the Docker Hub if it hasn't
    already and launch a shell that can be used to build ScummVM for
    Windows.


dumper_companion.py
___________________
    Tool for dumping HFS/HFS+ volumes and game files with non-ASCII
    characters in names. Full documentation could be found at
    https://wiki.scummvm.org/index.php?title=HOWTO-Dump_Macintosh_Media


gog_gameid.py, steam_gameid.py
______________________________
    Tools for obtaining gameids from GOG and Steam used when preparing the
    Achievements lists.


make-scumm-fontdata (eriktorbjorn)
-------------------
    Tool that generates compressed font data used in SCUMM: To get rid of
    a few kilobytes of hard-coded font data, we only store how the
    French, German, Italian and Spanish fonts differ from the English one.


make-www-archive.py
___________________
    Tool for creating wwwroot.zip used by the Local Server cloud feature.


md5table
--------
    Used to convert scumm-md5.txt into a SCUMM header file, or
    alternatively PHP code for our website.


qtable (cyx)
-------
    This tool generates the "queen.tbl" file.


skycpt (lavosspawn)
-------
    This tool generates the "SKY.CPT" file.