aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
AgeCommit message (Collapse)Author
2007-01-06Another set of unused hires code bites the dust.David Symonds
svn-id: r25036
2007-01-06Start removing hires code from AGI engine.David Symonds
svn-id: r25033
2006-12-20Added some extra game versions, KQ2, KQ3, KQ4, Groza, DDPStuart George
svn-id: r24908
2006-12-19Added AdvancedDetection to AGI engine. Only added KQ1 for testingStuart George
svn-id: r24877
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-11-18Specify proper copyright line for AGI engine.Eugene Sandulenko
svn-id: r24737
2006-11-12Since we now generate warnings/messages for engine instantiation failures in ↵Max Horn
a central place, get rid of such messages printed by engines svn-id: r24686
2006-09-16Reduce code duplicationMax Horn
svn-id: r23888
2006-09-07Don't create a second Menu object unless the first one has been deleted. ThisTorbjörn Andersson
seems to fix bug #1553513 ("AGI: Crash after restart"). svn-id: r23833
2006-09-04This could possibly fix bug #1551524 ("MAXOSX: Cannot Backspace in AGI Games").Torbjörn Andersson
We have a similar backspace handling in several other engines. svn-id: r23827
2006-08-26Fix bug #1544810 - AGI: Launching undefined target 'agi' shows a blank screenTravis Howell
svn-id: r23754
2006-07-31* Added copyright string to all engine pluginsMax Horn
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵Johannes Schickel
game detectors. svn-id: r23558
2006-06-26Patch #1512689: "Fixing AGI Game Detection"Eugene Sandulenko
svn-id: r23315
2006-06-24Added some FIXME comments to AGI engineMax Horn
svn-id: r23285
2006-06-24cleanupMax Horn
svn-id: r23280
2006-06-24Renamed class Timer to TimerManager (the old name was somewhat ↵Max Horn
incorrect/confusing) svn-id: r23278
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274
2006-06-10Pop AGIs text.cpp into a class, for later cleanup.James Brown
svn-id: r23011
2006-06-06For the masochists out there,i it is now possible to select the PC SpeakerTorbjörn Andersson
music driver. There are some other emulation modes, but I'm not sure how they should be mapped to from our music drivers. svn-id: r22952
2006-06-01Fix keyboard input. Now it is possible to use key modifiers freely.Eugene Sandulenko
svn-id: r22818
2006-05-30objectify AGI sprite.h/cppChris Apers
svn-id: r22781
2006-05-29objectify AGI menu.h/cppWillem Jan Palenstijn
svn-id: r22757
2006-05-28Apparently some games use the F10 key, which makes it a poor choice for openingTorbjörn Andersson
the debug console. Ctrl-D may be just as bad. Does anyone know for sure? svn-id: r22711
2006-05-28Allow key pad navigation.Torbjörn Andersson
svn-id: r22706
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
recently added (cursor) palette manager) so that the cursor can be properly restored after returning from the GUI. If there's any C++ magic that can keep the backend functions from being called by anything else than these managing classes, that would probably be a good idea. Also, since the cursor manager keeps a copy of the cursor image, perhaps there are at least some backends that will no longer need to? svn-id: r22639
2006-05-25- Fix typo in debug level Scripts.Eugene Sandulenko
- Show scripts execution if requested svn-id: r22637
2006-05-25Made CGA rendering, EGA/VGA palette selectable via render_modeEugene Sandulenko
svn-id: r22632
2006-05-24Fix crash. Console should be created after graphics initEugene Sandulenko
svn-id: r22619
2006-05-24converted to scummvm console stylePaweł Kołodziejski
svn-id: r22618
2006-05-24removed defines USE_PCM_SOUND, AGDS_SUPPORT, USE_HIRESPaweł Kołodziejski
svn-id: r22609
2006-05-24cleanupPaweł Kołodziejski
svn-id: r22608
2006-05-24fixed modifier keysPaweł Kołodziejski
svn-id: r22607
2006-05-24moved addSpecialDebugLevel into constructorPaweł Kołodziejski
svn-id: r22606
2006-05-23imported AGI enginePaweł Kołodziejski
svn-id: r22588