[Scummvm-git-logs] scummvm master -> 81002f425ee62a8f1ce95bf8212b2842d524fada

sev- sev at scummvm.org
Tue Aug 24 00:08:37 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
81002f425e DEVTOOLS: Added more documentation


Commit: 81002f425ee62a8f1ce95bf8212b2842d524fada
    https://github.com/scummvm/scummvm/commit/81002f425ee62a8f1ce95bf8212b2842d524fada
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-24T02:08:12+02:00

Commit Message:
DEVTOOLS: Added more documentation

Changed paths:
    devtools/README
    devtools/dumper-companion.py


diff --git a/devtools/README b/devtools/README
index e4920acd74..07f4add8ad 100644
--- a/devtools/README
+++ b/devtools/README
@@ -30,11 +30,19 @@ convbdf
     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
@@ -141,6 +149,19 @@ dist-scummvm.sh
     account.
 
 
+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
@@ -148,6 +169,11 @@ make-scumm-fontdata (eriktorbjorn)
     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
diff --git a/devtools/dumper-companion.py b/devtools/dumper-companion.py
index 1aaa4720bb..1a55dd12f0 100755
--- a/devtools/dumper-companion.py
+++ b/devtools/dumper-companion.py
@@ -1,5 +1,11 @@
 #!/usr/bin/env python3
 #
+# Dumper for HFS/HFS+ images and files with non-ASCII
+# file names.
+#
+# See https://wiki.scummvm.org/index.php?title=HOWTO-Dump_Macintosh_Media for
+# the full documentation
+#
 # prerequisites: pip3 install machfs
 #
 # Development information:




More information about the Scummvm-git-logs mailing list