Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-26 | Implemented opcode 34: o3_resetInventory. | Johannes Schickel | |
svn-id: r31741 | |||
2008-04-26 | Finished o3_delay implementation. | Johannes Schickel | |
svn-id: r31740 | |||
2008-04-26 | Implemented opcodes: | Johannes Schickel | |
- 78: o3_disableInventory - 79: o3_enableInventory svn-id: r31739 | |||
2008-04-26 | Implemented opcode 129 o3_chapterChange. | Johannes Schickel | |
svn-id: r31738 | |||
2008-04-26 | Implemented opcodes: | Johannes Schickel | |
- 26: o3_setInventorySlot - 27: o3_getInventorySlot - 28: o3_addItemToInventory svn-id: r31737 | |||
2008-04-26 | - Implemented support for jesters staff, mood change and score displaying | Johannes Schickel | |
- Fixed bug in KyraEngine_v3::loadMalcolmShapes svn-id: r31736 | |||
2008-04-26 | Added support for kyra3 inventory. (jesters staff not supported yet) | Johannes Schickel | |
svn-id: r31735 | |||
2008-04-26 | Fix Kanji rendering | Eugene Sandulenko | |
svn-id: r31734 | |||
2008-04-26 | Implemented opcodes: | Johannes Schickel | |
- 76: o3_removeItemInstances - 94: o3_showSceneStringsMessage svn-id: r31733 | |||
2008-04-26 | Fixed unitialized variable in Screen. | Johannes Schickel | |
svn-id: r31732 | |||
2008-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel | |
svn-id: r31731 | |||
2008-04-26 | Fixed kyra screen initialization. | Johannes Schickel | |
svn-id: r31730 | |||
2008-04-26 | Call _screen->Init(). Fixes segfaults when | Jonathan Gray | |
trying to start via a command line. svn-id: r31729 | |||
2008-04-25 | minor drawShape() bug fix for Malcolm's shadow | Florian Kagerer | |
svn-id: r31728 | |||
2008-04-25 | Implemented opcodes: | Johannes Schickel | |
- 20: o3_setCharacterAnimFrameFromFacing - 61: o3_disguiseMalcolm svn-id: r31727 | |||
2008-04-25 | Implemented opcodes: | Johannes Schickel | |
- 152: o3_customChat - 153: o3_customChatFinish svn-id: r31726 | |||
2008-04-25 | Implemented opcodes: | Johannes Schickel | |
- 156: o3_disableTimer - 157: o3_enableTimer - 158: o3_setTimerCountdown svn-id: r31725 | |||
2008-04-25 | Oops... fixes compiling. | Johannes Schickel | |
svn-id: r31724 | |||
2008-04-25 | - Committed slightly modified patch #1951735 "kyra3: debugger and "give" ↵ | Johannes Schickel | |
command" - Added some more commands to new kyra3 debugger - Cleaned up some debugger code svn-id: r31723 | |||
2008-04-25 | Implmented opcodes: | Johannes Schickel | |
- 11: o3_getCharacterFrameFromFacing - 12: o3_setCharacterFacingOverwrite svn-id: r31722 | |||
2008-04-25 | - Implemented opcodes: | Johannes Schickel | |
-> 30: o3_addItemToCurScene -> 62: o3_drawSceneShape - Fixed bug in KyraEngine_v3::exchangeMouseItem, fixes user input after combining items svn-id: r31721 | |||
2008-04-25 | Renamed opcode 63 to o3_drawSceneShapeOnPage. | Johannes Schickel | |
svn-id: r31720 | |||
2008-04-25 | Started work on text drawing code. | Benjamin Haisch | |
svn-id: r31719 | |||
2008-04-25 | Fixed cmd_rand and cmd_randomize and some cleanup. | Benjamin Haisch | |
svn-id: r31718 | |||
2008-04-25 | Added FontResource type | Benjamin Haisch | |
svn-id: r31717 | |||
2008-04-25 | (Poissbly) fixed sound glitches due to a non-implemented decoding variant. | Benjamin Haisch | |
svn-id: r31716 | |||
2008-04-25 | Center videos to screen | Filippos Karapetis | |
svn-id: r31715 | |||
2008-04-25 | Implemented cmd_rand() and cmd_randomize() | Filippos Karapetis | |
svn-id: r31714 | |||
2008-04-24 | add detection entry for 1.2 CD version. | Joost Peters | |
the md5 of rtzcd.dat is identical to the existing entry, so no additional "unpacked" entry was added. svn-id: r31713 | |||
2008-04-24 | Typo | Filippos Karapetis | |
svn-id: r31712 | |||
2008-04-24 | Implemented opcodes o1_DROPSHADOW, o1_TEXTCOLOR, o1_OUTLINE. Added some ↵ | Filippos Karapetis | |
initial code for opcode o1_TEXTRECT svn-id: r31711 | |||
2008-04-24 | - implemented opcode 90: o3_getScore | Johannes Schickel | |
- opcode 103 is yet another dummy opcode svn-id: r31710 | |||
2008-04-24 | Implemented opcode temporary 4: o3t_setNewShapeFlag. | Johannes Schickel | |
svn-id: r31709 | |||
2008-04-24 | Opcode 53 is o3_playSoundEffect. | Johannes Schickel | |
svn-id: r31708 | |||
2008-04-24 | Added screen update in KyraEngine_v3::drawScoreCounting. | Johannes Schickel | |
svn-id: r31707 | |||
2008-04-24 | Fixed hand item reset on scene enter. | Johannes Schickel | |
svn-id: r31706 | |||
2008-04-24 | Implemented opcode 60: o3_removeItemsFromScene. | Johannes Schickel | |
svn-id: r31705 | |||
2008-04-24 | Implemented opcode 56: o3_updateScore. | Johannes Schickel | |
svn-id: r31704 | |||
2008-04-24 | Add textstrings for MADE and M4 engines. | Lars Persson | |
svn-id: r31702 | |||
2008-04-24 | Cleanup & typo. | Kari Salminen | |
- Use sizeof(_name) instead of magic number 10 with memset - 'usually' instead of 'ussually' - 'delete[]' instead of 'delete []' - Fixed parameter name discrepancy between loadResource's definition and declaration svn-id: r31701 | |||
2008-04-24 | Comment patch #1949695 | Eugene Sandulenko | |
svn-id: r31700 | |||
2008-04-24 | Patch #1949695: "set defaultTo1XScaler depending on width with CJK mode" | Eugene Sandulenko | |
svn-id: r31699 | |||
2008-04-24 | Some initial code for font loading | Filippos Karapetis | |
Implemented opcode o1_LOADANIM svn-id: r31698 | |||
2008-04-24 | Fixed warning. | Torbjörn Andersson | |
svn-id: r31697 | |||
2008-04-24 | Fixed regression: CINE games crashed when a message box appeared (patch by ↵ | Filippos Karapetis | |
next_ghost) svn-id: r31696 | |||
2008-04-24 | Output error message when kyra.dat initialization fails because of old ↵ | Johannes Schickel | |
version or missing entries. svn-id: r31695 | |||
2008-04-24 | Fixed bug in loadMalcolmShapes. | Johannes Schickel | |
svn-id: r31694 | |||
2008-04-24 | Unimplemented commands and opcodes throw a warning now | Filippos Karapetis | |
svn-id: r31693 | |||
2008-04-24 | More cleanup | Filippos Karapetis | |
svn-id: r31692 | |||
2008-04-24 | Cleanup and simplification of the music playing code | Filippos Karapetis | |
svn-id: r31691 |