Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-12 | TINSEL: Add support for enhanced music in the Mac version of DW1 | Filippos Karapetis | |
2013-04-12 | MOHAWK: Prevent left mouse click handling if the cursor isn't visible. | uruk | |
This fixes bug #3488327 - "LB: Mouse events processed when they shouldn't be". | |||
2013-04-12 | TINSEL: Remove the unused ghost palette | Filippos Karapetis | |
2013-04-12 | TINSEL: Fix black/white colors in the Mac version of DW1 | Filippos Karapetis | |
2013-04-12 | TINSEL: Simplify overflow calculation inside MacDrawTiles() | Filippos Karapetis | |
Thanks to wjp for noticing this | |||
2013-04-12 | TINSEL: Fix typo | Filippos Karapetis | |
2013-04-12 | TINSEL: Remove the unused noFadeTable parameter from the fader functions | Filippos Karapetis | |
2013-04-11 | HOPKINS: Fix warning | Eugene Sandulenko | |
2013-04-11 | HOPKINS: Constify some functions and members | Strangerke | |
2013-04-11 | HOPKINS: Make ObjectsManager even more readable | Strangerke | |
2013-04-10 | HOPKINS: Make ObjectsManager a bit more readable | Strangerke | |
2013-04-10 | HOPKINS: Fix crash when skipping intro animations (regression in one of the ↵ | Strangerke | |
lock/unlock commits) | |||
2013-04-10 | HOPKINS: Reduce verbosity of displaySprite() | Strangerke | |
2013-04-10 | HOPKINS: Remove some magic values used by _eventMode checks | Strangerke | |
2013-04-10 | HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private. | Strangerke | |
2013-04-10 | HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16() | Strangerke | |
2013-04-10 | HOPKINS: Add lockScreen() and unlockScreen() in copy16bFromSurfaceScaleX2() | Strangerke | |
2013-04-10 | HOPKINS: Remove some useless lockScreen() and unlockScreen() around ↵ | Strangerke | |
copy16BitRect() | |||
2013-04-10 | HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ↵ | Strangerke | |
clearScreen() | |||
2013-04-10 | HOPKINS: Make the use of _mouseCursorId less verbose | Strangerke | |
2013-04-10 | HOPKINS: Make engine less verbose by reducing some object names | Strangerke | |
2013-04-10 | HOPKINS: Janitorial: Remove useless code | Strangerke | |
2013-04-10 | HOPKINS: Remove useless object reference in DialogsManager | Strangerke | |
2013-04-10 | HOPKINS: Move _oldInventoryPosX to DialogsManager, remove a useless variable | Strangerke | |
2013-04-10 | HOPKINS: Improve readability in DialogsManager | Strangerke | |
2013-04-09 | HOPKINS: Janitorial: Remove useless line of code | Strangerke | |
2013-04-09 | HOPKINS: Renamed remaining GraphicsManager methods | Paul Gilbert | |
2013-04-09 | HOPKINS: Renaming some of the remaining graphics methods | Paul Gilbert | |
2013-04-09 | HOPKINS: Make Hopkins sleep a bit in order to reduce CPU usage | Strangerke | |
2013-04-09 | HOPKINS: Fix initialization of timers in EventsManager | Strangerke | |
2013-04-08 | GOB: Add another Spanish DOS version of Geisha | Sven Hesse | |
As supplied by alestedx in bug report #3610207 | |||
2013-04-08 | HOPKINS: Fix glitch in Ocean Maze initialization | Strangerke | |
2013-04-07 | HOPKINS: Add French Win95 version detection | sylvaintv | |
2013-04-07 | KYRA: Don't restore music volume right after it has faded down | Torbjörn Andersson | |
Since the music volume is set in playTrack(), it shouldn't be necessary to set it back to the default level when a fade out has been completed. This change prevents the volume from spiking right before quitting the game. I hope it doesn't cause regressions. | |||
2013-04-07 | SCI: Add signal/fade related CHECKME | Willem Jan Palenstijn | |
2013-04-07 | HOPKINS: Fix glitch when exiting computer in FBI rooms | Strangerke | |
2013-04-06 | SCI: Minor cleanup | Willem Jan Palenstijn | |
(Thanks waltervn) | |||
2013-04-06 | SCI: Further clarify comment | Willem Jan Palenstijn | |
2013-04-06 | SCI: Clarify comment | Willem Jan Palenstijn | |
2013-04-06 | SCI: Revert "Fixed fading-related bugs #3267956 and #3041738" | Willem Jan Palenstijn | |
This reverts commit bfef0f5a6fabdef5bb42cffd8b078d4511cf2a80. | |||
2013-04-06 | SCI: Re-initialize more of MusicEntry on play | Willem Jan Palenstijn | |
This fixes bug #3267956. | |||
2013-04-06 | SCI: Notify scripts of completed fade when aborting it | Willem Jan Palenstijn | |
This tweaks a fix/workaround (commit 96540686) for bugs #3266480 and #3041738. Also add CHECKME to verify the accuracy of this workaround further. This fixes the regressions #3291115, #3555404, #3596335 and #3610063. | |||
2013-04-06 | SCI: Revert "Added a more specific workaround for bug #3267956.[...]" | Willem Jan Palenstijn | |
This reverts commit 5654e1257551bf176c7fd06c756612bec3d79033. Conflicts: engines/sci/sound/soundcmd.cpp | |||
2013-04-06 | SCI: Revert "Clarify comment from rev 5654e12 further" | Willem Jan Palenstijn | |
This reverts commit 9f74a6eda2355bb09b9b963be41509ed67016a6c. | |||
2013-04-06 | SCI: Revert "Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze"" | Willem Jan Palenstijn | |
This reverts commit 8524ebd699254a6786033f0e41b9a45c563feb11. | |||
2013-04-06 | SCI: Revert "Properly fix bugs #3267956 and #3605377" | Willem Jan Palenstijn | |
This reverts commit 17ca8d14b1e0d1960485029878c728ef4d6d6132, except for a minor unrelated change to the workaround for bug #3605269 Conflicts: engines/sci/sound/soundcmd.cpp | |||
2013-04-06 | SCI: Revert "Add a hack to fix bug #3596335" | Willem Jan Palenstijn | |
This reverts commit f019d5a4881c8ee42fa36ef0613d9e82b3b36297. | |||
2013-04-06 | HOPKINS: Partially revert 63b669cfc4ec0cae7be83949f98ee3fd48607f90 as it ↵ | Strangerke | |
causes a regression in ComputerManager | |||
2013-04-06 | SCUMM: Add Italian Windows version of Freddi Fish 4. | Kirben | |
2013-04-05 | SCI: Revert "Add a more generic solution for the problem found in bug #3605269" | Willem Jan Palenstijn | |
This reverts commit c6320a28e483e52b489cae8e86774008e030492b. SSCI does not interpret signals on other channels than 15. Conflicts: engines/sci/sound/soundcmd.cpp |