https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
5e953ad RELEASE: This is 1.6.0pre 04 May 2013, 21:40:15 UTC
c6bece7 Merge pull request #329 from SimSaw/master DREAMWEB: Changed Italian LOGON command 04 May 2013, 20:43:38 UTC
7f3cbdb DREAMWEB: Changed Italian LOGON command Changed REGISTRA to ACCEDI for better user convenience. 04 May 2013, 20:13:53 UTC
6bcc413 XMIDI: Forget old loop points when changing track This fixes warnings that would appear after a little while in Kyrandia 2, which would happen because every time the music changed it would add a new loop point. This was probably harmless because once the list was full it would keep re-using the last element, and I imagine all songs were set to loop forever. But this should be more correct, as I understand it. 04 May 2013, 19:57:00 UTC
d2a97a4 HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions 04 May 2013, 18:31:44 UTC
a2d28dc HOPKINS: Add another workaround for the BeOS version, so it displays at least "The End" 04 May 2013, 18:16:47 UTC
b299481 HOPKINS: Workaround for bug #3612611 - Missing credit file in BeOS version! 04 May 2013, 17:41:58 UTC
cc771cb HOPKINS: Search for alternate names for ending animations Based on the BeOS executable. 04 May 2013, 12:04:39 UTC
2db9e27 HOPKINS: Hide mouse before displaying credits 04 May 2013, 11:28:04 UTC
f286ae8 HOPKINS: Fix bug #3612482 - ending credits issues 04 May 2013, 07:57:40 UTC
874b96b HOPKINS: Fix bug #3612114 - Mouse accidentally enabled during intro, leading to graphic corruption 03 May 2013, 06:22:56 UTC
0031c41 COMMON: Change kPlatformPC to kPlatformDOS "PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. 02 May 2013, 22:43:10 UTC
8942a96 DREAMWEB: Change Spanish LOGON command to ACCESO 02 May 2013, 20:37:52 UTC
eddf8cb AGI: Fix unitialized variables. CID 1002922 02 May 2013, 11:17:46 UTC
5cc5104 AUDIO: Fix uninitalized variable. CID 1003160 02 May 2013, 11:10:40 UTC
0a32968 AUDIO: Fix unitialized variable. CID 1003161 02 May 2013, 11:07:44 UTC
7c26b6e AUDIO: Fix unitialized variable. CID 1003162 02 May 2013, 11:01:13 UTC
bef4610 HOPKINS: Fix bug #3612406 - New version not detected 01 May 2013, 21:57:40 UTC
7b34c68 HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an alternate animation file name 01 May 2013, 21:20:36 UTC
a11f579 HOPKINS: Remove an incomplete hack in playAnim(), rework related code to avoid low/high res missing files 01 May 2013, 21:14:00 UTC
7c4a421 HOPKINS: Remove double comma in animation sequences 01 May 2013, 18:23:08 UTC
7e0ff98 HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence 01 May 2013, 18:14:19 UTC
0d1b821 HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 Version 01 May 2013, 17:10:50 UTC
95601de KYRA: Fix loading from the Kyrandia 2 title menu 01 May 2013, 14:54:25 UTC
2fcca38 HOPKINS: Remove debug warning, fix code alignment 01 May 2013, 13:42:45 UTC
fad30af HOPKINS: Fix bug#3612110 - Script bug in FBI lab 01 May 2013, 13:38:59 UTC
da9e273 KYRA: Fix missing music in Kyra 1 DOS intro. This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d. Thanks to eriktorbjorn to noticing that the music is missing. 01 May 2013, 13:07:15 UTC
635847b MT32: Fix some non-initialized fields in MidiDriver_MT32 - CID 1002949 01 May 2013, 12:46:23 UTC
6c3e05e AUDIO: Add missing breaks to switch statement - CID 1003770 A mistake in commit 3dc788da63520b8baad2b5c0726f34168ab55356 01 May 2013, 12:46:23 UTC
ce79ff4 SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCAL For consistency with NUM_SCRIPT_SLOT. 01 May 2013, 05:47:56 UTC
f70087d SCUMM: Fix out-of-bounds access in runScript() debug messages I believe this fixes CID 1003954, 1003957, 1003958, 1003962 and 1003966. 01 May 2013, 05:33:05 UTC
f3f3d5b TINSEL: Clear the screen with the correct color in DW1 Mac 01 May 2013, 00:53:00 UTC
5692c37 TINSEL: Simplify palette endianess conversions 01 May 2013, 00:50:29 UTC
0d53b7f SAGA: Fix some non-initialized variables in the Music class - CID 1003131 30 April 2013, 23:01:23 UTC
b8eaefb SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, 1003542 30 April 2013, 22:51:12 UTC
5b25c40 SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 30 April 2013, 22:51:12 UTC
012a5ef SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 30 April 2013, 22:51:12 UTC
3012aaa SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 30 April 2013, 22:51:11 UTC
66fce6d SCI: Fix some non-initialized variables in SegManager - CID 1003116 30 April 2013, 22:51:11 UTC
70f1c4d SCI: Fix a non-initialized variable in MessageState - CID 1003119 30 April 2013, 22:51:11 UTC
abef7f6 SCI: Fix a non-initialized variable in MessageReader - CID 1003120 30 April 2013, 22:51:11 UTC
2d90cc4 SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 30 April 2013, 22:51:11 UTC
619baf6 SCI: Initialize some members of GfxPaint16 - CID 1010057 30 April 2013, 22:51:10 UTC
0638d85 SCUMM: Cleanup We only need to initialize 'args' in runInventoryScript() when we are actually using them. 30 April 2013, 20:46:36 UTC
2284aba SCUMM: Use correct array size when calling initializeLocals() The initializeLocals() function assumes that it can copy 25 elements when being provided an array of values. But this array was frequently a lot smaller than that. I've introduced a constant for the number of locals (though VirtualMachineState has one more for some reason), and fixed the array sizes in a number of places. CID 1003951, 1003952, 1003953, 1003955, 1003956, 1003959, 1003960, 1003961, 1003963, 100394, 1003965 30 April 2013, 20:26:51 UTC
6936f83 DREAMWEB: Add commands in Spanish for the Network Terminal Also changed the German HELP command to HILF at the translator request (which means both HILF and HILFE work since the parser only matches the start of the string). 29 April 2013, 21:35:51 UTC
83be4f7 I18N: Regenerate translations data file 29 April 2013, 21:03:19 UTC
38c73c5 I18N: Update Spanish translation (from patch #3612117) 29 April 2013, 21:02:29 UTC
f54ca7b I18N: Update Belarusian translation (from patch #3612130) 29 April 2013, 21:01:24 UTC
e629de3 TOON: Fix logical branch error. CID 1004062 29 April 2013, 20:23:45 UTC
b1893bc SCUMM HE: fix crash introduced in a10ad272a84 29 April 2013, 20:16:55 UTC
c7aceeb SCUMM: Fix o100_videoOps subOp 0 football2002 endzone videos now display 29 April 2013, 19:35:14 UTC
9d9f971 TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, 1002418 29 April 2013, 08:41:28 UTC
b4f5a1a TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, 1002399, 1002400, 1002402 29 April 2013, 08:01:01 UTC
a1c4203 TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, 1002370 29 April 2013, 07:35:44 UTC
4a8b086 TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, 100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414, 29 April 2013, 06:01:59 UTC
ebf2ac5 TSAGE: Fix nesting level. CID 1003633 28 April 2013, 20:59:21 UTC
c5ba90f TSAGE: Fix nesting level. CID 1003634 28 April 2013, 20:59:21 UTC
bddd889 TSAGE: Fix nexting level. CID 1003635 28 April 2013, 20:59:21 UTC
30f78b3 TSAGE: Fixed nesting level. CID 1003636 28 April 2013, 20:59:21 UTC
7172817 TSAGE: Fixed nesting level. CID 1003637 28 April 2013, 20:59:21 UTC
18413bc LASTEXPRESS: Fix multiline macros. CID 1003638 28 April 2013, 20:59:21 UTC
6ca845b LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640 28 April 2013, 20:59:21 UTC
3263a5e AUDIO: Fix identation. CID 1003641 28 April 2013, 20:59:20 UTC
a10ad27 SCUMM HE: Plug memory leak. CID 1003582 28 April 2013, 20:59:20 UTC
0f9f268 SAGA: Null terminate string. CID 1003869 28 April 2013, 20:59:20 UTC
759dc8e SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID 1003188, CID 1003189 28 April 2013, 20:59:20 UTC
aa8638d SAGA: Null terminate string. CID 1003870 28 April 2013, 20:59:20 UTC
e2cd02b SAGA: Null terminate string. CID 1003868 28 April 2013, 20:59:20 UTC
2a4bf37 MOHAWK: Fix use after free. CID 1002114 28 April 2013, 20:59:20 UTC
e37bcb8 MADE: Null terminate string. CID 1003874 28 April 2013, 20:59:20 UTC
d0697ad SCI: Change wording for a function reference 28 April 2013, 20:31:11 UTC
d840aa4 SCI: Change wording for the cursor position workarounds 28 April 2013, 20:31:10 UTC
9eb5d23 SCI: Fix patched save/load dialogs in SCI32 Mac games 28 April 2013, 18:56:06 UTC
ee86e67 SCI: Fix Phantasmagoria Mac's kDoSound 28 April 2013, 17:43:17 UTC
2c5a000 AUDIO: Do not error out when channel offset >= length after interrupt() This fixes a Protracker module in the OS/2 version of Hopkins FBI (bug #3612101). In row 0x30 of the first pattern, the set channel offset effect in the fourth track pushes the offset past the sample (repeat) length. This is not error; the mixing function already handles this case flawlessly. No assert() is necessary there. 28 April 2013, 15:31:53 UTC
1108d20 I18N: Regenerate translations data file 28 April 2013, 12:43:06 UTC
0a1a83e I18N: Update Italian translation (from Matteo) 28 April 2013, 12:43:06 UTC
e387897 I18N: Updated German GUI translation. 28 April 2013, 12:43:06 UTC
d213901 DOCS: Updated German README (Liesmich) and NEWS (Neues). Liesmich now based on README SHA1 ID: 7f1288e8ef3b06d2d0793070da083b2e9c6bc030 Neues now based on NEWS SHA1 ID: 419252dbd64fb6f1a07079384418778c6946242f 28 April 2013, 12:43:06 UTC
5bcc20c SWORD2: Fix potential allocation size mismatch. CID 1003324. 28 April 2013, 12:15:29 UTC
2dd6206 HOPKINS: Fix for #3611739 graphic corruption in Breakout game 28 April 2013, 08:14:30 UTC
a148c78 KYRA: (EOB) - cleanup last commit 27 April 2013, 19:48:33 UTC
87ef081 KYRA: (EOB) - add debugger functions (list_flags, set_flag, clear_flag) 27 April 2013, 19:43:47 UTC
c3a7e01 KYRA: (EOB) - fix original savefile import/export (flag settings were not imported/exported in EOB 1 saves) 27 April 2013, 19:28:28 UTC
be7486f KYRA: (EOB) - minor fix in NPC sequence code 27 April 2013, 19:28:26 UTC
90db659 PEGASUS: Fix missing text in canyon chase 27 April 2013, 15:29:06 UTC
99e90b9 SCI: Fix incorrect detection of NRS patches in QFG3 (bug #3574541) 27 April 2013, 11:40:08 UTC
46ebf37 SCI: Change wording for bug/further info references 27 April 2013, 11:04:27 UTC
e65597c TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391 27 April 2013, 09:43:41 UTC
34ded75 TOON: Fix Uninitialized scalar variable CID 1003172, 1003173, 1003175, 1003176 27 April 2013, 09:19:05 UTC
f8593e8 GROOVOE: Plug memory leak. CID 1003912 27 April 2013, 05:49:07 UTC
9d087cb AGI: Null terminate string. CID 1003890 27 April 2013, 05:46:24 UTC
4e7a117 AGI: Null terminate string. CID 1003889 27 April 2013, 05:44:20 UTC
b47c50a AGI: Null terminate string. CID 1003888 27 April 2013, 05:43:06 UTC
b77a516 SAGA: Fix memory leak in Mac version of IHNM CID 1004123. Unfortunately, I do not have this version of the game so I cannot verify that this fix is correct, but it should be. 27 April 2013, 04:38:48 UTC
81f5a89 SCI: Fix SCI32 BE selector name count 27 April 2013, 01:31:32 UTC
f2ae997 SCI: Add script patch for Freddy Pharkas Mac inventory Thanks to waltervn for figuring this mess out! 27 April 2013, 00:38:43 UTC
29cfade I18N: Update French translation 26 April 2013, 22:57:00 UTC
54640a7 I18N: Workaround to fix spelling in French command 3 26 April 2013, 22:57:00 UTC
back to top