aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/keyboard.cpp
AgeCommit message (Collapse)Author
2007-07-02Adding hooks for word completion interface on DS portNeil Millstone
svn-id: r27871
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-06Added a game ID field for all Sierra AGI games. Removed many types which are ↵Filippos Karapetis
now obsolete from the game features field svn-id: r26764
2007-05-04AGI: Changed a nasty workaround regarding views to only apply to a specific ↵Filippos Karapetis
view in the KQ4 introduction. This fixes several bugs and crashes in AGI V3 games and closes KQ4 bugs #1660486, #1660169, #1660192, #1660162 and #1660354 svn-id: r26743
2007-04-23Patch #1705392: "Fix regression with patch #1704914"Eugene Sandulenko
svn-id: r26573
2007-04-21Patch #1704914: "Fix for #1671426: MH2 : Doesn't recognize Enter for actions"Eugene Sandulenko
svn-id: r26562
2007-04-21Patch #1704575: 'Fix for #1692346: "KQ2: Cannot leave menu"'Eugene Sandulenko
svn-id: r26561
2007-02-13Get rid of _opt. Cleanup.Eugene Sandulenko
svn-id: r25549
2007-02-03Fixing various doxygen warningsMax Horn
svn-id: r25362
2007-01-16Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran.David Symonds
svn-id: r25103
2007-01-16Formating names in source codePaweł Kołodziejski
svn-id: r25101
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
svn-id: r24808
2006-11-23Only bring up the predictive dialog on left clicks, not just any event. (I.e.Torbjörn Andersson
now we can still type commands, even if the mouse cursor is hovering over the text input area.) I hope this is the desired behaviour. svn-id: r24774
2006-11-07fix (un)signedness warningsMax Horn
svn-id: r24651
2006-11-06Predictive input for AGI engine. To Do:Eugene Sandulenko
- Multitap - scummvm.ini-based dictionary path - speedup dictionary loading svn-id: r24635
2006-06-10Pop AGIs text.cpp into a class, for later cleanup.James Brown
svn-id: r23011
2006-05-25fixed regression after conversion consolePaweł Kołodziejski
svn-id: r22626
2006-05-24converted to scummvm console stylePaweł Kołodziejski
svn-id: r22618
2006-05-24include mouse support alwaysPaweł Kołodziejski
svn-id: r22605
2006-05-23imported AGI enginePaweł Kołodziejski
svn-id: r22588