aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-06Fixed bug #1808620. The original Inventory::addItem routine relied on a ↵Nicola Mettifogo
trick that went undetected until r29060 actually broke it. Not all regression is bad, after all. svn-id: r29157
2007-10-06Removed the MD5 check of sfx.res for the English version of IHNM, since ↵Filippos Karapetis
there are two English versions of the game with a different sfx.res file. Closes bug #1800226 - "IHNM: unsupported version" svn-id: r29156
2007-10-04Fixed bug #1803287. The inner block was changing the test condition causing ↵Nicola Mettifogo
unwanted behavior. svn-id: r29155
2007-10-04Patch #1805208: move matchString to Common::UtilMax Horn
svn-id: r29154
2007-10-03* Added removeSavefile()Marcus Comstedt
* New style listSavefiles() using a glob svn-id: r29153
2007-10-03Provide dummy remove() function for DC...Marcus Comstedt
svn-id: r29152
2007-09-30Show the cursor when opening the options screen. Also, fixed a regression ↵Filippos Karapetis
with some strings in the game interface svn-id: r29151
2007-09-30Of course, that also means that 'slot' should be 3 characters, not 2.Torbjörn Andersson
svn-id: r29150
2007-09-30Terminate the string used to hold the save slot number, or strange things mayTorbjörn Andersson
happen. (In my case, it was looking for slot 10, 20, 30, ... instead of the correct 1, 2, 3...) svn-id: r29149
2007-09-30Some updates to the hard coded strings of the Spanish version of IHNM ↵Filippos Karapetis
(thanks jvprat) svn-id: r29148
2007-09-30Fixed the placement of the save game reminder icon in IHNMFilippos Karapetis
svn-id: r29147
2007-09-30Removed all the unneeded hard coded strings from the Italian fan translation ↵Filippos Karapetis
of IHNM, added the hard coded strings of the Spanish version of IHNM svn-id: r29146
2007-09-30IHNM does not have excuse textsFilippos Karapetis
svn-id: r29145
2007-09-30Fixed action lists to sort correctly for non-English languagesPaul Gilbert
svn-id: r29144
2007-09-30Mention DMedia MIDI driver in NEWSMax Horn
svn-id: r29143
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn
svn-id: r29142
2007-09-30Bugfix to italian tick handler offsetsPaul Gilbert
svn-id: r29140
2007-09-30removed unused function, simplified handlePatternGregory Montoir
svn-id: r29139
2007-09-30fix incomplete savestate prefixGregory Montoir
svn-id: r29138
2007-09-30Fix load offset for straw fire, and added proper cross-language handling of ↵Paul Gilbert
initial talks to strangers svn-id: r29137
2007-09-30Added cross-language handling for the top menuPaul Gilbert
svn-id: r29136
2007-09-30Remove target 'tools' from the deps of target 'all'Max Horn
svn-id: r29135
2007-09-30Fixed bug #1804805 - "IHNM: crash/glitch with italian fan patch"Filippos Karapetis
Added the Italian fan translation of IHNM, created a workaround for invalid string data in the Italian fan translation and added some hard coded strings which are changed in the original game executable with the Italian fan translation patch svn-id: r29134
2007-09-29don't update the screen directly after a gamestate load ; keychars and room ↵Gregory Montoir
background are now redrawn on the same frame (bug #1751226) svn-id: r29133
2007-09-29workaround for original game glitch (bug #1751170)Gregory Montoir
svn-id: r29132
2007-09-29Added a hack for the tools to allow building on MinGW with SDL backend. (see ↵Johannes Schickel
bug #1800764 "TOOLS: MinGW tools building broken") svn-id: r29131
2007-09-29Fix bug #1803020: Oddity in Makefile.commonMax Horn
svn-id: r29130
2007-09-29When skipping the IHNM intro, skip all the way to the character selectionTorbjörn Andersson
screen. svn-id: r29129
2007-09-29As far as I can tell, there's no point in setting sceneSkipTarget to true here.Torbjörn Andersson
There are no other scenes before it. svn-id: r29128
2007-09-29Allow the user to change scalers, fullscreen mode, etc. without terminating theTorbjörn Andersson
IHNM intro. In other words, don't terminate the intro just because the user presses a modifier key. The original didn't either. svn-id: r29127
2007-09-28Updated version number in installation filesLars Persson
svn-id: r29126
2007-09-28sadfUpdated version number in installation filesLars Persson
svn-id: r29125
2007-09-28Updated README for some small build detailsLars Persson
svn-id: r29124
2007-09-28Added support for Drascula and new system filesLars Persson
svn-id: r29123
2007-09-28Updated with Drascula and new ARM asm opts.Lars Persson
svn-id: r29122
2007-09-28Updated actions (compared with PocketPC)Lars Persson
svn-id: r29121
2007-09-28Updated include order and H file namingLars Persson
svn-id: r29120
2007-09-28Don't include windows.h for Symbian emulator buildsLars Persson
svn-id: r29119
2007-09-28Symbian OS does not have ELOOP defined as an error, so #ifdef around those ↵Lars Persson
two cases. svn-id: r29118
2007-09-28Add PALMOS sections to ARM rate conversion sound code to preserve r10Robin Watts
for calls back into C/C++. svn-id: r29117
2007-09-28Fix to correctly reset action sequence list between languagesPaul Gilbert
svn-id: r29116
2007-09-28Bugfix to extract correct hotspot offsets list for Italian versionPaul Gilbert
svn-id: r29115
2007-09-28Wrapped access to the playing sounds list in a mutexPaul Gilbert
svn-id: r29114
2007-09-27fixed savepath files listing under win32Gregory Montoir
svn-id: r29113
2007-09-27simplified touche savegame listingGregory Montoir
svn-id: r29112
2007-09-27simplified queen savegame listing (removed marks array etc.)Gregory Montoir
svn-id: r29111
2007-09-27Key and certificate that is valid for the next 30 years.Lars Persson
svn-id: r29110
2007-09-27Updated the MSVC8 touche project file for commit #29108Filippos Karapetis
svn-id: r29109
2007-09-26rename ui.cpp to menu.cpp for consistency with other enginesGregory Montoir
svn-id: r29108
2007-09-26no need to assert here, just don't start playing the stream if read failedGregory Montoir
svn-id: r29107