Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | SCUMM: Clean-up of Roland GS code | tcarey | |
1. Remove _sc55 bool. All Roland GS-capable devices have MT-32 sound/drum maps, so they should always be used when _enable_gs is set. 2. Always enable _native_mt32 if Roland GS mode is selected. I don't know why I never did this originally, since _enable_gs is automatically disabled for SCUMM v6+ games that use General MIDI tracks instead of MT-32 music. 3. Set master tune for GS devices to 442.0kHz. This is the master tune setting for the MT-32. | |||
2013-05-11 | HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right | Strangerke | |
2013-05-11 | QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene" | Filippos Karapetis | |
We now check if the engine should quit in the loop of the end credits animation | |||
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis | |
We now only test for events in testKeypressed() without updating the game cycle at all (NAGI doesn't update the game cycle either). This fixes the slowdowns in some animations where have.key() is issued, like Manannan's lightnings in the intro of KQ3 and the bullets in the intro of PQ1 | |||
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis | |
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415 | |||
2013-05-11 | HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian | Strangerke | |
2013-05-10 | HOPKINS: Added a zones debugger command | Paul Gilbert | |
2013-05-08 | HOPKINS: Fix bug #3612566 - scaling glitch on Samantha | sylvaintv | |
2013-05-08 | * HOPKINS: Fix bug #3611824 - problem when changing clothes | sylvaintv | |
2013-05-08 | HOPKINS: Fix bug #3611824 - music cut during dialogs after loading from launcher | Strangerke | |
2013-05-08 | HOPKINS: Fix bug #3612115 - Courtesy of SylvainTV: Fix palette in thumbnails | Strangerke | |
2013-05-07 | AGOS: Initialize _mouseToggle | Torbjörn Andersson | |
This shouldn't actually be necessary since, as far as I can tell, its only purpose is to toggle between true and false to slow down some mouse cursor animations. But Valgrind doesn't know that. | |||
2013-05-07 | HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV | Strangerke | |
2013-05-06 | Merge pull request #320 from johndoe123/sword25-gfx | Eugene Sandulenko | |
SWORD25: Optimized graphics drawing | |||
2013-05-06 | HOPKINS: Remove useless assert | Strangerke | |
2013-05-06 | HOPKINS: Get rid of magic values | Strangerke | |
2013-05-05 | HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation | Strangerke | |
2013-05-05 | LURE: Fix getNumGroats | Willem Jan Palenstijn | |
This fixes bug #3612682 | |||
2013-05-04 | PEGASUS: Fix two missing frames in the globe game | Matthew Hoops | |
2013-05-04 | PEGASUS: Fix floor 2/3 elevator buttons not being shown pressed | Matthew Hoops | |
2013-05-04 | DREAMWEB: Changed Italian LOGON command | Simon Sawatzki | |
Changed REGISTRA to ACCEDI for better user convenience. | |||
2013-05-04 | HOPKINS: Hide the mouse cursor, which was still visible in some part of the ↵ | Strangerke | |
intro of the OS/2 and Win95 versions | |||
2013-05-04 | HOPKINS: Add another workaround for the BeOS version, so it displays at ↵ | Strangerke | |
least "The End" | |||
2013-05-04 | HOPKINS: Workaround for bug #3612611 - Missing credit file in BeOS version! | Strangerke | |
2013-05-04 | HOPKINS: Search for alternate names for ending animations | Strangerke | |
Based on the BeOS executable. | |||
2013-05-04 | HOPKINS: Hide mouse before displaying credits | Strangerke | |
2013-05-04 | HOPKINS: Fix bug #3612482 - ending credits issues | Strangerke | |
2013-05-03 | HOPKINS: Fix bug #3612114 - Mouse accidentally enabled during intro, leading ↵ | Strangerke | |
to graphic corruption | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew 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-02 | DREAMWEB: Change Spanish LOGON command to ACCESO | Thierry Crozat | |
2013-05-02 | AGI: Fix unitialized variables. CID 1002922 | Eugene Sandulenko | |
2013-05-01 | HOPKINS: Fix bug #3612406 - New version not detected | Strangerke | |
2013-05-01 | HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an ↵ | Strangerke | |
alternate animation file name | |||
2013-05-01 | HOPKINS: Remove an incomplete hack in playAnim(), rework related code to ↵ | Strangerke | |
avoid low/high res missing files | |||
2013-05-01 | HOPKINS: Remove double comma in animation sequences | Strangerke | |
2013-05-01 | HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence | Strangerke | |
2013-05-01 | HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 Version | Strangerke | |
2013-05-01 | KYRA: Fix loading from the Kyrandia 2 title menu | Torbjörn Andersson | |
2013-05-01 | HOPKINS: Remove debug warning, fix code alignment | Strangerke | |
2013-05-01 | HOPKINS: Fix bug#3612110 - Script bug in FBI lab | Strangerke | |
2013-05-01 | KYRA: 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-01 | SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCAL | Torbjörn Andersson | |
For consistency with NUM_SCRIPT_SLOT. | |||
2013-05-01 | SCUMM: Fix out-of-bounds access in runScript() debug messages | Torbjörn Andersson | |
I believe this fixes CID 1003954, 1003957, 1003958, 1003962 and 1003966. | |||
2013-05-01 | TINSEL: Clear the screen with the correct color in DW1 Mac | Filippos Karapetis | |
2013-05-01 | TINSEL: Simplify palette endianess conversions | Filippos Karapetis | |
2013-05-01 | SAGA: Fix some non-initialized variables in the Music class - CID 1003131 | Filippos Karapetis | |
2013-05-01 | SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, ↵ | Filippos Karapetis | |
1003542 | |||
2013-05-01 | SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 | Filippos Karapetis | |