aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2007-03-10Fixed error handling: we count the command itself in argc, and returning falseTorbjörn Andersson
2007-03-10Add details for Backyard Basketball.Travis Howell
2007-03-10SCUMM: got rid of the _bompActorPalettePtr member var (which was only used as...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2007-03-09Some more fraction data & an optimized formula (I still have no clue what tha...Max Horn
2007-03-09Updated fraction valuesMax Horn
2007-03-09added comments suggesting possible formulas for hardcoded float valuesNicola Mettifogo
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some more LogicHE cleanupMax Horn
2007-03-09Some cleanup, and added some of my observation (man this code is really strange)Max Horn
2007-03-09Revised LogicHErace::op_1140 (the two multiplications by constants still baff...Max Horn
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Since the amiga version handle music very differently than the PC version, th...Gregory Montoir
2007-03-08Removed the localized titles in Touche game descriptions, that didn't work re...Gregory Montoir
2007-03-08Clarified some commentsMax Horn
2007-03-08Fixed const issue (casting const to non-const)Max Horn
2007-03-08deleted useless codeNicola Mettifogo
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-03-07- cleanupJohannes Schickel
2007-03-07Fixed the crash in the interlude before the last level in the Gobliiins CD-ve...Sven Hesse
2007-03-07Add another version of Backyard Football2002.Travis Howell
2007-03-06Add F1 - F3 keys for Apple II and Commodore 64 verisons of Maniac Mansion.Travis Howell
2007-03-06Added support for Blacksmith's hammering animation and added Morkus' animatio...Paul Gilbert
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