aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
AgeCommit message (Expand)Author
2007-07-17Re-enabled the 3 entries that can't have menus (KQ3 ST, KQ3 DOS 1.01, SQ1 DOS...Filippos Karapetis
2007-07-15Enabled menus in some old AGI games (released in 1986) which did not have men...Filippos Karapetis
2007-07-10Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It...Kari Salminen
2007-07-10Oops. AgiButtonStyle::getColor's color parameters were bool rather than int. ...Kari Salminen
2007-07-10Change AgiTextColor's default color to black text on white background.Kari Salminen
2007-07-10Add AgiButtonStyle and create correct style according to render mode (Support...Kari Salminen
2007-07-09Fix for bug #1746661: "KQ3: Lockup when pressing ESC (Amiga version)"Filippos Karapetis
2007-06-29Oops. An extra comma in the enum list's end. Removed.Kari Salminen
2007-06-29Set AGI monitor type variable (vMonitor/v26) according to render mode.Kari Salminen
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-06Added a game ID field for all Sierra AGI games. Removed many types which are ...Filippos Karapetis
2007-05-04AGI: Changed a nasty workaround regarding views to only apply to a specific v...Filippos Karapetis
2007-04-24Patch #1705791: Patch for #1648396 - AGI : SQ2 / 2.0F / IBM / priority lineFilippos Karapetis
2007-04-22Fix for loading savegames from the command line.Eugene Sandulenko
2007-04-21Patch #1704914: "Fix for #1671426: MH2 : Doesn't recognize Enter for actions"Eugene Sandulenko
2007-04-21Patch #1704575: 'Fix for #1692346: "KQ2: Cannot leave menu"'Eugene Sandulenko
2007-03-25Removed code that at least for now is presumed dead.Torbjörn Andersson
2007-03-17Allow synthetic events in dialog windows, e.g. so you can use keyboard repeatTorbjörn Andersson
2007-03-12Some usability improvements to the save/load dialog: The scrollbar uses theTorbjörn Andersson
2007-03-12Patch #1678264: "AGI: Extending the number of save slots"Eugene Sandulenko
2007-02-26Removing dead codeMax Horn
2007-02-20More header consistency fixes. (Actually, there was nothing at all to keepTorbjörn Andersson
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-11Improve detection. Remove redundant md5sEugene Sandulenko
2007-02-10Get rid of AGI_AMIGA and use platform setting instead.Eugene Sandulenko
2007-02-03Fixing various doxygen warningsMax Horn
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
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-06Extended text rendering code to allow "checkerboarding", and switch menu codeDavid Symonds
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
2006-12-06Fixing some compiler warningsMax Horn
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-12-06Enable yet unfinished IIgs sound, but this prevents IIgs games from crashing.Eugene Sandulenko
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16Reduce code duplicationMax Horn
2006-05-25Minor cleanup and formattingEugene Sandulenko
2006-05-25Made CGA rendering, EGA/VGA palette selectable via render_modeEugene Sandulenko
2006-05-24converted to scummvm console stylePaweł Kołodziejski
2006-05-24Fix a const warningMax Horn