aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
AgeCommit message (Expand)Author
2015-06-21AGOS: implement Accolade AdLib + MT32 music driversMartin Kiewitz
2014-05-15AGOS: Disable image_dump debug command.D G Turner
2014-05-12AGOS: Add image dumping to file enable by debugflag.D G Turner
2014-05-11AGOS: Switch VGA script debug output to debug flag, rather than level 5.D G Turner
2014-05-11AGOS: Change "script" debugflag to "subroutine" as more accurate.D G Turner
2014-05-11AGOS: Switch script debugging to debug flag, rather than level 4.D G Turner
2014-05-11AGOS: Switch VGA opcode debugging to debug flag, rather than level 3.D G Turner
2014-05-11AGOS: Switch opcode debugging to a debug flag, rather than level 2 hack.D G Turner
2014-05-10AGOS: Remove redundant "level" command from debugger.D G Turner
2014-03-05AGOS: Correct typos in comments.Kirben
2014-03-02AGOS: Add initial support for mouse wheel.Kirben
2014-02-18AGOS: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-08-27Merge pull request #79 from clone2727/agos_cabEugene Sandulenko
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-08-21AGOS: Use delete instead of free on an C++ object.Johannes Schickel
2011-08-07AGOS: Replace if-cascade by switch.Christoph Mallon
2011-08-06AGOS: Reduced header dependencyEugene Sandulenko
2011-05-17AGOS: cleanupMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17AGOS: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-19AGOS: Cleanup syncSoundSettings()dhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-27AGOS: Fix Memory Leaks in Feeble Files.David Turner
2011-01-27AGOS: Fix Memory Leaks when playing Simon 2 Win.David Turner
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-01ENGINES: Remove some 'using' statementsMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-26AGOS: Fix Valgrind warnings on exit.Torbjörn Andersson
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-21AGOS: Make the "m" hotkey respect the mute setting.Johannes Schickel
2010-07-21AGOS: Make AGOS respect the mute setting.Johannes Schickel
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-07-04Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up,Torbjörn Andersson
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-03-23Fix compiler warning.Travis Howell
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson