aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows.
2013-05-02DREAMWEB: Change Spanish LOGON command to ACCESOThierry Crozat
2013-05-02AGI: Fix unitialized variables. CID 1002922Eugene Sandulenko
2013-05-02AUDIO: Fix uninitalized variable. CID 1003160Eugene Sandulenko
2013-05-02AUDIO: Fix unitialized variable. CID 1003161Eugene Sandulenko
2013-05-02AUDIO: Fix unitialized variable. CID 1003162Eugene Sandulenko
2013-05-01HOPKINS: Fix bug #3612406 - New version not detectedStrangerke
2013-05-01HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an ↵Strangerke
alternate animation file name
2013-05-01HOPKINS: Remove an incomplete hack in playAnim(), rework related code to ↵Strangerke
avoid low/high res missing files
2013-05-01HOPKINS: Remove double comma in animation sequencesStrangerke
2013-05-01HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequenceStrangerke
2013-05-01HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 VersionStrangerke
2013-05-01KYRA: Fix loading from the Kyrandia 2 title menuTorbjörn Andersson
2013-05-01HOPKINS: Remove debug warning, fix code alignmentStrangerke
2013-05-01HOPKINS: Fix bug#3612110 - Script bug in FBI labStrangerke
2013-05-01KYRA: Fix missing music in Kyra 1 DOS intro.Johannes Schickel
This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d. Thanks to eriktorbjorn to noticing that the music is missing.
2013-05-01MT32: Fix some non-initialized fields in MidiDriver_MT32 - CID 1002949Filippos Karapetis
2013-05-01AUDIO: Add missing breaks to switch statement - CID 1003770Filippos Karapetis
A mistake in commit 3dc788da63520b8baad2b5c0726f34168ab55356
2013-05-01SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCALTorbjörn Andersson
For consistency with NUM_SCRIPT_SLOT.
2013-05-01SCUMM: Fix out-of-bounds access in runScript() debug messagesTorbjörn Andersson
I believe this fixes CID 1003954, 1003957, 1003958, 1003962 and 1003966.
2013-05-01TINSEL: Clear the screen with the correct color in DW1 MacFilippos Karapetis
2013-05-01TINSEL: Simplify palette endianess conversionsFilippos Karapetis
2013-05-01SAGA: Fix some non-initialized variables in the Music class - CID 1003131Filippos Karapetis
2013-05-01SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, ↵Filippos Karapetis
1003542
2013-05-01SCI: Fix a non-initialized variable in GfxScreen - CID 1003105Filippos Karapetis
2013-05-01SCI: Fix a non-initialized variable in GfxCursor - CID 1003112Filippos Karapetis
2013-05-01SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114Filippos Karapetis
2013-05-01SCI: Fix some non-initialized variables in SegManager - CID 1003116Filippos Karapetis
2013-05-01SCI: Fix a non-initialized variable in MessageState - CID 1003119Filippos Karapetis
2013-05-01SCI: Fix a non-initialized variable in MessageReader - CID 1003120Filippos Karapetis
2013-05-01SCI: Fix a non-initialized variable in GfxMenu - CID 1003110Filippos Karapetis
2013-05-01SCI: Initialize some members of GfxPaint16 - CID 1010057Filippos Karapetis
2013-04-30SCUMM: CleanupTorbjörn Andersson
We only need to initialize 'args' in runInventoryScript() when we are actually using them.
2013-04-30SCUMM: Use correct array size when calling initializeLocals()Torbjörn Andersson
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
2013-04-29DREAMWEB: Add commands in Spanish for the Network TerminalThierry Crozat
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).
2013-04-29I18N: Regenerate translations data fileThierry Crozat
2013-04-29I18N: Update Spanish translation (from patch #3612117)Thierry Crozat
2013-04-29I18N: Update Belarusian translation (from patch #3612130)Thierry Crozat
2013-04-29TOON: Fix logical branch error. CID 1004062Eugene Sandulenko
2013-04-29SCUMM HE: fix crash introduced in a10ad272a84Eugene Sandulenko
2013-04-29SCUMM: Fix o100_videoOps subOp 0Matthew Hoops
football2002 endzone videos now display
2013-04-29TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, ↵Strangerke
1002418
2013-04-29TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, ↵Strangerke
1002399, 1002400, 1002402
2013-04-29TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, ↵Strangerke
1002370
2013-04-29TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, ↵Strangerke
100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414,
2013-04-28TSAGE: Fix nesting level. CID 1003633Eugene Sandulenko
2013-04-28TSAGE: Fix nesting level. CID 1003634Eugene Sandulenko
2013-04-28TSAGE: Fix nexting level. CID 1003635Eugene Sandulenko
2013-04-28TSAGE: Fixed nesting level. CID 1003636Eugene Sandulenko
2013-04-28TSAGE: Fixed nesting level. CID 1003637Eugene Sandulenko