aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
AgeCommit message (Collapse)Author
2007-04-22Fix for loading savegames from the command line.Eugene Sandulenko
svn-id: r26567
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-03-25Removed code that at least for now is presumed dead.Torbjörn Andersson
svn-id: r26304
2007-03-17Allow synthetic events in dialog windows, e.g. so you can use keyboard repeatTorbjörn Andersson
when scrolling the list of savegames. svn-id: r26175
2007-03-12Some usability improvements to the save/load dialog: The scrollbar uses theTorbjörn Andersson
top/bottom position only when the first/last slot is in view, save slots are numbered, and when saving over an old savegame, the description input field is pre-filled with the old description. That last one is particularly useful if you save to the same slot repeatedly while doing something insanely dangerous like, say, walking from one side of the screen to the other. ("Almost there... almost there... oops.") svn-id: r26105
2007-03-12Patch #1678264: "AGI: Extending the number of save slots"Eugene Sandulenko
svn-id: r26098
2007-02-26Removing dead codeMax Horn
svn-id: r25878
2007-02-20More header consistency fixes. (Actually, there was nothing at all to keepTorbjörn Andersson
font.h from being included multiple times.) svn-id: r25744
2007-02-13Get rid of _opt. Cleanup.Eugene Sandulenko
svn-id: r25549
2007-02-12Fingolfin's patch for improving dictionary loading speed. Applied as is.Eugene Sandulenko
svn-id: r25503
2007-02-11Improve detection. Remove redundant md5sEugene Sandulenko
svn-id: r25486
2007-02-10Get rid of AGI_AMIGA and use platform setting instead.Eugene Sandulenko
svn-id: r25469
2007-02-03Fixing various doxygen warningsMax Horn
svn-id: r25362
2007-01-21Reduce dependency from common/advancedDetector.hEugene Sandulenko
svn-id: r25156
2007-01-16Formating names in source codePaweł Kołodziejski
svn-id: r25101
2007-01-12Fixed version number printing in alt-d dialogue boxStuart George
svn-id: r25070
2007-01-12Slighty modified patch #1631229: "Revamp of AGI savegame system"Eugene Sandulenko
svn-id: r25069
2007-01-07Renamed amiga -> amigaMode and agds -> agdsMode; also some minor cleanupMax Horn
svn-id: r25047
2007-01-06Removed almost all the remaining hires code.David Symonds
svn-id: r25037
2007-01-06Another set of unused hires code bites the dust.David Symonds
svn-id: r25036
2007-01-06Extended text rendering code to allow "checkerboarding", and switch menu codeDavid Symonds
to using this checkerboard effect for disabled menu items (this is how Sierra's interpreter works). svn-id: r25024
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
svn-id: r24877
2006-12-06Fixing some compiler warningsMax Horn
svn-id: r24812
2006-12-06Fixed compile errors (for me at least). Still plenty of warnings, though.Torbjörn Andersson
svn-id: r24809
2006-12-06first phase of objectisation of agi enginePaweł Kołodziejski
svn-id: r24808
2006-12-06Enable yet unfinished IIgs sound, but this prevents IIgs games from crashing.Eugene Sandulenko
svn-id: r24807
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-16Reduce code duplicationMax Horn
svn-id: r23888
2006-05-25Minor cleanup and formattingEugene Sandulenko
svn-id: r22634
2006-05-25Made CGA rendering, EGA/VGA palette selectable via render_modeEugene Sandulenko
svn-id: r22632
2006-05-24converted to scummvm console stylePaweł Kołodziejski
svn-id: r22618
2006-05-24Fix a const warningMax Horn
svn-id: r22615
2006-05-24Fixed most - not all - GCC warnings.Torbjörn Andersson
svn-id: r22614
2006-05-24From what I understand, the __ prefix is generally reserved for system headers,Torbjörn Andersson
so I've removed most of them. There's still some in list.h, but that should probably be replaced by our own list handler some day. svn-id: r22611
2006-05-24removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRESPaweł Kołodziejski
svn-id: r22609
2006-05-24include mouse support alwaysPaweł Kołodziejski
svn-id: r22605
2006-05-23imported AGI enginePaweł Kołodziejski
svn-id: r22588