Age | Commit message (Expand) | Author |
2011-12-24 | SAGA: Rework the way audio is buffered | Matthew Hoops |
2011-12-24 | SAGA: Properly handle ITE Mac sound resources | Matthew Hoops |
2011-11-21 | SAGA: Simply use a Graphics::Surface instead of a Saga::Surface. | Christoph Mallon |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-11-03 | SAGA: Fix warnings | Eugene Sandulenko |
2011-11-03 | SAGA: Fix copy/paste error | Eugene Sandulenko |
2011-10-29 | JANITORIAL: Remove unnecessary semicolons | Torbjörn Andersson |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to saga | Strangerke |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-10-04 | SAGA: Fixed script bug #3358007 - "IHNM: Freeze when exiting from the motor r... | Filippos Karapetis |
2011-08-30 | SAGA: properly remove the save reminder callback on engine exit | Filippos Karapetis |
2011-08-30 | SAGA: Slight cleanup | Filippos Karapetis |
2011-08-13 | Merge pull request #63 from tsoliman/detection-tables | Filippos Karapetis |
2011-08-07 | GRAPHICS: Simplify the interface of Graphics::loadThumbnail(). | Christoph Mallon |
2011-08-07 | ALL: Use Graphics::skipThumbnail() where appropriate. | Christoph Mallon |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon |
2011-08-06 | SAGA: Flag CD titles with ADGF_CD | Tarek Soliman |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko |
2011-07-10 | SAGA: Use #error instead of a deliberate syntax error. | eriktorbjorn |
2011-07-10 | SAGA: Mute the music while the game is paused | eriktorbjorn |
2011-07-09 | SAGA: Removed several game flags, which are now found more reliably on the fly | Filippos Karapetis |
2011-06-23 | SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers") | D G Turner |
2011-06-23 | SAGA: Fix Bug #3323722 ("IHNM: Crash to desktop in Ellen's Adventure") | D G Turner |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-16 | SAGA: flag all WIP games with ADGF_UNSTABLE | Tarek Soliman |
2011-06-14 | DETECTOR: Separate code for handling obsolete gameids from advanced detector | Max Horn |
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn |
2011-06-10 | SAGA: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-06-02 | SAGA: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-06-01 | Merge branch 'branch-1-3-0' into master | Max Horn |
2011-05-21 | DS/SAGA: Due to what looks like a compiler bug, having one Common::Array temp... | agent-q |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
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-27 | SAGA: Removed unused variables | md5 |
2011-04-17 | SAGA: Prefer Surface::create taking a PixelFormat over the one taking a byte ... | Johannes Schickel |
2011-04-17 | SAGA: Fixed bug #3276033: IHNM: Savegame reminder not reset | Eugene Sandulenko |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-06 | SAGA: Fixed bug #3275973 - "IHNM: Dialog options vanish" | md5 |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn |
2011-03-25 | SAGA: Add missing include | dhewg |
2011-03-25 | SAGA: Change Sage to use Audio::MidiPlayer | Max Horn |
2011-03-24 | SAGA: Rename some MusicDriver members to match Audio::MidiPlayer | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |