DISTS: Added classicmacfonts.dat
This file contains fonts used for recreation of Classic Mac OS GUI. To generate it, use the following commnand: devtools/dumper-companion.py createmacfonts
This commit is contained in:
parent
22de8e5593
commit
6c4d9db70f
6 changed files with 12 additions and 2 deletions
|
@ -473,7 +473,6 @@ endif
|
||||||
ifdef USE_FREETYPE2
|
ifdef USE_FREETYPE2
|
||||||
DIST_FILES_ENGINEDATA+=fonts.dat
|
DIST_FILES_ENGINEDATA+=fonts.dat
|
||||||
endif
|
endif
|
||||||
DIST_FILES_ENGINEDATA+=macgui.dat
|
|
||||||
ifdef ENABLE_GRIM
|
ifdef ENABLE_GRIM
|
||||||
DIST_FILES_ENGINEDATA+=grim-patch.lab
|
DIST_FILES_ENGINEDATA+=grim-patch.lab
|
||||||
endif
|
endif
|
||||||
|
@ -484,7 +483,9 @@ ifdef ENABLE_MYST3
|
||||||
DIST_FILES_ENGINEDATA+=myst3.dat
|
DIST_FILES_ENGINEDATA+=myst3.dat
|
||||||
endif
|
endif
|
||||||
DIST_FILES_ENGINEDATA+=achievements.dat
|
DIST_FILES_ENGINEDATA+=achievements.dat
|
||||||
|
DIST_FILES_ENGINEDATA+=classicmacfonts.dat
|
||||||
DIST_FILES_ENGINEDATA+=encoding.dat
|
DIST_FILES_ENGINEDATA+=encoding.dat
|
||||||
|
DIST_FILES_ENGINEDATA+=macgui.dat
|
||||||
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
|
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
|
||||||
|
|
||||||
# pred.dic is currently only used for the AGI engine
|
# pred.dic is currently only used for the AGI engine
|
||||||
|
|
|
@ -7,6 +7,12 @@ This file contains game resource data used by Access engine.
|
||||||
achievements.dat:
|
achievements.dat:
|
||||||
This file contains Achievements and Statistics IDs and localization from Steam and GOG.
|
This file contains Achievements and Statistics IDs and localization from Steam and GOG.
|
||||||
|
|
||||||
|
classicmacfonts.dat:
|
||||||
|
This file contains fonts used for recreation of Classic Mac OS GUI. To generate it,
|
||||||
|
use the following commnand:
|
||||||
|
|
||||||
|
devtools/dumper-companion.py createmacfonts
|
||||||
|
|
||||||
cryo.dat:
|
cryo.dat:
|
||||||
This file contains a lot of hardcoded tables used by the Cryo engine.
|
This file contains a lot of hardcoded tables used by the Cryo engine.
|
||||||
|
|
||||||
|
|
BIN
dists/engine-data/classicmacfonts.dat
Normal file
BIN
dists/engine-data/classicmacfonts.dat
Normal file
Binary file not shown.
|
@ -16,6 +16,7 @@ f 0755 root sys usr/ScummVM/scummvm scummvm scummvm.sw.eoe tag('0x5260dbec')
|
||||||
f 0644 root sys usr/ScummVM/share/pixmaps/scummvm.xpm scummvm.xpm scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/pixmaps/scummvm.xpm scummvm.xpm scummvm.sw.eoe
|
||||||
f 0644 root sys usr/ScummVM/share/scummvm/access.dat access.dat scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/scummvm/access.dat access.dat scummvm.sw.eoe
|
||||||
f 0644 root sys usr/ScummVM/share/scummvm/achievements.dat achievements.dat scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/scummvm/achievements.dat achievements.dat scummvm.sw.eoe
|
||||||
|
f 0644 root sys usr/ScummVM/share/scummvm/classicmacfonts.dat classicmacfonts.dat scummvm.sw.eoe
|
||||||
f 0644 root sys usr/ScummVM/share/scummvm/cryo.dat cryo.dat scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/scummvm/cryo.dat cryo.dat scummvm.sw.eoe
|
||||||
f 0644 root sys usr/ScummVM/share/scummvm/cryomni3d.dat cryomni3d.dat scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/scummvm/cryomni3d.dat cryomni3d.dat scummvm.sw.eoe
|
||||||
f 0644 root sys usr/ScummVM/share/scummvm/drascula.dat drascula.dat scummvm.sw.eoe
|
f 0644 root sys usr/ScummVM/share/scummvm/drascula.dat drascula.dat scummvm.sw.eoe
|
||||||
|
|
|
@ -28,6 +28,8 @@ gui-icons.dat FILE "gui/themes/gui-icons.dat"
|
||||||
shaders.dat FILE "gui/themes/shaders.dat"
|
shaders.dat FILE "gui/themes/shaders.dat"
|
||||||
achievements.dat FILE "dists/engine-data/achievements.dat"
|
achievements.dat FILE "dists/engine-data/achievements.dat"
|
||||||
encoding.dat FILE "dists/engine-data/encoding.dat"
|
encoding.dat FILE "dists/engine-data/encoding.dat"
|
||||||
|
macgui.dat FILE "dists/engine-data/macgui.dat"
|
||||||
|
classicmacfonts.dat FILE "dists/engine-data/classicmacfonts.dat"
|
||||||
|
|
||||||
// Engine or feature specific resources
|
// Engine or feature specific resources
|
||||||
#ifdef BUILTIN_RESOURCES
|
#ifdef BUILTIN_RESOURCES
|
||||||
|
@ -50,7 +52,6 @@ wwwroot.zip FILE "dists/networking/wwwroot.zip"
|
||||||
#ifdef USE_FREETYPE2
|
#ifdef USE_FREETYPE2
|
||||||
fonts.dat FILE "dists/engine-data/fonts.dat"
|
fonts.dat FILE "dists/engine-data/fonts.dat"
|
||||||
#endif
|
#endif
|
||||||
macgui.dat FILE "dists/engine-data/macgui.dat"
|
|
||||||
|
|
||||||
#if PLUGIN_ENABLED_STATIC(ACCESS)
|
#if PLUGIN_ENABLED_STATIC(ACCESS)
|
||||||
access.dat FILE "dists/engine-data/access.dat"
|
access.dat FILE "dists/engine-data/access.dat"
|
||||||
|
|
|
@ -10,6 +10,7 @@ COPYING.TINYGL
|
||||||
COPYING.GLAD
|
COPYING.GLAD
|
||||||
COPYING.txt
|
COPYING.txt
|
||||||
COPYRIGHT.txt
|
COPYRIGHT.txt
|
||||||
|
classicmacfonts.dat
|
||||||
drascula.dat
|
drascula.dat
|
||||||
freescape.dat
|
freescape.dat
|
||||||
hadesch_translations.dat
|
hadesch_translations.dat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue