aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Expand)Author
2007-05-12Make new Schiller previews names more consistent.Eugene Sandulenko
2007-05-12Added MD5 from bug report "#1717129 - Schiller Preview No.2"Filippos Karapetis
2007-05-10Fixed warnings, cleanupMax Horn
2007-05-08Fixed bug #1715284: Roger sometimes disappearsFilippos Karapetis
2007-05-07Fixed bug #1658514: AGI: SQ1 (2.2 DOS ENG) bizzare exploding rogerFilippos Karapetis
2007-05-07Fixed some commentsFilippos Karapetis
2007-05-06Changed a workaround made for Space Trek to apply to all AGI fanmade games. T...Filippos Karapetis
2007-05-06Added a game ID field for all Sierra AGI games. Removed many types which are ...Filippos Karapetis
2007-05-06Removed several goto statementsFilippos Karapetis
2007-05-05Fixed bug #1658643: AGI: SQ1 (2.2 DOS ENG) Graphic error, ego leaves behind copyFilippos Karapetis
2007-05-05Fix bug #1712585Filippos Karapetis
2007-05-04Slight optimizationFilippos Karapetis
2007-05-04AGI: Changed a nasty workaround regarding views to only apply to a specific v...Filippos Karapetis
2007-04-29Handle the escape key properly in KQ4. Fixes bug #1660158Filippos Karapetis
2007-04-28Changed abs() to ABS()Torbjörn Andersson
2007-04-26Make AGIPAL support more robustEugene Sandulenko
2007-04-24Patch #1705791: Patch for #1648396 - AGI : SQ2 / 2.0F / IBM / priority lineFilippos Karapetis
2007-04-23Patch #1705392: "Fix regression with patch #1704914"Eugene Sandulenko
2007-04-22Patch from bugreport #1678230: "AGI: Entering text while screen is shaking"Eugene Sandulenko
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-04-21More safe version of patch #1689533: "AGI: Load from command line"Eugene Sandulenko
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm r2...Neil Millstone
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-30Renamed AGIs savegame.cpp to saveload.cpp, to match the other enginesMax Horn
2007-03-29cleanup.Johannes Schickel
2007-03-25Removed code that at least for now is presumed dead.Torbjörn Andersson
2007-03-22- Save AGIPAL resource number properlyEugene Sandulenko
2007-03-22- adding support for saving AGIPAL gamesMatthew Hoops
2007-03-21adding debug message if running AGIPAL gameMatthew Hoops
2007-03-21adding AGIPAL support (for changing palettes in some fan games) Patch:1684685Matthew Hoops
2007-03-18updating shake.screen warning/comment to reflect that AGIPAL uses it, and not...Matthew Hoops
2007-03-18adding GF_AGIPAL to those games which have that feature (the ones with pal.10...Matthew Hoops
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-17Allow using the left/right keys to select button in a selection box. (SelectionTorbjörn Andersson
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
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-03-10Fixed error handling: we count the command itself in argc, and returning falseTorbjörn Andersson
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-02-26Fix alignment issues in wince port.Kostas Nakos
2007-02-26Removing dead codeMax Horn
2007-02-23Put back DDP entries, but #if 0 them for future reference and preventEugene Sandulenko
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-20More header consistency fixes. (Actually, there was nothing at all to keepTorbjörn Andersson
2007-02-19AGI: Removed detection sums for DDP. DDP uses an unsupporeted agi engine 2.01...Stuart George
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn