aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-18Fix some error/warning calls. (might need some review, from someone familiar ↵Johannes Schickel
with SCI) svn-id: r40680
2009-05-18Fix crash when any movie is played in the Macintosh version of The Feebles ↵Travis Howell
Files, a regression caused by revision 36085. svn-id: r40679
2009-05-18Fixed incorrect order of parameters in the workaround debug message shown ↵Filippos Karapetis
for LSL6 svn-id: r40678
2009-05-18Added a workaround for LSL6, thanks to waltervn's commentsFilippos Karapetis
svn-id: r40677
2009-05-18Removed the unused file and line parameters from the list and list node ↵Filippos Karapetis
lookup functions, and removed the LOOKUP_LIST and LOOKUP_NODE defines. Also, disabled the unused LOOKUP_SPECIES define svn-id: r40676
2009-05-18Changed errors to be fatal, as most of them are fatal conditions. Some of ↵Filippos Karapetis
them have been changed to warnings for now, as they occur in certain games (e.g. SQ4 floppy, SQ4 CD and KQ5 CD) svn-id: r40675
2009-05-18LOL: fix "rest party" button (broken after changes to the button handling)Florian Kagerer
svn-id: r40674
2009-05-18LOL: - implemented fog spellFlorian Kagerer
svn-id: r40673
2009-05-18Disable GMM save/load in certain scenes.Johannes Schickel
svn-id: r40672
2009-05-17Formatting.Johannes Schickel
svn-id: r40671
2009-05-17Formatting.Johannes Schickel
svn-id: r40670
2009-05-17- Fix mouse cursor visibilty on load game in LoLJohannes Schickel
- Only show mouse cursor after cursor change, when the mouse was visible svn-id: r40669
2009-05-17Formatting.Johannes Schickel
svn-id: r40668
2009-05-17Fix possible leak.Johannes Schickel
svn-id: r40667
2009-05-17Fix crash after loading game from cmd/launcher.Johannes Schickel
svn-id: r40666
2009-05-17Don't protect save slot 0 for LoL.Johannes Schickel
svn-id: r40665
2009-05-17Only set 'cdaudio' config entry, when FM-Towns version is present.Johannes Schickel
svn-id: r40664
2009-05-17- CleanupJohannes Schickel
- LoL: fix memory leak svn-id: r40663
2009-05-17LoL:Johannes Schickel
- Cleanup - Implement support to load save from command line / launcher svn-id: r40662
2009-05-17Cleanup.Johannes Schickel
svn-id: r40661
2009-05-17Fix sound file missing warning for DOS version of LoL.Johannes Schickel
svn-id: r40660
2009-05-17Audio related cleanup.Johannes Schickel
svn-id: r40659
2009-05-17Disable CD audio for PC98 by default.Johannes Schickel
svn-id: r40658
2009-05-17Handle keyboard button press immediately.Johannes Schickel
svn-id: r40657
2009-05-17Change workaround to match comment description.Johannes Schickel
svn-id: r40656
2009-05-17LOL: - fix animations for fletcher shop in the swampFlorian Kagerer
svn-id: r40655
2009-05-17LOL: - some opcodes for the swampFlorian Kagerer
- fix last commit (which broke TIM scripts) svn-id: r40654
2009-05-17Simplify cursor code.Travis Howell
svn-id: r40653
2009-05-17KYRA1: fix script code (Japanese version of lephole.emc was broken by recent ↵Florian Kagerer
changes in the parser) svn-id: r40651
2009-05-17SCI: LSL6 invalid selector workaround is now always active, not just atWalter van Niftrik
startup. Added support for mirrored pic drawing. svn-id: r40648
2009-05-17cleanupGregory Montoir
svn-id: r40646
2009-05-17fix display of machine.flc (alternative fix would be to use the COGS00xy.PCX ↵Gregory Montoir
files directly and get rid of this second .flc file) svn-id: r40645
2009-05-17Fixed compilation when LoL is not enabledFilippos Karapetis
svn-id: r40644
2009-05-17Fix mouse cursor color in the demo versions of The Feeble Files.Travis Howell
svn-id: r40643
2009-05-17Add more game demos.Travis Howell
svn-id: r40642
2009-05-17Endian fix in script data accessPaul Gilbert
svn-id: r40641
2009-05-17The 'frameSize' variable isn't used at the moment.Torbjörn Andersson
svn-id: r40640
2009-05-17Updated the MSVC project files of the AGOS and KYRA enginesFilippos Karapetis
svn-id: r40639
2009-05-17Changed the FLIC player to the common VideoDecoder interface. Note that ↵Filippos Karapetis
currently the double animation in Bud Tucker's intro credits is broken, as the second background animation is not played svn-id: r40638
2009-05-17Add more game demos.Travis Howell
svn-id: r40635
2009-05-17Properly named the script structure offset field, and fixed an endian bugPaul Gilbert
svn-id: r40634
2009-05-17Removed the obsolete game Id list - it seems redundant, and stops the ↵Paul Gilbert
warning message coming up about Target 'cruise' upgraded to 'cruise' svn-id: r40633
2009-05-17Properly named the dialog menu item 'selected' fieldPaul Gilbert
svn-id: r40632
2009-05-16LOL: implemented loading and saving via Alt/Ctrl + number keysFlorian Kagerer
svn-id: r40631
2009-05-16Fixed problem with building the Dreamcast port in the srcdir:Marcus Comstedt
When srcdir is ".", GNU make strips ./ from the paths before putting them into $+. This makes filtering out using the original paths not work, so make sure the paths are absolute and not starting with ./ svn-id: r40630
2009-05-16SCI: Turned some relatively harmless yet frequently occurring warnings into ↵Walter van Niftrik
debug messages. svn-id: r40629
2009-05-16LOL: some more opcodes for the draracle caveFlorian Kagerer
svn-id: r40628
2009-05-16SCI: Allow the VM to continue when the invalid selector access occurs at the ↵Walter van Niftrik
start of LSL6. svn-id: r40627
2009-05-16Let ScummVM compile out of the box on FreeBSDEugene Sandulenko
svn-id: r40626
2009-05-16Update to latest version of GNU configEugene Sandulenko
svn-id: r40625