aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2014-09-03WINTERMUTE: Save the names of any language files that are loaded. (Fix bug #6...Einar Johan Trøan Sømåen
2014-09-02MADS: Converting text view to use existing drawing frameweorkPaul Gilbert
2014-09-01CGE2: Add detection for Sfinx v1.0 Freeware PolishStrangerke
2014-08-31MADS: Fixes to correctly display the credits screenPaul Gilbert
2014-08-31MADS: Actually hook in the new sound player groupPaul Gilbert
2014-08-31MADS: Implement sound player group #9Paul Gilbert
2014-08-31MADS: Hook in text credits view, beginnings of correct script processingPaul Gilbert
2014-08-31ACCESS: Fix display of advert view on ExitPaul Gilbert
2014-08-31MADS: Fix some memory leaksPaul Gilbert
2014-08-30Merge pull request #495 from somaen/docuFixJohannes Schickel
2014-08-30Merge pull request #493 from BenCastricum/branch2Johannes Schickel
2014-08-29WINTERMUTE: Remove unused Sqr-function.Einar Johan Trøan Sømåen
2014-08-29ENGINES: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-08-24KYRA: Slight cleanup.Johannes Schickel
2014-08-24KYRA: Constify base type for some pointers in AdLibDriver.Johannes Schickel
2014-08-24KYRA: Add safety checks for getProgram/getInstrument return values.Johannes Schickel
2014-08-24KYRA: Extend safety check inside AdLibDriver::getProgram.Johannes Schickel
2014-08-22CGE2: Silence warning about uninitialized variable.uruk
2014-08-22SWORD1: Change "no DXA support" message.Ben Castricum
2014-08-22MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)Ben Castricum
2014-08-20CGE2: Update version in the fallback detection.uruk
2014-08-20SCUMM: Add support for quit script in HE90+ games.Kirben
2014-08-20SCUMM: Fix Bug #6711- Wrong quit message shown in Pajama Sam Lost and Found.Kirben
2014-08-16PEGASUS: Don't try to translate "???"Ben Castricum
2014-08-14PEGASUS: Fix bad cast that destroys the InputHandler vtableMatthew Hoops
2014-08-13CGE2: Silence GCC warning.uruk
2014-08-13CGE2: Add checkMute().uruk
2014-08-13CGE2: Rework sound system.uruk
2014-08-13CGE2: Rename _soundHandle to _sfxHandle.uruk
2014-08-13CGE2: Fix initVolumeSwitch().uruk
2014-08-13CGE2: Initialize _startGameSlot.uruk
2014-08-13CGE2: Remove unused variable from System.uruk
2014-08-13CGE2: Initialize _h and _w in every constuctor of Bitmap.uruk
2014-08-13CGE2: Initialize _maxDist in Hero's constructor.uruk
2014-08-13CGE2: Initialize every member in Talk's every constructor.uruk
2014-08-13CGE2: Fix possible string overflow in Hero::expand().uruk
2014-08-13CGE2: Fix possible string overflow in Bitmap's constructor.uruk
2014-08-13CGE2: Fix possible string overflow in setEye().uruk
2014-08-13CGE2: Don't allow Sprite::step() to dereference nullptr-s.uruk
2014-08-13CGE2: Fix comparing _spr->file against null in runCommand().uruk
2014-08-13CGE2: Eliminate inferred misuse of enums in Sprite::labVal().uruk
2014-08-13CGE2: Make impossible to dereference nullptr in sndDigiStart().uruk
2014-08-12CGE2: Get rid of superflous game name in extra field.Johannes Schickel
2014-08-12CGE: Get rid of superflous game name in extra field.Johannes Schickel
2014-08-12CGE2: Fix fallback detection.uruk
2014-08-12CGE2: Fix compilationEugene Sandulenko
2014-08-12CGE2: Repair FXP's operator=().uruk
2014-08-12Merge pull request #488 from urukgit/cge2Eugene Sandulenko
2014-08-11CGE2: Use snprintf() instead of sprintf().uruk
2014-08-11CGE2: Remove unnecessary commented out code.uruk