diff options
author | Filippos Karapetis | 2012-03-25 16:49:40 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-03-25 16:49:40 +0300 |
commit | 60b7b43d879943c77b21e4bc042eef35cb7dd8c5 (patch) | |
tree | 07c12aa2495ca6ec50c1fdda3a6892a9803a6d4e | |
parent | af4b21328d8aa4ebbe6c296c0107fe0fb72a5f40 (diff) | |
download | scummvm-rg350-60b7b43d879943c77b21e4bc042eef35cb7dd8c5.tar.gz scummvm-rg350-60b7b43d879943c77b21e4bc042eef35cb7dd8c5.tar.bz2 scummvm-rg350-60b7b43d879943c77b21e4bc042eef35cb7dd8c5.zip |
NEWS: Mention support for custom game options
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -11,8 +11,13 @@ For a more comprehensive changelog of the latest experimental code, see: - Implemented support for TrueType fonts via FreeType2 in our GUI. Along with it GNU FreeFont was also added to our modern theme. Note that not all ports take advantage of this. - - Added Basque translation - + - Added Basque translation. + - Added custom game and engine options in the DREAMWEB, KYRA, QUEEN, SKY and + SCI engines. It is now possible to toggle these options via the Engine tab + when adding or editing a configuration for a game. In most cases, you will + have to readd your games in ScummVM's launcher in order to get the custom + options tab, otherwise it won't be visible. + SDL ports: - Added support for OpenGL (GSoC Task). |