aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-01-21fixed out-of-bounds error causing premature crashes on some systemsNicola Mettifogo
svn-id: r25140
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134
2007-01-20Completed implementation of o1_restoreAllObjectBackgrounds.Johannes Schickel
svn-id: r25127
2007-01-18Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that ITorbjörn Andersson
accidentally broke when removing the timer callback from the SMUSH player. svn-id: r25120
2007-01-18Make use of Surface::getBasePtrMax Horn
svn-id: r25119
2007-01-18fixed walk bug: characters now walk along complex pathsNicola Mettifogo
svn-id: r25117
2007-01-17Fixed a warning.Torbjörn Andersson
svn-id: r25112
2007-01-17fixed broken tab widthsNicola Mettifogo
svn-id: r25111
2007-01-16Update details of several French HE demos.Travis Howell
svn-id: r25108
2007-01-16Update details for German version of Elvira 2Travis Howell
svn-id: r25107
2007-01-16added first debug messagesNicola Mettifogo
svn-id: r25106
2007-01-16Fix a minor compiler warning.David Symonds
svn-id: r25105
2007-01-16Restore missing svn:keyword attributes.David Symonds
svn-id: r25104
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
2007-01-16Finish restructuring font data header for const correctness.David Symonds
svn-id: r25100
2007-01-16Start restructuring font data header for const correctness.David Symonds
svn-id: r25099
2007-01-15removed detection for two hacked titles (Gold Rush and Manhunter I)Stuart George
svn-id: r25098
2007-01-15removed definition of _glyphWidthsNicola Mettifogo
svn-id: r25097
2007-01-15made _glyphWidths only referenced into graphics.cppNicola Mettifogo
svn-id: r25096
2007-01-15Fixing const related warnings in the parallaction engineMax Horn
svn-id: r25095
2007-01-15enforced MemoryReadStream usage instead of custom byte swapping in ↵Nicola Mettifogo
background loading svn-id: r25094
2007-01-15fixed pointer casting in InputData managementNicola Mettifogo
svn-id: r25093
2007-01-15Fixed warning.Torbjörn Andersson
svn-id: r25092
2007-01-15Made Nippon Safes start from the regular splash screenNicola Mettifogo
svn-id: r25091
2007-01-15fix warningPaweł Kołodziejski
svn-id: r25089
2007-01-14Zone names get free'd, so don't assign a static string to it (it causes a ↵Max Horn
const warning, too) svn-id: r25087
2007-01-14Be more flexible w.r.t. interpreter version being emulated.David Symonds
svn-id: r25086
2007-01-14mark 64bit issuesWillem Jan Palenstijn
svn-id: r25084
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083
2007-01-14Add few more fanmade games. But they all will go away soon to an externalEugene Sandulenko
file. svn-id: r25082
2007-01-13Add French versions of several HE game demosTravis Howell
svn-id: r25074
2007-01-13Rename special debug levels to conform our suggested naming scheme.Eugene Sandulenko
svn-id: r25073
2007-01-13Fix for language selection.Johannes Schickel
svn-id: r25071
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-12Patch #1632505: "AGI: Typo in detection code"Eugene Sandulenko
svn-id: r25068
2007-01-10Add Spanish version of Elvira 2Travis Howell
svn-id: r25066
2007-01-10Add German version of SPY Fox 3.Travis Howell
svn-id: r25063
2007-01-10Add German version of Putt-Putt Joins the Circus.Travis Howell
svn-id: r25062
2007-01-09Specify language for some fan made games.Eugene Sandulenko
svn-id: r25061
2007-01-09Add... ahem... 188 AGI fanmade games to detector.Eugene Sandulenko
svn-id: r25060
2007-01-09Fix for bug #1631352 ("KYRA1: Graphics heavily broken and ScummVM crash"), I ↵Johannes Schickel
tried memmove here, but it also crashed on Win32 with memmove, so I reverted it back to how it was. svn-id: r25059
2007-01-09Little fix.Johannes Schickel
svn-id: r25058
2007-01-08Fix for bug #1586735 ("KYRA1: Sprite not redrawn")Johannes Schickel
svn-id: r25057
2007-01-08renamed an opcode, fixed an assert conditionGregory Montoir
svn-id: r25056
2007-01-08added missing reference to tracker item, indentationGregory Montoir
svn-id: r25054
2007-01-08added arrow keys mapping to match behavior of original interpreter (dialogue ↵Gregory Montoir
choices can still be selected using the mouse wheel) svn-id: r25053
2007-01-08Disable duplicate detection entry for AGI game MUMG.David Symonds
svn-id: r25052
2007-01-07possible fix for bug #1193185Gregory Montoir
svn-id: r25051