aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-07Fixed a missing return value in the lastPathComponent function. Thanks to ↵David Corrales
Raziel_AOne :) svn-id: r29172
2007-10-07Added beep sound to Nippon Safes for Amiga.Nicola Mettifogo
svn-id: r29171
2007-10-07cleanupMax Horn
svn-id: r29170
2007-10-07Added support for setting animations by their index rather than their ↵Paul Gilbert
offset, allowing for easier multi-language support. Also fixed translation of inventory window svn-id: r29169
2007-10-07Changed string constant name to avoid clashing with inventory display constantsPaul Gilbert
svn-id: r29168
2007-10-07Added loading of new give talk Id listPaul Gilbert
svn-id: r29167
2007-10-07Replaced incorrect key constants being used for fight commandsPaul Gilbert
svn-id: r29166
2007-10-07Added new string Ids used for inventory displayPaul Gilbert
svn-id: r29165
2007-10-07Finally tracked down a bug that sometimes caused word wrapping to failPaul Gilbert
svn-id: r29164
2007-10-07Changed predefined records to be at the start of the animation list so ↵Paul Gilbert
indexes can be hardcoded, added a dynamic list of Give talk Id responses, and corrected the fight segment data svn-id: r29162
2007-10-07Fixed bug #1808529. One must use memmove() when copying overlapping blocks ↵Nicola Mettifogo
of memory (blush). svn-id: r29161
2007-10-07- little bit more input handlingJohannes Schickel
- implemented item pickup svn-id: r29160
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() ↵David Corrales
function in each backend, used to extract the last path component of a given path, returned by getName(). svn-id: r29159
2007-10-06Fixed bug #1808615. An unexpected (but harmless) 'ENDCOMMANDS' statement was ↵Nicola Mettifogo
spotted in the game scripts by the new stricter parser. svn-id: r29158
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