aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-01SCI: Fix bug #3605269 - "SCI: KQ5 Windows CD - Game Hangs Before Final Battle"Filippos Karapetis
This is caused because songs 1840, 1843 and 1849 are all missing their special SCI signaling channel (channel 15), so the game scripts wait indefinitely for signals which are never set
2013-03-31HOPKINS: Fix another error reported by Valgrind. Thanks Eriktorbjorn for ↵Strangerke
reporting it
2013-03-31HOPKINS: Fix invalid read reported by Valgrind. Thanks Eriktorbjorn for the helpStrangerke
2013-03-31HOPKINS: Refactored use of TEMP.SCR for screen backups to use a memory bufferPaul Gilbert
2013-03-31HOPKINS: Fixed palette glitch during underwater base fade-inPaul Gilbert
2013-03-31HOPKINS: Renamed anonymous parameter in LinesManagerPaul Gilbert
2013-03-31HOPKINS: Converted iRegul to an EventMode enumerationPaul Gilbert
2013-03-31HOPKINS: Renamed some local variables used for BobItem initializationPaul Gilbert
2013-03-31HOPKINS: Renamed remaining fields of BobItem classPaul Gilbert
2013-03-30WINTERMUTE: Add a console command, "dump_file", to dump resource files to diskFilippos Karapetis
2013-03-30SCUMM: Fix more bugs in INSANEEugene Sandulenko
2013-03-30SCUMM: Fix several bugs in INSANEEugene Sandulenko
2013-03-30SCUMM: Fix bug #3546434: "SCUMM: FT glitches in Vulture encounter on old ↵Eugene Sandulenko
mine road" There was a missing Sfx call.
2013-03-30HOPKINS: Rename display buffersStrangerke
2013-03-30HOPKINS: Slight cleanup to silence cppcheck warning.Torbjörn Andersson
2013-03-30SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654Filippos Karapetis
2013-03-30SCI: Fix script bug #3606025 - "SCI: Crazy Nick's: King Graham's Challenge ↵Filippos Karapetis
Backgammon Crash" The script in question has a bug - it was fixed for checkers, but not backgammon
2013-03-30HOPKINS: More renaming in ObjectsManagerStrangerke
2013-03-30HOPKINS: Some refactoring and renaming in LinesManager and ObjectsManagerStrangerke
2013-03-29HOPKINS: Add a debug function to display current scene numberStrangerke
2013-03-29HOPKINS: More renamingStrangerke
2013-03-29HOPKINS: Some refactoring and renaming in ObjectsManagerStrangerke
2013-03-29HOPKINS: Add debugger command to change sceneStrangerke
2013-03-29HOPKINS: Implement Load from GUIStrangerke
2013-03-29KYRA: Add detection entry for LOL french v1.20 (extracted) datafiles.D G Turner
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
2013-03-29SCI: Stop and clear sounds that have no data. Fixes an issue in KQ6 MacFilippos Karapetis
Thanks to waltervn and clone2727 for the original patch. Tested LSL5 with this change, and the problematic sound in the mud wrestling scene is handled correctly
2013-03-28README: Add pegasus to the list of supported gamesMatthew Hoops
2013-03-28NEWS: Mention pegasus supportMatthew Hoops
2013-03-28ENGINES: Enable pegasus by defaultMatthew Hoops
2013-03-28SCI: Fix drawing in SCI21 hires games without breaking lowres SCI2/SCI21 gamesFilippos Karapetis
2013-03-28HOPKINS: Remove dead code. Thanks eriktorbjorn for reporting itStrangerke
2013-03-28HOPKINS: Some renaming in LinesManagerStrangerke
2013-03-28HOPKINS: Some renaming in LinesManagerStrangerke
2013-03-27SCI: Remove some useless checks in the MIDI driverFilippos Karapetis
2013-03-27MT-32: Sync with the latest changes in muntFilippos Karapetis
This syncs our code with munt commit 15e9f65
2013-03-27HOPKINS: Remove more dead code, simplify a couple of statements in Copy_Vga16()Strangerke
2013-03-27HOPKINS: Fix a couple of regressions in previous commit. Thanks fuzzie for ↵Strangerke
noticing
2013-03-27HOPKINS: Remove dead code in AnimationManagerStrangerke
2013-03-27HOPKINS: Rename GraphicsManager variableStrangerke
2013-03-27HOPKINS: Rename a fading variableStrangerke
2013-03-27HOPKINS: Fix several Cppcheck warningStrangerke
2013-03-26HOPKINS: Simplify some statements using MIN, MAX and CLIPStrangerke
2013-03-25HOPKINS: Fix for not being able to quit during underater base entrance cutscenePaul Gilbert
2013-03-25HOPKINS: JANITORIAL: remove useless object pointers in ObjectsManagerStrangerke
2013-03-25HOPKINS: Move some remaning variables and functions from Globals to ↵Strangerke
ObjectsManager
2013-03-25HOPKINS: More work on GlobalsStrangerke
2013-03-25HOPKINS: Move some more variables and functions from Globals to ObjectsManagerStrangerke
2013-03-24HOPKINS: Move more variables and functions out of GlobalsStrangerke
2013-03-24HOPKINS: Some more refactoring in GlobalsStrangerke
2013-03-24HOPKINS: More refactoring of GlobalsStrangerke