Age | Commit message (Expand) | Author |
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 |
2007-09-24 | objects now work in Winnie C64 | Matthew Hoops |
2007-09-24 | - added a new generic debugger command 'facings' | Johannes Schickel |
2007-09-24 | - reworked input handling | Johannes Schickel |
2007-09-24 | Added debugger support for kyra2. | Johannes Schickel |
2007-09-24 | Fixed inventory regression introduced with yesterday's commit. | Nicola Mettifogo |
2007-09-24 | allow Winnie Apple II to start up, however room images are slightly distorted... | Matthew Hoops |
2007-09-24 | Patch #1800767: "Sort the list of engines" | Eugene Sandulenko |
2007-09-24 | Silence warnings on 64bit systems. | Johannes Schickel |
2007-09-24 | fix regression in the inventory from r28995 | Matthew Hoops |
2007-09-24 | ok, really get rid of "object 41" now -- didn't realize that the rnd function... | Matthew Hoops |
2007-09-24 | Added missing endian wrappers from Room Exit structure loading | Paul Gilbert |
2007-09-24 | Changes some code to use Common::set_to instead of loops. (as an example on h... | Johannes Schickel |
2007-09-23 | Added command to enable screen debug functionallity. (instead of the old comp... | Johannes Schickel |
2007-09-23 | Added debugger command to list the birthstone gems. | Johannes Schickel |
2007-09-23 | Fix for kyra3 crashes while playing WSA files. | Johannes Schickel |
2007-09-23 | Init _screen for kyra3. Menu + Intro should be working again. | Johannes Schickel |
2007-09-23 | Converted fields in data that were originally offsets (such as tick proc offs... | Paul Gilbert |
2007-09-23 | Added vaildation of new lure.dat file, and added MD5 for Italian version of game | Paul Gilbert |
2007-09-23 | Added support for the lure.dat file now containing multiple language versions | Paul Gilbert |
2007-09-23 | Split up the interruptableDelay method into two methods, making the version i... | Paul Gilbert |
2007-09-23 | Removed some old redundant code and moved some string constants to the resour... | Paul Gilbert |
2007-09-23 | Tweaked the colour fading code so that room 4 will display correctly | Paul Gilbert |
2007-09-23 | Added support for original copy protection, in any anyone ever wants to see it | Paul Gilbert |
2007-09-23 | Shifted string decoder list to a resource, since it varies from language to l... | Paul Gilbert |
2007-09-23 | Added support for original copy protection, in any anyone ever wants to see it | Paul Gilbert |
2007-09-23 | Oops. Some debug code was committed. | Nicola Mettifogo |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-23 | Rename class variables to conform our coding guidelines. | Eugene Sandulenko |
2007-09-23 | Rename class variables to conform our code conventions | Eugene Sandulenko |