scummvm/engines/kyra
Johannes Schickel f9d1a82cc0 Fixes the Macintosh related problems Krest mentioned on the IRC channel.
(the user has to set the game platform to Macintosh though, since it's
atm detected as DOS version)

svn-id: r23929
2006-09-18 17:30:51 +00:00
..
animator.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
animator.h
debugger.cpp Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
debugger.h Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
gui.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
items.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
kyra2.cpp More kyra2 intro WIP stuff (WSA playback control sequences implemented, used in the library part). One more sequence has also been implemented, but is off by default due to the WSA files being used apparently being decoded incorrectly. 2006-09-04 21:50:17 +00:00
kyra2.h - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
kyra3.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
kyra3.h Little bit cleanup. 2006-09-10 13:26:00 +00:00
kyra.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
kyra.h - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
module.mk Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the addition of playing the music tracks as well (Only MIDI works for now though) 2006-07-31 23:05:01 +00:00
plugin.cpp Fixes the Macintosh related problems Krest mentioned on the IRC channel. 2006-09-18 17:30:51 +00:00
resource.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
resource.h - enables pseudo unloading of loaded pak files (which reduces the loading of pak files on room changes) 2006-09-16 20:51:05 +00:00
saveload.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
scene.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
screen.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
screen.h - adds dirty rect handling to the kyra engine (needs some more tests before I commit it to branch though) 2006-09-15 16:04:32 +00:00
script_v1.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
script.cpp - renaming all opcodes from cmd_* to c1_* 2006-07-27 20:30:51 +00:00
script.h - renaming all opcodes from cmd_* to c1_* 2006-07-27 20:30:51 +00:00
seqplayer.cpp Fixes the Macintosh related problems Krest mentioned on the IRC channel. 2006-09-18 17:30:51 +00:00
seqplayer.h
sequences_v1.cpp Fixes the Macintosh related problems Krest mentioned on the IRC channel. 2006-09-18 17:30:51 +00:00
sequences_v2.cpp Test _skipFlag a bit more often. 2006-09-10 18:44:53 +00:00
sound_adlib.cpp - adding LPGL headers to adlib sound specific files 2006-08-15 18:04:01 +00:00
sound_digital.cpp GCC 2.9x fix for Symbian OS, for accessing class within Common namespace 2006-05-31 19:55:29 +00:00
sound.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
sound.h - adding LPGL headers to adlib sound specific files 2006-08-15 18:04:01 +00:00
sprites.cpp Replaces all malloc/realloc usages with new. 2006-09-16 13:40:28 +00:00
sprites.h
staticres.cpp Fixes the Macintosh related problems Krest mentioned on the IRC channel. 2006-09-18 17:30:51 +00:00
text.cpp Adds voice/chats to the intro, and adds debug strings to the function calls. 2006-08-27 12:30:38 +00:00
text.h Adds voice/chats to the intro, and adds debug strings to the function calls. 2006-08-27 12:30:38 +00:00
timer.cpp Implemented the last menu (the settings screen). Walking speed, text speed, 2006-03-08 13:15:13 +00:00
vqa.cpp Replaces malloc with new in most cases. 2006-09-16 12:12:02 +00:00
vqa.h Replaces malloc with new in most cases. 2006-09-16 12:12:02 +00:00
wsamovie.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
wsamovie.h Adds some framework for the Kyra2 intro, expands it a little bit and adds some static resources (strings, etc). Also 2006-08-26 22:17:30 +00:00