aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Expand)Author
2007-06-21Use KEYCODE constants.Torbjörn Andersson
2007-06-20Add AGI256-2 support (On top of already present AGI256 support).Kari Salminen
2007-06-20Make putPixelsA-function use correct mask (0x0f normally for 16 colors, 0xff ...Kari Salminen
2007-06-20Make drawing & blitting always use the correct screenKari Salminen
2007-06-20Add AGI256 picture resource loading using AGI command unknown170. Uses parts ...Kari Salminen
2007-06-20Add AGI256 picture resource decoding support to PictureMgr::decodePicture.Kari Salminen
2007-06-20Add an additional AGI screen for 256 color data (For use with AGI256 and AGI2...Kari Salminen
2007-06-20Add AGI256 and AGI256-2 game feature flags to games that use them.Kari Salminen
2007-06-20svn-id: r27561Kari Salminen
2007-06-14Fixed warning about signedness issuesMax Horn
2007-06-14Patch #1735773: "WAG file parsing patch to AGI's fallback detector".Eugene Sandulenko
2007-06-13Some cleanup to the pred.dic AGI codeMax Horn
2007-06-13implement predictive dictionary using ascii based operations, replacing the 1...Kostas Nakos
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-06-10Move hardcoded predictive dictionary name to config manager.Eugene Sandulenko
2007-06-09oopsKostas Nakos
2007-06-08Updated Symbian OS Prediction handlingLars Persson
2007-06-08adding navigation with arrow keys and enter; did away with some ugly gotosKostas Nakos
2007-06-06oops. MAX -> MIN to prevent memory overwrite.Eugene Sandulenko
2007-06-06Fix potential memory overwrite here too.Eugene Sandulenko
2007-06-06Fix potential memory overwriteEugene Sandulenko
2007-06-03Adding the new kFeatureDisableKeyFiltering OSystem feature.Kostas Nakos
2007-06-02Silence an MSVC8 warningFilippos Karapetis
2007-06-02implement most-recently-used scheme for dictionary wordsKostas Nakos
2007-06-02better handle mode changes and command line lengthKostas Nakos
2007-06-02adding multi-tap alpha inputKostas Nakos
2007-06-02oops, remove debugging outputKostas Nakos
2007-06-02permit only one instance of predictive dialog, add handling of keypad keysKostas Nakos
2007-06-02kill misplaced cursor, refresh only when necessary, add some (cheap) visual f...Kostas Nakos
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30fixed predictive dialog messing up state if another dialog was already shownKostas Nakos
2007-05-30properly direct pred. dialog's output, when started thru the event mechanismKostas Nakos
2007-05-30Removing useless common/fs.h includesMax Horn
2007-05-29added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema...Kostas Nakos
2007-05-27Removing debug leftoversEugene Sandulenko
2007-05-26typo (interpretator => interpreter)Matthew Hoops
2007-05-26Add fallback detector to AGI engine.Eugene Sandulenko
2007-05-26Fix potential memory overwriteEugene Sandulenko
2007-05-12Make new Schiller previews names more consistent.Eugene Sandulenko
2007-05-12Added MD5 from bug report "#1717129 - Schiller Preview No.2"Filippos Karapetis
2007-05-10Fixed warnings, cleanupMax Horn
2007-05-08Fixed bug #1715284: Roger sometimes disappearsFilippos Karapetis
2007-05-07Fixed bug #1658514: AGI: SQ1 (2.2 DOS ENG) bizzare exploding rogerFilippos Karapetis
2007-05-07Fixed some commentsFilippos Karapetis
2007-05-06Changed a workaround made for Space Trek to apply to all AGI fanmade games. T...Filippos Karapetis
2007-05-06Added a game ID field for all Sierra AGI games. Removed many types which are ...Filippos Karapetis
2007-05-06Removed several goto statementsFilippos Karapetis
2007-05-05Fixed bug #1658643: AGI: SQ1 (2.2 DOS ENG) Graphic error, ego leaves behind copyFilippos Karapetis
2007-05-05Fix bug #1712585Filippos Karapetis
2007-05-04Slight optimizationFilippos Karapetis