Age | Commit message (Expand) | Author |
2007-10-10 | - Made some sound functions a bit more generic for use with Kyra1 and Kyra2 | Johannes Schickel |
2007-10-10 | Fixed bug in o2_addSpecialExit. | Johannes Schickel |
2007-10-09 | Oops forgot to add o2_delay to the opcode list. | Johannes Schickel |
2007-10-09 | HoF | Johannes Schickel |
2007-10-09 | HoF | Johannes Schickel |
2007-10-09 | HoF: | Johannes Schickel |
2007-10-09 | HoF: | Johannes Schickel |
2007-10-09 | HoF: | Johannes Schickel |
2007-10-09 | HoF: | Johannes Schickel |
2007-10-08 | fixes after merges | Paweł Kołodziejski |
2007-10-07 | fixes after merges, more will come | Paweł Kołodziejski |
2007-10-07 | Added beep sound to Nippon Safes for Amiga. | Nicola Mettifogo |
2007-10-07 | cleanup | Max Horn |
2007-10-07 | Added support for setting animations by their index rather than their offset,... | Paul Gilbert |
2007-10-07 | Changed string constant name to avoid clashing with inventory display constants | Paul Gilbert |
2007-10-07 | Added loading of new give talk Id list | Paul Gilbert |
2007-10-07 | Replaced incorrect key constants being used for fight commands | Paul Gilbert |
2007-10-07 | Added new string Ids used for inventory display | Paul Gilbert |
2007-10-07 | Finally tracked down a bug that sometimes caused word wrapping to fail | Paul Gilbert |
2007-10-07 | Fixed bug #1808529. One must use memmove() when copying overlapping blocks of... | Nicola Mettifogo |
2007-10-07 | - little bit more input handling | Johannes Schickel |
2007-10-06 | Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ... | Nicola Mettifogo |
2007-10-06 | Fixed bug #1808620. The original Inventory::addItem routine relied on a trick... | Nicola Mettifogo |
2007-10-06 | Removed the MD5 check of sfx.res for the English version of IHNM, since there... | Filippos Karapetis |
2007-10-04 | Fixed bug #1803287. The inner block was changing the test condition causing u... | Nicola Mettifogo |
2007-09-30 | Show the cursor when opening the options screen. Also, fixed a regression wit... | Filippos Karapetis |
2007-09-30 | Of course, that also means that 'slot' should be 3 characters, not 2. | Torbjörn Andersson |
2007-09-30 | Terminate the string used to hold the save slot number, or strange things may | Torbjörn Andersson |
2007-09-30 | Some updates to the hard coded strings of the Spanish version of IHNM (thanks... | Filippos Karapetis |
2007-09-30 | Fixed the placement of the save game reminder icon in IHNM | Filippos Karapetis |
2007-09-30 | Removed all the unneeded hard coded strings from the Italian fan translation ... | Filippos Karapetis |
2007-09-30 | IHNM does not have excuse texts | Filippos Karapetis |
2007-09-30 | Fixed action lists to sort correctly for non-English languages | Paul Gilbert |
2007-09-30 | fix incomplete savestate prefix | Gregory Montoir |
2007-09-30 | Fix load offset for straw fire, and added proper cross-language handling of i... | Paul Gilbert |
2007-09-30 | Added cross-language handling for the top menu | Paul Gilbert |
2007-09-30 | Fixed bug #1804805 - "IHNM: crash/glitch with italian fan patch" | Filippos Karapetis |
2007-09-29 | don't update the screen directly after a gamestate load ; keychars and room b... | Gregory Montoir |
2007-09-29 | workaround for original game glitch (bug #1751170) | Gregory Montoir |
2007-09-29 | When skipping the IHNM intro, skip all the way to the character selection | Torbjörn Andersson |
2007-09-29 | As far as I can tell, there's no point in setting sceneSkipTarget to true here. | Torbjörn Andersson |
2007-09-29 | Allow the user to change scalers, fullscreen mode, etc. without terminating the | Torbjörn Andersson |
2007-09-28 | Wrapped access to the playing sounds list in a mutex | Paul Gilbert |
2007-09-27 | simplified touche savegame listing | Gregory Montoir |
2007-09-27 | simplified queen savegame listing (removed marks array etc.) | Gregory Montoir |
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir |
2007-09-26 | no need to assert here, just don't start playing the stream if read failed | Gregory Montoir |
2007-09-26 | add polish version (bug report #1800500) | Gregory Montoir |
2007-09-26 | _currentObjectNum should also be set in text only talk mode | Gregory Montoir |
2007-09-25 | Changed InventoryRenderer to draw inventory over a Surface, thus removing use... | Nicola Mettifogo |