aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-04-26Fixed kyra screen initialization.Johannes Schickel
2008-04-26Call _screen->Init(). Fixes segfaults whenJonathan Gray
2008-04-25minor drawShape() bug fix for Malcolm's shadowFlorian Kagerer
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Oops... fixes compiling.Johannes Schickel
2008-04-25- Committed slightly modified patch #1951735 "kyra3: debugger and "give" comm...Johannes Schickel
2008-04-25Implmented opcodes:Johannes Schickel
2008-04-25- Implemented opcodes:Johannes Schickel
2008-04-25Renamed opcode 63 to o3_drawSceneShapeOnPage.Johannes Schickel
2008-04-25Started work on text drawing code.Benjamin Haisch
2008-04-25Fixed cmd_rand and cmd_randomize and some cleanup.Benjamin Haisch
2008-04-25Added FontResource typeBenjamin Haisch
2008-04-25(Poissbly) fixed sound glitches due to a non-implemented decoding variant.Benjamin Haisch
2008-04-25Center videos to screenFilippos Karapetis
2008-04-25Implemented cmd_rand() and cmd_randomize()Filippos Karapetis
2008-04-24add detection entry for 1.2 CD version.Joost Peters
2008-04-24TypoFilippos Karapetis
2008-04-24Implemented opcodes o1_DROPSHADOW, o1_TEXTCOLOR, o1_OUTLINE. Added some initi...Filippos Karapetis
2008-04-24- implemented opcode 90: o3_getScoreJohannes Schickel
2008-04-24Implemented opcode temporary 4: o3t_setNewShapeFlag.Johannes Schickel
2008-04-24Opcode 53 is o3_playSoundEffect.Johannes Schickel
2008-04-24Added screen update in KyraEngine_v3::drawScoreCounting.Johannes Schickel
2008-04-24Fixed hand item reset on scene enter.Johannes Schickel
2008-04-24Implemented opcode 60: o3_removeItemsFromScene.Johannes Schickel
2008-04-24Implemented opcode 56: o3_updateScore.Johannes Schickel
2008-04-24Cleanup & typo.Kari Salminen
2008-04-24Comment patch #1949695Eugene Sandulenko
2008-04-24Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode"Eugene Sandulenko
2008-04-24Some initial code for font loadingFilippos Karapetis
2008-04-24Fixed warning.Torbjörn Andersson
2008-04-24Fixed regression: CINE games crashed when a message box appeared (patch by ne...Filippos Karapetis
2008-04-24Output error message when kyra.dat initialization fails because of old versio...Johannes Schickel
2008-04-24Fixed bug in loadMalcolmShapes.Johannes Schickel
2008-04-24Unimplemented commands and opcodes throw a warning nowFilippos Karapetis
2008-04-24More cleanupFilippos Karapetis
2008-04-24Cleanup and simplification of the music playing codeFilippos Karapetis
2008-04-24Implemented opcodes:Johannes Schickel
2008-04-24Implemented special item string selection for french version of Kyra3.Johannes Schickel
2008-04-24Fixed command line string when picking up item.Johannes Schickel
2008-04-24Fixed bug in checkCharCollision.Johannes Schickel
2008-04-24CleanupFilippos Karapetis
2008-04-24More kyra3 item drop down code.Johannes Schickel
2008-04-24Slight cleanup to o1_PLAYSNDFilippos Karapetis
2008-04-23Added (early) midi player code.Benjamin Haisch
2008-04-23Implemented parts of item drop down code for Kyra3.Johannes Schickel
2008-04-23Cleanup. (and little addition to showInventory)Johannes Schickel
2008-04-23This memory is released with free(), so it has to be allocated with malloc(),Torbjörn Andersson
2008-04-23Fixed signed/unsigned warning.Torbjörn Andersson