scummvm/engines
Johannes Schickel dd1b43a5a9 HoF:
- More input handling (should be rather complete now, not finished but nearlly)
- Implemented the following opcodes:
  -> o2_trySceneChange 0x0d
  -> o2_setHandItem 0x2a
  -> o2_handItemSet 0x2c
  -> o2_setCharPalEntry 0x3c
  -> o2_drawSceneShape 0x3e
  -> o2_update 0x4b
  -> o2_fadeScenePal 0x4d
  -> o2_enterNewSceneEx 0x50
  -> o2_setZanthiaPos 0x56
  -> o2_runTemporaryScript 0x6e
  -> o2t_defineNewShape 0x00
  -> o2t_setCurrentFrame 0x01
  -> o2t_setShapeFlag 0x04

svn-id: r29178
2007-10-09 08:44:45 +00:00
..
agi objects now work in Winnie C64 2007-09-24 23:28:23 +00:00
agos Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
cine Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
cruise Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
drascula fixes after merges 2007-10-08 09:37:57 +00:00
gob Small font-related correction 2007-09-21 18:50:53 +00:00
kyra HoF: 2007-10-09 08:44:45 +00:00
lure Added support for setting animations by their index rather than their offset, allowing for easier multi-language support. Also fixed translation of inventory window 2007-10-07 11:12:46 +00:00
parallaction Added beep sound to Nippon Safes for Amiga. 2007-10-07 19:18:41 +00:00
queen fix incomplete savestate prefix 2007-09-30 11:16:01 +00:00
saga Removed the MD5 check of sfx.res for the English version of IHNM, since there are two English versions of the game with a different sfx.res file. Closes bug #1800226 - "IHNM: unsupported version" 2007-10-06 18:53:47 +00:00
scumm cleanup 2007-10-07 12:35:30 +00:00
sky This workaround is no longer needed 2007-09-20 08:47:13 +00:00
sword1 Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
sword2 Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
touche don't update the screen directly after a gamestate load ; keychars and room background are now redrawn on the same frame (bug #1751226) 2007-09-29 19:14:38 +00:00
engine.cpp Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
engine.h Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. 2007-09-19 08:40:12 +00:00
engines.mk Patch #1800767: "Sort the list of engines" 2007-09-24 17:44:47 +00:00
module.mk Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00