aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
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
2009-06-08Update details for the Polish version of The Feeble Files.Travis Howell
svn-id: r41365
2009-06-06Disable load from the launcher button for AGOS and Gob games with use of GUI ↵Eugene Sandulenko
options svn-id: r41277
2009-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
svn-id: r41272
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of ↵Max Horn
char pointers) svn-id: r41000
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-21Renamed the DXA, SMK and FLIC video decoders to reflect the fact that ↵Filippos Karapetis
they're decoders, not players svn-id: r40759
2009-05-20- Reverted commit #40730, as it introduced rounding errorsFilippos Karapetis
- Properly fixed the FLIC player - The sound chunk tag of DXA files is now read by the DXADecoder's loadFile() method svn-id: r40736
2009-05-19Correct translation error.Travis Howell
svn-id: r40718
2009-05-19Improve looping of videos, in the demo version of The Feeble Files.Travis Howell
svn-id: r40716
2009-05-17Simplify cursor code.Travis Howell
svn-id: r40653
2009-05-17Fix mouse cursor color in the demo versions of The Feeble Files.Travis Howell
svn-id: r40643
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
svn-id: r40619
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 ↵Max Horn
years :) in the quicktime midi code svn-id: r40577
2009-05-14Fix bug #2791699 - Feeble Files: Crash after OmniTV video.Travis Howell
svn-id: r40560
2009-05-14Correct typo.Travis Howell
svn-id: r40555
2009-05-14Minor corrections.Travis Howell
svn-id: r40550
2009-05-14Expand dump image code to cover all games, and add options to the debugger.Travis Howell
svn-id: r40548
2009-05-07Correct incorrect byte in corrupt 72.out file, included with some PC ↵Travis Howell
versions of PN. svn-id: r40369
2009-05-06Add more file sizes.Travis Howell
svn-id: r40348
2009-05-05Fix input glitch regression again, by closer matching original PN code.Travis Howell
svn-id: r40329
2009-05-05Fix input glitch regression, when examing items in PN.Travis Howell
svn-id: r40328
2009-05-04Fix compilation without --enable-pnJoost Peters
svn-id: r40311
2009-05-04Fix input been displayed during ending sequence in PN.Travis Howell
svn-id: r40300
2009-05-04Fix the car chase scene in PN.Travis Howell
svn-id: r40299
2009-05-04All versions of PN share the same saved game format.Travis Howell
svn-id: r40298
2009-05-04Always reset VGA memory pointer, when load zone in PN, since only a single ↵Travis Howell
zone is used. svn-id: r40297
2009-05-04Add code different for PN in vc32_saveScreen(), to fix crashes.Travis Howell
svn-id: r40296
2009-05-03Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.Travis Howell
svn-id: r40249
2009-05-02Add alternative work around for bug in The Feeble Files.Travis Howell
svn-id: r40248
2009-05-02Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.Travis Howell
svn-id: r40247
2009-05-02Nintendo DS hack should only apply to the CD version of Simon the Sorcerer 1.Travis Howell
svn-id: r40246
2009-05-01Add bit2 and bit3 options to debugger.Travis Howell
svn-id: r40231
2009-05-01Add the non-interactive German demo of Simon the Sorcerer 2.Travis Howell
svn-id: r40229
2009-05-01Fix regression in the PC version of PN.Travis Howell
svn-id: r40223
2009-05-01Fix inventory regression in the PC version of PN.Travis Howell
svn-id: r40222
2009-04-29Add support for unpacked data files, in the PC version of PN.Travis Howell
svn-id: r40192
2009-04-24Fix regression in handling of keyboard keys.Travis Howell
svn-id: r40111
2009-04-24Minor cleanup.Travis Howell
svn-id: r40099
2009-04-24Fix pausing during video play back.Travis Howell
svn-id: r40098
2009-04-22AGOS: Merged timerCallback and timerProc; removed checkTimerCallback ↵Max Horn
declaration without implementation svn-id: r40076
2009-04-22Sync.Travis Howell
svn-id: r40075
2009-04-22Fix crash that occurs when OmniTV video is played completely, in The Feeble ↵Travis Howell
Files. svn-id: r40063
2009-04-21Add work around for bug in English 4CD version of The Feeble Files.Travis Howell
svn-id: r40048
2009-04-20Enable the arrow keys in Elvira 1/2.Travis Howell
svn-id: r40024
2009-04-20Fix sound effects regression in Waxworks.Travis Howell
svn-id: r40023
2009-04-19Fix possible overwriting of sound data in earlier games, and cleanup.Travis Howell
svn-id: r40015
2009-04-15Update renderString to match original code in The Feeble Files.Travis Howell
svn-id: r39952