Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-12 | Fix warning | Max Horn | |
svn-id: r29197 | |||
2007-10-12 | Updated the MSVC8 kyra project file for commit #29187 | Filippos Karapetis | |
svn-id: r29196 | |||
2007-10-12 | Fix typo | Filippos Karapetis | |
svn-id: r29195 | |||
2007-10-12 | HoF: | Johannes Schickel | |
- added some _skipFlag and _quitFlag handling - extended Screen::fadePal to take an functor for update purposes - changed KyraEngine_v2::fadeScenePal to use Screen::fadePal with a functor svn-id: r29188 | |||
2007-10-12 | HoF: | Johannes Schickel | |
- Subclassed TextDisplayer for use with Kyra2 - Implemented opcodes: -> o2_zanthiaChat 169 -> o2_customChat 152 -> o2_customChatFinish 153 svn-id: r29187 | |||
2007-10-11 | disable spanish version for now | Paweł Kołodziejski | |
svn-id: r29185 | |||
2007-10-11 | fixed braces and changed vez() all references to int | Paweł Kołodziejski | |
svn-id: r29184 | |||
2007-10-10 | - Made some sound functions a bit more generic for use with Kyra1 and Kyra2 | Johannes Schickel | |
HoF: - Added sound support (sfx sound wrong currently though) - Implemented opcodes: -> o2_loadMusicTrack -> o2_playWanderScoreViaMap -> o2_playSoundEffect -> o2t_playSoundEffect svn-id: r29183 | |||
2007-10-10 | Fixed bug in o2_addSpecialExit. | Johannes Schickel | |
svn-id: r29182 | |||
2007-10-09 | Oops forgot to add o2_delay to the opcode list. | Johannes Schickel | |
svn-id: r29181 | |||
2007-10-09 | HoF | Johannes Schickel | |
- Implemented opcodes -> o2_switchScene 0x51 -> o2_getShapeFlag1 0x52 svn-id: r29180 | |||
2007-10-09 | HoF | Johannes Schickel | |
- fixed o2_runTemporaryScript - fixed trySceneChange, now stopping movement should work correctly svn-id: r29179 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- More input handling (should be rather complete now, not finished but nearlly) - Implemented the following opcodes: -> o2_trySceneChange 0x0d -> o2_setHandItem 0x2a -> o2_handItemSet 0x2c -> o2_setCharPalEntry 0x3c -> o2_drawSceneShape 0x3e -> o2_update 0x4b -> o2_fadeScenePal 0x4d -> o2_enterNewSceneEx 0x50 -> o2_setZanthiaPos 0x56 -> o2_runTemporaryScript 0x6e -> o2t_defineNewShape 0x00 -> o2t_setCurrentFrame 0x01 -> o2t_setShapeFlag 0x04 svn-id: r29178 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- make sure we really got uppercase filenames in FILEDATA.FDT - (and silently removed a leftover debug oops) svn-id: r29177 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- now uses "FILEDATA.FDT" to detect what PAK files have to be loaded for ingame use svn-id: r29176 | |||
2007-10-09 | HoF: | Johannes Schickel | |
- added support for dropping items into scenes - added const to some static data - implemented opcode 0x55 o2_setLayerFlag - fixed a bug in Screen_v2::drawShape svn-id: r29175 | |||
2007-10-08 | fixes after merges | Paweł Kołodziejski | |
svn-id: r29174 | |||
2007-10-07 | fixes after merges, more will come | Paweł Kołodziejski | |
svn-id: r29173 | |||
2007-10-07 | Fixed a missing return value in the lastPathComponent function. Thanks to ↵ | David Corrales | |
Raziel_AOne :) svn-id: r29172 | |||
2007-10-07 | Added beep sound to Nippon Safes for Amiga. | Nicola Mettifogo | |
svn-id: r29171 | |||
2007-10-07 | cleanup | Max Horn | |
svn-id: r29170 | |||
2007-10-07 | Added 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-07 | Changed string constant name to avoid clashing with inventory display constants | Paul Gilbert | |
svn-id: r29168 | |||
2007-10-07 | Added loading of new give talk Id list | Paul Gilbert | |
svn-id: r29167 | |||
2007-10-07 | Replaced incorrect key constants being used for fight commands | Paul Gilbert | |
svn-id: r29166 | |||
2007-10-07 | Added new string Ids used for inventory display | Paul Gilbert | |
svn-id: r29165 | |||
2007-10-07 | Finally tracked down a bug that sometimes caused word wrapping to fail | Paul Gilbert | |
svn-id: r29164 | |||
2007-10-07 | Changed 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-07 | Fixed 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 handling | Johannes Schickel | |
- implemented item pickup svn-id: r29160 | |||
2007-10-07 | Commit 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-06 | Fixed 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-06 | Fixed 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-06 | Removed 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-04 | Fixed bug #1803287. The inner block was changing the test condition causing ↵ | Nicola Mettifogo | |
unwanted behavior. svn-id: r29155 | |||
2007-10-04 | Patch #1805208: move matchString to Common::Util | Max Horn | |
svn-id: r29154 | |||
2007-10-03 | * Added removeSavefile() | Marcus Comstedt | |
* New style listSavefiles() using a glob svn-id: r29153 | |||
2007-10-03 | Provide dummy remove() function for DC... | Marcus Comstedt | |
svn-id: r29152 | |||
2007-09-30 | Show 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-30 | Of course, that also means that 'slot' should be 3 characters, not 2. | Torbjörn Andersson | |
svn-id: r29150 | |||
2007-09-30 | Terminate the string used to hold the save slot number, or strange things may | Torbjö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-30 | Some updates to the hard coded strings of the Spanish version of IHNM ↵ | Filippos Karapetis | |
(thanks jvprat) svn-id: r29148 | |||
2007-09-30 | Fixed the placement of the save game reminder icon in IHNM | Filippos Karapetis | |
svn-id: r29147 | |||
2007-09-30 | Removed 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-30 | IHNM does not have excuse texts | Filippos Karapetis | |
svn-id: r29145 | |||
2007-09-30 | Fixed action lists to sort correctly for non-English languages | Paul Gilbert | |
svn-id: r29144 | |||
2007-09-30 | Mention DMedia MIDI driver in NEWS | Max Horn | |
svn-id: r29143 | |||
2007-09-30 | Patch #1804801: DMedia MIDI driver for IRIX | Max Horn | |
svn-id: r29142 | |||
2007-09-30 | Bugfix to italian tick handler offsets | Paul Gilbert | |
svn-id: r29140 | |||
2007-09-30 | removed unused function, simplified handlePattern | Gregory Montoir | |
svn-id: r29139 |