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