aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2009-08-15Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be ↵Travis Howell
cut off. svn-id: r43400
2009-08-14The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only ↵Travis Howell
required for Windows version (WAV format) now. svn-id: r43358
2009-08-13Allow VOCs to stream from disk. Disabled by default, use symbol ↵Neil Millstone
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357
2009-08-12Removed duplicated functions.Andre Heider
svn-id: r43314
2009-08-12Enable Personal Nightmare by default.Travis Howell
svn-id: r43304
2009-08-12Fix bug #2835822 - SSPP: Sounds from DIMP appearing randomly in other games.Travis Howell
svn-id: r43299
2009-08-12Fix building with specific games disabled in MSVC.Travis Howell
svn-id: r43294
2009-08-11vc22_setPaletteOld was renamed to vc22_setPalette, since function was ↵Travis Howell
virtualized. svn-id: r43292
2009-08-11Fix AGOS compilation.Johannes Schickel
svn-id: r43276
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵Travis Howell
engine, which require higher resolution. svn-id: r43270
2009-08-09Fix glitch when removing arrows from spell book in Elvira 1.Travis Howell
svn-id: r43165
2009-08-09Fix bug #2834260 - ELVIRA1: Graphic glitch when bird takes off.Travis Howell
svn-id: r43163
2009-08-09Fix bug #2834252 - ELVIRA1 Problem with 8-character-long save names.Travis Howell
svn-id: r43156
2009-08-09Fix bug #2834254 - ELVIRA: Buggy scroll arrows when mixing spells.Travis Howell
svn-id: r43152
2009-08-08Fix bug #2825565: "Unable to select subtitles in Atlantis and Simon 1"Eugene Sandulenko
svn-id: r43145
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-22Update video script debug table for Waxworks.Travis Howell
svn-id: r42656
2009-07-22Simplify fade code.Travis Howell
svn-id: r42654
2009-07-21Fix bug #2823818 - GUI: unable to select subtitles and speech for Simon 2.Travis Howell
svn-id: r42639
2009-07-21Fix fade effects in Waxworks.Travis Howell
svn-id: r42638
2009-07-21Update GUI flags for AGOS game engine.Travis Howell
svn-id: r42636
2009-07-20AGOS: Fixed badload(); some whitespace cleanupMax Horn
svn-id: r42624
2009-07-19Change generic save game name.Travis Howell
svn-id: r42614
2009-07-19Add patch #2823590 - Fix music crashes in Waxworks (PC).Travis Howell
svn-id: r42606
2009-07-18AGOS: Removed second setjmp in PN code (untested!)Max Horn
svn-id: r42593
2009-07-18AGOS: Get rid of one setjmp in PN code (needs testing)Max Horn
svn-id: r42592
2009-07-18AGOS: Fixed backspace under OS X in Personal NightmareMax Horn
svn-id: r42591
2009-07-17Correct error in saveBackGround.Travis Howell
svn-id: r42561
2009-07-17Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression).Travis Howell
svn-id: r42560
2009-07-17Fix input glitch regression, after pausing in PN.Travis Howell
svn-id: r42559
2009-07-15Fix recent PN regression in vc32_saveScreen().Travis Howell
svn-id: r42504
2009-07-14AGOS: Some more cleanup and added some comments to the PN codeMax Horn
svn-id: r42494
2009-07-14AGOS: Fixed potential OOBA crash in AGOSEngine_PN::opn_opcode26Max Horn
svn-id: r42492
2009-07-14AGOS: Cleanup PN code a bit, trying to make sense out of itMax Horn
svn-id: r42491
2009-07-14Remove last ioFailed() usage in AGOS game engine.Travis Howell
svn-id: r42481
2009-07-14Update workaround for bug #1538873, which effects the Polish version of ↵Travis Howell
Simon the Sorcerer 2 too. svn-id: r42480
2009-07-14Change key combination to dump all script, due to conflict.Travis Howell
svn-id: r42478
2009-07-14Add workaround for bug #1538873 - SIMON1 (French): Text wrongly displayed.Travis Howell
svn-id: r42474
2009-07-11Fix recent regression in AGOSEngine_Simon1::drawImage().Travis Howell
svn-id: r42360
2009-07-08Fix recent regression in vc61().Travis Howell
svn-id: r42252
2009-07-07Set the correct sound rate for Personal Nightmare.Travis Howell
svn-id: r42202
2009-07-06Ooops, remove debug code.Travis Howell
svn-id: r42164
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when ↵Travis Howell
writing to the frameBuffer. svn-id: r42163
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-01Fixed some more warnings observed on buildbotMax Horn
svn-id: r42010
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-06-09Remove unused old code.Travis Howell
svn-id: r41395
2009-06-09Correct check for font data table used in The Feeble Files.Travis Howell
svn-id: r41393
2009-06-08Add more Polish font data for The Feeble Files.Travis Howell
svn-id: r41374
2009-06-08Add Polish font data for The Feeble Files.Travis Howell
svn-id: r41372