aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-05-17Formatting.Johannes Schickel
2009-05-17Fix possible leak.Johannes Schickel
2009-05-17Fix crash after loading game from cmd/launcher.Johannes Schickel
2009-05-17Don't protect save slot 0 for LoL.Johannes Schickel
2009-05-17Only set 'cdaudio' config entry, when FM-Towns version is present.Johannes Schickel
2009-05-17- CleanupJohannes Schickel
2009-05-17LoL:Johannes Schickel
2009-05-17Cleanup.Johannes Schickel
2009-05-17Fix sound file missing warning for DOS version of LoL.Johannes Schickel
2009-05-17Audio related cleanup.Johannes Schickel
2009-05-17Disable CD audio for PC98 by default.Johannes Schickel
2009-05-17Handle keyboard button press immediately.Johannes Schickel
2009-05-17Change workaround to match comment description.Johannes Schickel
2009-05-17LOL: - fix animations for fletcher shop in the swampFlorian Kagerer
2009-05-17LOL: - some opcodes for the swampFlorian Kagerer
2009-05-17Simplify cursor code.Travis Howell
2009-05-17KYRA1: fix script code (Japanese version of lephole.emc was broken by recent ...Florian Kagerer
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
2009-05-17cleanupGregory Montoir
2009-05-17fix display of machine.flc (alternative fix would be to use the COGS00xy.PCX ...Gregory Montoir
2009-05-17Fixed compilation when LoL is not enabledFilippos Karapetis
2009-05-17Fix mouse cursor color in the demo versions of The Feeble Files.Travis Howell
2009-05-17Add more game demos.Travis Howell
2009-05-17Endian fix in script data accessPaul Gilbert
2009-05-17Changed the FLIC player to the common VideoDecoder interface. Note that curre...Filippos Karapetis
2009-05-17Add more game demos.Travis Howell
2009-05-17Properly named the script structure offset field, and fixed an endian bugPaul Gilbert
2009-05-17Removed the obsolete game Id list - it seems redundant, and stops the warning...Paul Gilbert
2009-05-17Properly named the dialog menu item 'selected' fieldPaul Gilbert
2009-05-16LOL: implemented loading and saving via Alt/Ctrl + number keysFlorian Kagerer
2009-05-16SCI: Turned some relatively harmless yet frequently occurring warnings into d...Walter van Niftrik
2009-05-16LOL: some more opcodes for the draracle caveFlorian Kagerer
2009-05-16SCI: Allow the VM to continue when the invalid selector access occurs at the ...Walter van Niftrik
2009-05-16Add detection for Russian version of DW2.Eugene Sandulenko
2009-05-16Added the font character lookup table for the German version of the gamePaul Gilbert
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
2009-05-16Added a workaround for a discrepancy in the English version - one of the long...Paul Gilbert
2009-05-16Corrected mixed up parameter usage in the LoadFile methodPaul Gilbert
2009-05-16Replaced value with proper constant, and named a previously un-named structur...Paul Gilbert
2009-05-16Fixed incorrect pathfinding data entry being deleted when a temporary actor a...Paul Gilbert
2009-05-15Added detection entry for Hebrew Discworld 1 releasePaul Gilbert
2009-05-15Fix compilationWillem Jan Palenstijn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-15Removed unused defines and merged several different compression errorsFilippos Karapetis
2009-05-15tinsel: fix drawing of some sprites, cursor and fonts in discworld PSX, palet...Fabio Battaglia
2009-05-15Reverted the SQ5 change introduced with commit #40574, as this makes the mous...Filippos Karapetis
2009-05-15Merged the 3 Huffman trees into decompressor.cpp, and changed their layout to...Filippos Karapetis
2009-05-15Add several Dutch Windows demo of HE games.Travis Howell
2009-05-15SCI: Keep a single copy of the versionNames array; this fixes warning about i...Max Horn
2009-05-15SCI: Got rid of SEG_ID/SCRIPT_IDMax Horn