aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-03-06Fix regression in V0 versions of Maniac Mansion, when using extracted files.Travis Howell
2007-03-06Add support for the New Kid verb option in Apple II and Commodore 64 verisons...Travis Howell
2007-03-05Corrected the initial drawing position of 101-anims (e.g. the guard monster i...Sven Hesse
2007-03-05Fixed the cursor hotspotsSven Hesse
2007-03-04Correct football2002 demo placementEugene Sandulenko
2007-03-04fixed regression: background used to get broken when items were picked upNicola Mettifogo
2007-03-04Adding comment again.Johannes Schickel
2007-03-04Remove wrong gob2 Mac entry.Eugene Sandulenko
2007-03-04- Some minor fixesSven Hesse
2007-03-04made loadScript and loadLocation benefit from Script's ability to dispose of ...Nicola Mettifogo
2007-03-04made Script optionally take ownership and dispose input textNicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04no more overloading for loadBackgroundNicola Mettifogo
2007-03-04hid mask and path loading details from the engine, so it is now independent f...Nicola Mettifogo
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04Avoid crash in Engine_SCUMM_create when an inconsistent platform override is ...Max Horn
2007-03-04moved platform-dependant resource loading routines into disk.cppNicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-04Correct image offsets, for PC Engine version of Loom.Travis Howell
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
2007-03-04Fix script error in PC Engine version of Loom.Travis Howell
2007-03-04Fix regression in Commodore 64 version of Zak McKracken.Travis Howell
2007-03-03Fix level selection in PC Engine version of Loom.Travis Howell
2007-03-03Correct feature flags for the PC Engine version of Loom.Travis Howell
2007-03-03Allow PC Engine version of Loom to at least start up.Travis Howell
2007-03-03removed common-case code from loadBackgroundNicola Mettifogo
2007-03-03loadBackground simplified: palette cycling is still broken, thoughNicola Mettifogo
2007-03-03corrected parsing of LOCATION commandNicola Mettifogo
2007-03-03Removed obsolete codeMax Horn
2007-03-02only request the user to update the queen.tbl if the game she/he's trying to ...Gregory Montoir
2007-03-02Updated the BS1 music code to use the new looping feature in our MP3/Ogg deco...Max Horn
2007-03-02added other code differences for Amiga FOTAQ versions, full game is now compl...Gregory Montoir
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02fix broken buildNicola Mettifogo
2007-03-02added Script loader routineNicola Mettifogo
2007-03-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02added inventory objects loader routineNicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...Nicola Mettifogo
2007-03-02added openLocation as loader for location scripts resourcesNicola Mettifogo
2007-03-02oops forgot to add fileNicola Mettifogo
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
2007-03-02corrected error messageNicola Mettifogo
2007-03-02Applied my own patch #1672572, after discussing it with Fingolfin. We no longerTorbjörn Andersson
2007-03-02cleanupMax Horn
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-03-02Fix bug #1667806: "GOB: wrong detection"Eugene Sandulenko
2007-03-02- Fixed the actor freeze issue in the garage in Bargon AttackSven Hesse
2007-03-01Get rid of the last two usages of File::incRef/decRefMax Horn