aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
AgeCommit message (Expand)Author
2007-06-28Removed superfluous comment and converted an int to bool conversion to a more...Kari Salminen
2007-06-26Fix saving & restoring with AGI256 and AGI256-2 games.Kari Salminen
2007-06-22AGI: Properly handle backspace key on all systems, not just OS XMax Horn
2007-06-21Use KEYCODE constants.Torbjörn Andersson
2007-06-20Add an additional AGI screen for 256 color data (For use with AGI256 and AGI2...Kari Salminen
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-02permit only one instance of predictive dialog, add handling of keypad keysKostas Nakos
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
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-04-22Fix for loading savegames from the command line.Eugene Sandulenko
2007-04-21More safe version of patch #1689533: "AGI: Load from command line"Eugene Sandulenko
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-25Removed code that at least for now is presumed dead.Torbjörn Andersson
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Allow synthetic events in dialog windows, e.g. so you can use keyboard repeatTorbjörn Andersson
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-12Patch #1678264: "AGI: Extending the number of save slots"Eugene Sandulenko
2007-02-26Removing dead codeMax Horn
2007-02-13Get rid of _opt. Cleanup.Eugene Sandulenko
2007-02-12Fingolfin's patch for improving dictionary loading speed. Applied as is.Eugene Sandulenko
2007-02-10Get rid of AGI_AMIGA and use platform setting instead.Eugene Sandulenko
2007-02-10Select default render mode based on platform: Amiga mode for Amiga games, EGATorbjörn Andersson
2007-02-03Fixing various doxygen warningsMax Horn
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
2007-01-16Formating names in source codePaweł Kołodziejski
2007-01-12Fixed version number printing in alt-d dialogue boxStuart George
2007-01-12Slighty modified patch #1631229: "Revamp of AGI savegame system"Eugene Sandulenko
2007-01-07Renamed amiga -> amigaMode and agds -> agdsMode; also some minor cleanupMax Horn
2007-01-06Removed almost all the remaining hires code.David Symonds
2007-01-06Another set of unused hires code bites the dust.David Symonds
2007-01-06Start removing hires code from AGI engine.David Symonds
2006-12-20Added some extra game versions, KQ2, KQ3, KQ4, Groza, DDPStuart George
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
2006-12-06Fixed compile errors (for me at least). Still plenty of warnings, though.Torbjörn Andersson
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
2006-11-18Specify proper copyright line for AGI engine.Eugene Sandulenko
2006-11-12Since we now generate warnings/messages for engine instantiation failures in ...Max Horn
2006-09-16Reduce code duplicationMax Horn
2006-09-07Don't create a second Menu object unless the first one has been deleted. ThisTorbjörn Andersson
2006-09-04This could possibly fix bug #1551524 ("MAXOSX: Cannot Backspace in AGI Games").Torbjörn Andersson
2006-08-26Fix bug #1544810 - AGI: Launching undefined target 'agi' shows a blank screenTravis Howell
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
2006-06-26Patch #1512689: "Fixing AGI Game Detection"Eugene Sandulenko
2006-06-24Added some FIXME comments to AGI engineMax Horn