aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-21AGOS: Rewrite note on events with velocity 0 to note off events in MidiParser...Johannes Schickel
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2012-08-28Merge remote-tracking branch 'origin/master' into tonyAlyssa Milburn
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-18AGOS: Fix regression with sound in Smacker OmniTV videosMatthew Hoops
2012-08-17AGOS: Fix regressions in the feeble demoMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-08-12AGOS: Improve the quick load/save code.Travis Howell
2012-07-24VIDEO: Convert DXADecoder to the AdvancedVideoDecoder APIMatthew Hoops
2012-07-23VIDEO: Rewrite SmackerDecoder to use the new APIMatthew Hoops
2012-06-07AGOS: Fix compiling AGOS game engine, when AGOS2 is disabled.Travis Howell
2012-05-28COMMON: Move InstallShield code to commonMatthew Hoops
2012-05-28VIDEO: Add volume/balance control to VideoDecoderMatthew Hoops
2012-04-15AGOS: Add comment about the limitations of quick loading/saving games in the ...Travis Howell
2012-04-02AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in intr...Travis Howell
2012-04-01AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction.Travis Howell
2012-02-27AGOS: Add font data for French, German and Italian versions of Simon the Sorc...Travis Howell
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-16AGOS: CleanupMax Horn
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-01-27AGOS: Make ArchiveMan a proper sub-type of SearchSet.Johannes Schickel
2012-01-27AGOS: Rename ArchiveMan's open to createReadStreamForMember to match our Arch...Johannes Schickel
2012-01-27AGOS: Properly overwrite hasFile from SearchSet in ArchiveMan.Johannes Schickel
2012-01-26AGOS: Fix silly copy&paste mistake, which broke Vorbis and MP3 support.Johannes Schickel
2012-01-26AGOS: Rework digital sound playback.Johannes Schickel
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-11-19AGOS: Fix using saved games from the CD versions of Simon the Sorcerer 2, on ...Travis Howell
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-13AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.D G Turner
2011-11-03AGOS: Merge duplicate code remaining from refactoring in the past.Travis Howell
2011-11-02AGOS: Fix warningsEugene Sandulenko
2011-10-24LAUNCHER: Add GUIO_NOASPECT to agosStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-09AUDIO: Add default disposeAfterUse value to makeVOCStream again.Johannes Schickel
2011-10-09AUDIO: Remove unused makeVOCStream interface.Johannes Schickel
2011-10-07AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. H...Travis Howell
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-09-25AGOS: Fix loading VGA files from InstallShield cab file.Travis Howell
2011-09-08AGOS: Made some static data const.Johannes Schickel
2011-08-28AGOS: Fix regression when starting Personal Nightmare, or disabling AGOS2.Travis Howell
2011-08-27Merge pull request #79 from clone2727/agos_cabEugene Sandulenko
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-08-27AGOS: Fix load/save issues in Waxworks, which were caused by error in loadRoo...Travis Howell
2011-08-21AGOS: Proper implementation of the Simon 1 demo aka Accolade MIDI parser.Johannes Schickel
2011-08-21AGOS: Use delete instead of free on an C++ object.Johannes Schickel
2011-08-20AGOS: Add an archive class for handling InstallShield CabinetsMatthew Hoops
2011-08-20AGOS: Slight cleanup.Johannes Schickel