Age | Commit message (Expand) | Author |
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 |
2010-03-23 | Fix compiler warning. | Travis Howell |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell |
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en... | Travis Howell |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-06 | Ooops, remove debug code. | Travis Howell |
2009-07-06 | Use graphics surfaces for screen buffers, and always use correct pitch when w... | Travis Howell |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-04-24 | Fix pausing during video play back. | Travis Howell |
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble F... | Travis Howell |
2009-03-09 | Cleanup. | Travis Howell |