Commit Graph
18 Commits
Author SHA1 Message Date
Cameron Cawley 5bd0ec43a6 STARK: Fully separate bitmaps and textures 2023-01-15 11:54:11 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
antoniou79 74a15b8233 STARK: Fix bad subtitle for Cortez in theater
Fix for bug https://bugs.scummvm.org/ticket/12967
2021-10-01 20:55:07 +02:00
Bastien Bouclet 308c018141 STARK: Add an engine option to enable font anti-aliasing
Makes use of stem darkening which requires at least FreeType 2.9
2019-06-29 16:42:55 +02:00
Bastien Bouclet 7e09c6c73a STARK: Ignore 'gui.ini' by default for the english versions
Some versions have settings that don't look good. Especially the GOG.com
version.
2019-05-06 20:50:23 +02:00
Bastien Bouclet 462f087cdb STARK: Add text encoding handling 2019-01-28 18:20:00 +01:00
Bastien Bouclet 281ecbdc86 STARK: Optionally do alpha pre-multiplication when loading PNGs 2019-01-20 10:52:04 +01:00
Bastien Bouclet b9a1b8eefd STARK: Optionally use linear filtering when rendering backgrounds 2019-01-16 20:20:39 +01:00
Bastien Bouclet 45c5cf0c80 STARK: Add loading of replacement PNG files for the background images
The replacement PNG files can have larger dimensions when compared to
the original XMG images, enabling the creation of a high resolution mod.

The game looks for the replacement files in the game directory and then
in the xarc subdirectory of the directory containing the archive in
which the xmg picture to be replaced is located. For instance:
'1e/00/xarc/fountain_layercenter.png' should be used for the Venice park
background.
2019-01-16 19:43:22 +01:00
Bastien Bouclet 11f3c878eb Merge branch 'master' into branch-saveload 2018-06-04 09:00:21 +02:00
Bastien Bouclet a27834fa76 STARK: Remove the StarkGameDescription service
It's not really needed anymore now there is a settings service
2018-06-02 08:11:57 +02:00
Douglas Liu 6d4d377d5d STARK: Implement page changing in save & load menu 2018-05-31 22:58:48 +08:00
Douglas Liu 484b36bbfd STARK: Small fixing on settings 2018-05-27 21:53:03 +08:00
Douglas Liu a5df211bfa STARK: Enable volume setting 2018-05-25 11:09:24 +08:00
Douglas Liu 86732d7282 STARK: Enable video quality setting 2018-05-24 16:45:22 +08:00
Douglas Liu eeb0bc7cc9 STARK: Enable time skip setting 2018-05-24 15:56:04 +08:00
Douglas Liu a8c3b321c0 STARK: Implement settings save and load 2018-05-24 14:50:43 +08:00