https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
b7cab6b RELEASE: Update rest of the pre-generated files 30 August 2020, 11:43:57 UTC
9e63a4c DEVTOOLS: Remove obsolete file from update-version.pl 30 August 2020, 11:43:37 UTC
7cacf5c RELEASE: This is 2.2.0pre 30 August 2020, 11:39:39 UTC
e652f4b NEWS: Set (approximate) 2.2.0 release date 30 August 2020, 11:36:21 UTC
8527400 NEWS: Mention Lab fix 30 August 2020, 11:34:27 UTC
d671357 NEWS: Mention the fix for the safe puzzle in Zork Nemesis 30 August 2020, 11:08:49 UTC
ee83635 NEWS: Mention the fix for the digital sound effects checkbox in SCI 30 August 2020, 10:43:30 UTC
2e65886 STARTREK: Fix infinite loop while reading some RDF files 30 August 2020, 10:37:20 UTC
ef6f8c0 SCI: Ignore digital channel data in midiMixChannels(), and remove some GOTOs These are found at the end of SCI01/SCI1 SND files with sound effects 30 August 2020, 10:37:19 UTC
648d669 SCI: Properly handle alternative MIDI sound effects for SCI01/CI1 games SCI01/SCI1 games have sound effects in SND files, which contain both digital sounds and their alternative MIDI counterparts. Allow the user to listen to the alternative MIDI counterparts by unchecking the "Prefer digital sound effects" checkbox, like with other SCI versions. Fixes bug #11587 30 August 2020, 10:37:19 UTC
4cb45cf GLK: HUGO: Fix compilation 30 August 2020, 02:00:14 UTC
faa0b48 NEWS: Fix typo 30 August 2020, 01:17:40 UTC
44dd967 GLK: HUGO: Fix Tales of the Travelling Swordsman crash Vanilla hugo limits spaces printed in the GO_TO code block to the fixed width of a line. But since Glk doesn't have a predetermined width, when the game specified a width of 7fffh, it crashed trying to buffer out a string that actual length. This new fix simply limits spaces to at most 20. 30 August 2020, 01:02:15 UTC
60aef89 NEWS: Update changes for the iOS port 30 August 2020, 00:54:31 UTC
b32c37c I18N: Update translation (Ukrainian) Currently translated at 100.0% (1444 of 1444 strings) 30 August 2020, 00:43:35 UTC
17b57a6 I18N: Update translation (Russian) Currently translated at 100.0% (1444 of 1444 strings) 30 August 2020, 00:43:35 UTC
0f979ab I18N: Update translation (Portuguese (Brazil)) Currently translated at 100.0% (1444 of 1444 strings) 30 August 2020, 00:43:34 UTC
ce67b3d I18N: Update translation (Hungarian) Currently translated at 100.0% (1444 of 1444 strings) 30 August 2020, 00:43:33 UTC
d3d9e22 I18N: Update translation (Spanish) Currently translated at 100.0% (1444 of 1444 strings) 30 August 2020, 00:43:33 UTC
b513242 MADS: Avoid potential crash for reading beyond end of sound data 29 August 2020, 22:06:00 UTC
6f8aa0b DEVTOOLS: (CREATE_KYRADAT) - whitespace 29 August 2020, 21:50:30 UTC
7b66f11 KYRA: whitespace cleanup 29 August 2020, 21:50:29 UTC
96c860c GLK: HUGO: Fix hang closing ScummVM window 29 August 2020, 21:23:57 UTC
ac7b1e3 GLK: HUGO: Properly fix display images The resource file format Hugo uses has named entries. Because of this, the original Glk code added to Hugo does a whole mess of reading in a picture, then copying it to a dummy pic file with a dummy number, just so a call to glk_image_draw could detect it. Since this isn't the first time I've had to deal with named resources, it ended up being cleaner to add a new variation of glk_image_draw and glk_image_draw_scaled that can take in a string image parameter. That way, I was able to set up an archive class to represent the resource file, and pass the resource name directly without worrying about dummy picture numbers & files 29 August 2020, 20:59:52 UTC
eb1882e BACKENDS: Use game ID instead of game domain for Discord presence 29 August 2020, 19:01:16 UTC
cb580f9 I18N: Update translation (German) Currently translated at 100.0% (1444 of 1444 strings) 29 August 2020, 18:39:20 UTC
92d0360 I18N: Update translation (French) Currently translated at 100.0% (1444 of 1444 strings) 29 August 2020, 16:30:16 UTC
13b05c4 I18N: Regenerate scummvm.pot 29 August 2020, 15:58:34 UTC
15ef6f9 I18N: Recode fr_FR.po from UTF-8 29 August 2020, 15:57:47 UTC
858954e AUDIO: Properly warn user and act gracefully when soundfont is not specified. Fixes #7127 29 August 2020, 15:55:33 UTC
8c46740 I18N: Update translation (French) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 15:55:16 UTC
d7913e1 I18N: Update translation (French) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 15:52:25 UTC
4447e35 I18N: Update translation (Portuguese (Brazil)) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 15:48:24 UTC
fb9abcd KEYMAPPER: Enable virtual keyboard while remapping keys 29 August 2020, 15:31:37 UTC
760815b BACKENDS: Do not define a Quit action if the NoQuit feature is enabled 29 August 2020, 15:31:37 UTC
cca6090 ADL: Enable virtual keyboard when the engine is running 29 August 2020, 15:31:37 UTC
d25fb35 GLK: Enable virtual keyboard when the engine is running 29 August 2020, 15:31:37 UTC
96c977c ENGINES: Reset virtual keyboard state when showing and hiding GMM 29 August 2020, 15:31:37 UTC
3baad9e IOS7: Hide virtual keyboard input assistant bar 29 August 2020, 15:31:37 UTC
b376250 EVENTRECORDER: Do not check md5s which were skipped on save 29 August 2020, 15:22:50 UTC
045df72 EVENTRECORDER: Fix crash on attempt to save. Fixed #10045 Since we have two event managers during recording, we invalidate cache in order to avoid cache miss 29 August 2020, 15:22:38 UTC
8c01b5c ULTIMA: ULTIMA1: Added virtual destructor 29 August 2020, 15:22:24 UTC
343bfe4 GLK: TADS2: Remove no-op check. CID 1401577 min is uint16, and MCSPAGETAB is 256, thus, min >> 8 will be always < 256 29 August 2020, 15:22:24 UTC
1a998cd JANITORIAL: Whitespace fixes 29 August 2020, 15:22:24 UTC
3c939d8 DEVTOOLS: Remove useless assert(). CID 1386623 _size is uint16, thus it will be always < 65536 29 August 2020, 15:22:24 UTC
d01ac29 DM: Properly set mapX and mapY. CID #1362609 29 August 2020, 15:22:24 UTC
3d2f4e7 KINGDOM: Initialize variable 29 August 2020, 15:22:24 UTC
a85a484 I18N: Update translation (French) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 14:53:27 UTC
f12ddb1 I18N: Update translation (French) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 14:53:26 UTC
30c88ee I18N: Update translation (Italian) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 14:22:50 UTC
6cd9fd9 ULTIMA8: Fix U8 Japanese menu text 29 August 2020, 12:48:06 UTC
388049b DRAGONS: Play music in dance battle mini game 29 August 2020, 12:30:57 UTC
cb46368 I18N: Update translation (Ukrainian) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:44 UTC
575d678 I18N: Update translation (Portuguese (Brazil)) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:43 UTC
a39c038 I18N: Update translation (Italian) Currently translated at 98.8% (1425 of 1442 strings) 29 August 2020, 12:13:42 UTC
b3c1e0c I18N: Update translation (Hungarian) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:40 UTC
ca061c0 I18N: Update translation (French) Currently translated at 97.3% (1404 of 1442 strings) 29 August 2020, 12:13:39 UTC
52d695f I18N: Update translation (Finnish) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:36 UTC
b35cdaf I18N: Update translation (Spanish) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:35 UTC
792206d I18N: Update translation (Russian) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 12:13:28 UTC
9236d4c DRAGONS: Allow quitting from more places in the game. 29 August 2020, 11:57:39 UTC
99e759d ULTIMA8: Fix shape loading for U8 Spanish 29 August 2020, 09:47:49 UTC
92f6d5b ULTIMA8: Fix some U8 Japanese text 29 August 2020, 09:11:13 UTC
d6855a6 I18N: Update translation (German) Currently translated at 100.0% (1442 of 1442 strings) 29 August 2020, 06:00:11 UTC
55ff2f9 DRAGONS: Play sfx from vab tone range. 29 August 2020, 04:39:37 UTC
fe2046a DRAGONS: Stop background dialog when flicker needs to talk via an action. 29 August 2020, 02:36:39 UTC
44d8aa3 LAB: Do not rewind stream on music change. Fixes #7015 29 August 2020, 00:17:18 UTC
30d67ce AUDIO: Added flag to skip rewinding in LoopingAudioStream 29 August 2020, 00:17:18 UTC
4b9cafc SCI: Fix SQ5 Genetix bridge entrance, bug #11620 29 August 2020, 00:13:45 UTC
e4e622d I18N: Update translation (German) Currently translated at 99.9% (1441 of 1442 strings) 28 August 2020, 20:01:06 UTC
62fcfa0 I18N: Update translation (German) Currently translated at 99.9% (1441 of 1442 strings) 28 August 2020, 19:58:57 UTC
bbc7b10 I18N: Update translation (German) Currently translated at 94.7% (1366 of 1442 strings) 28 August 2020, 17:19:58 UTC
9372a2b I18N: Update translation (Ukrainian) Currently translated at 100.0% (1442 of 1442 strings) 28 August 2020, 15:34:19 UTC
c78d1b8 DRAGONS: Added override keywords 28 August 2020, 15:32:37 UTC
0c1aa1a I18N: Regenerate scummvm.pot 28 August 2020, 15:30:06 UTC
dc5a7ec I18N: Update translation (Ukrainian) Currently translated at 100.0% (1438 of 1438 strings) 28 August 2020, 15:28:54 UTC
834d56a I18N: Update translation (Russian) Currently translated at 86.7% (1248 of 1438 strings) 28 August 2020, 15:28:53 UTC
275836c I18N: Update translation (Portuguese (Brazil)) Currently translated at 100.0% (1438 of 1438 strings) 28 August 2020, 15:28:52 UTC
7102e25 I18N: Update translation (Hungarian) Currently translated at 100.0% (1438 of 1438 strings) 28 August 2020, 15:28:48 UTC
5a50147 I18N: Update translation (Finnish) Currently translated at 100.0% (1438 of 1438 strings) 28 August 2020, 15:28:46 UTC
9fbcf0e I18N: Update translation (Finnish) Currently translated at 100.0% (1438 of 1438 strings) 28 August 2020, 15:28:46 UTC
37990b5 I18N: Update translation (Spanish) Currently translated at 99.9% (1437 of 1438 strings) 28 August 2020, 15:28:44 UTC
ad363ae DRAGONS: Clip sound volumes to 0 - 255 range 28 August 2020, 14:09:42 UTC
558bebc I18N: Update translation (Finnish) Currently translated at 99.0% (1424 of 1438 strings) 28 August 2020, 14:00:32 UTC
3dc9c00 I18N: Update translation (Finnish) Currently translated at 99.0% (1424 of 1438 strings) 28 August 2020, 14:00:31 UTC
b19cb4d I18N: Update translation (Finnish) Currently translated at 98.9% (1423 of 1438 strings) 28 August 2020, 14:00:02 UTC
5e152d9 I18N: Update translation (Finnish) Currently translated at 98.9% (1423 of 1438 strings) 28 August 2020, 14:00:01 UTC
d334a70 I18N: Update translation (Finnish) Currently translated at 98.8% (1421 of 1438 strings) 28 August 2020, 13:59:18 UTC
a48ba12 I18N: Update translation (Finnish) Currently translated at 98.8% (1421 of 1438 strings) 28 August 2020, 13:59:18 UTC
694d7c3 I18N: Update translation (Finnish) Currently translated at 98.6% (1419 of 1438 strings) 28 August 2020, 13:58:32 UTC
b7443e1 I18N: Update translation (Finnish) Currently translated at 98.6% (1419 of 1438 strings) 28 August 2020, 13:58:32 UTC
e134662 I18N: Update translation (Finnish) Currently translated at 98.1% (1412 of 1438 strings) 28 August 2020, 13:57:26 UTC
56b9ab9 I18N: Update translation (Finnish) Currently translated at 98.1% (1412 of 1438 strings) 28 August 2020, 13:57:26 UTC
2a4aa63 I18N: Update translation (Finnish) Currently translated at 97.9% (1409 of 1438 strings) 28 August 2020, 13:55:20 UTC
74e427a I18N: Update translation (Finnish) Currently translated at 97.9% (1409 of 1438 strings) 28 August 2020, 13:55:20 UTC
ed53a9a I18N: Update translation (Finnish) Currently translated at 97.8% (1407 of 1438 strings) 28 August 2020, 13:54:57 UTC
ccd57e5 I18N: Update translation (Finnish) Currently translated at 97.8% (1407 of 1438 strings) 28 August 2020, 13:54:56 UTC
08bc802 I18N: Update translation (Finnish) Currently translated at 97.6% (1404 of 1438 strings) 28 August 2020, 13:53:35 UTC
cc7aaa8 I18N: Update translation (Finnish) Currently translated at 97.6% (1404 of 1438 strings) 28 August 2020, 13:53:35 UTC
bb7f9b0 I18N: Update translation (Finnish) Currently translated at 97.5% (1403 of 1438 strings) 28 August 2020, 13:52:57 UTC
back to top