Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-13 | Tweak to object walk to position calculations - NPCs will no longer get ↵ | Paul Gilbert | |
stuck in doors they close svn-id: r29489 | |||
2007-11-12 | Implemented all timer handlers. (Cauldron animations work now) | Johannes Schickel | |
svn-id: r29487 | |||
2007-11-12 | Added a workaround for a problematic object in Gorrister's chapter (Edna's key) | Filippos Karapetis | |
svn-id: r29486 | |||
2007-11-12 | - Implemented opcodes: | Johannes Schickel | |
-> o2_removeHandItem 43 -> o2_makeBookOrCauldronAppear 42 - Implemented inventory WSA functionality svn-id: r29485 | |||
2007-11-12 | Fixes regression introduced with r29218. | Johannes Schickel | |
svn-id: r29484 | |||
2007-11-12 | Set Catriona to her correct rocking speed | Paul Gilbert | |
svn-id: r29483 | |||
2007-11-12 | removeSounds was being called too early - it was setting the current area to ↵ | Paul Gilbert | |
that of the room being left, rather than the one being entered svn-id: r29482 | |||
2007-11-12 | Adjustments to the talk state machine so information dialogs (if any) ↵ | Paul Gilbert | |
correctly occur at the end of a conversation (such as giving the bar to Ewan) svn-id: r29481 | |||
2007-11-12 | Correction to delay when two NPCs are talking together | Paul Gilbert | |
svn-id: r29480 | |||
2007-11-11 | Silencing some warnings | Max Horn | |
svn-id: r29479 | |||
2007-11-11 | Menu display fix | Vincent Hamm | |
Linked objects implementation (barman) The gameplay is now kind of working and it is possible to play at least the first part of the game svn-id: r29478 | |||
2007-11-11 | Don't draw objects with negative x/y values. Now, "ghost" objects are no ↵ | Filippos Karapetis | |
longer created in the top left corner of the screen when picked up/used. The creation of such ghost objects is a script bug which exists in the original interpreter of IHNM as well. Also, removed a relevant workaround for the note in the first screen of Gorrister's chapter, as it's no longer needed svn-id: r29477 | |||
2007-11-11 | Implement dialogues | Vincent Hamm | |
Detect french 256 colors version svn-id: r29473 | |||
2007-11-10 | Fix relocation of objects relations | Vincent Hamm | |
svn-id: r29472 | |||
2007-11-10 | Expanded talk routines so that characters now properly stand still only when ↵ | Paul Gilbert | |
they're meant to svn-id: r29471 | |||
2007-11-10 | Muting the compiler :P | Sven Hesse | |
svn-id: r29470 | |||
2007-11-10 | Fix boggus object state | Vincent Hamm | |
svn-id: r29469 | |||
2007-11-10 | Muting the compiler :P | Sven Hesse | |
svn-id: r29468 | |||
2007-11-10 | -Cleanup strings | Vincent Hamm | |
-Fix load saves from original interpreter -Add all background merge functions svn-id: r29467 | |||
2007-11-10 | - added some code to runLoop (currently commented out) | Johannes Schickel | |
- little fix in handleInputUnkSub svn-id: r29466 | |||
2007-11-09 | Added a workaround for a bug in the original game scripts of IHNM with Edna, ↵ | Filippos Karapetis | |
when the knife is used with her. Fixes bug #1826871 - "IHNM: Edna's got two hearts but loves to be on the hook" svn-id: r29461 | |||
2007-11-09 | Implemented idle script handling. | Johannes Schickel | |
svn-id: r29460 | |||
2007-11-09 | Restoring a game now correctly fades out the current room like the original | Paul Gilbert | |
svn-id: r29459 | |||
2007-11-09 | Check to prevent Ratpouch saying 'Excuse me' redundantly | Paul Gilbert | |
svn-id: r29458 | |||
2007-11-08 | Fixing compilation for me by giving that file a closing newline | Sven Hesse | |
svn-id: r29457 | |||
2007-11-08 | Some tweaks to actorWalkTo() and actorEndWalk(). Also, moved all the actor ↵ | Filippos Karapetis | |
pathfinding calculation code to a new file svn-id: r29455 | |||
2007-11-08 | Slight fix for off screen path calculation | Filippos Karapetis | |
svn-id: r29454 | |||
2007-11-08 | Cleanup load savegame from original interpreter | Vincent Hamm | |
svn-id: r29453 | |||
2007-11-08 | Reordered construction of game instance so that the sounds played in the ↵ | Paul Gilbert | |
introduction can properly check the sound flag status svn-id: r29452 | |||
2007-11-08 | Added sound to animation of falling down the chute | Paul Gilbert | |
svn-id: r29451 | |||
2007-11-08 | Bugfix for correct use of article prefixes on character names embedded in ↵ | Paul Gilbert | |
talk messages svn-id: r29450 | |||
2007-11-08 | Bugfix for approaching Ratpouch, and have him properly stand still until ↵ | Paul Gilbert | |
he's received instructions svn-id: r29449 | |||
2007-11-07 | One more fix from Patch #1773489 | Eugene Sandulenko | |
svn-id: r29447 | |||
2007-11-07 | Patches #1773489: "FW: Fixes for German Amiga Version" | Eugene Sandulenko | |
svn-id: r29446 | |||
2007-11-07 | Bugfix for NPC conversations so they'll only stand still when they should, ↵ | Paul Gilbert | |
and pause correctly during scripted animations svn-id: r29445 | |||
2007-11-07 | Removed reference to KyraEngine that shouldn't be there | Paul Gilbert | |
svn-id: r29444 | |||
2007-11-06 | Fixed regression: loading from the start screens was messing up game flags. | Nicola Mettifogo | |
svn-id: r29439 | |||
2007-11-06 | Add support for original load/save system in HE games. | Travis Howell | |
svn-id: r29434 | |||
2007-11-05 | Several subtitles-related IHNM fixes. Still not perfect. | Eugene Sandulenko | |
svn-id: r29427 | |||
2007-11-05 | Muting the compiler :P | Sven Hesse | |
svn-id: r29425 | |||
2007-11-05 | made CmdText a virtual class, so that language tweaks can be handled in ↵ | Gregory Montoir | |
subclasses. svn-id: r29424 | |||
2007-11-05 | Fix some 256color version issues | Vincent Hamm | |
svn-id: r29423 | |||
2007-11-05 | Implement polygon and sprite masking | Vincent Hamm | |
svn-id: r29422 | |||
2007-11-05 | Sort the language ID bytes of the JAS Version String alphabetically, like ↵ | Filippos Karapetis | |
they are in the queen page of the ScummVM wiki svn-id: r29421 | |||
2007-11-05 | Don't show a space after the "give" command in the Greek fan translated ↵ | Filippos Karapetis | |
version of FOTAQ svn-id: r29420 | |||
2007-11-05 | Updated the check for the language byte of the JAS Version String to be 'g' ↵ | Filippos Karapetis | |
for the Greek fan translation and 'R' for the Russian fan translation (according to the Queen engine page in the ScummVM wiki) svn-id: r29419 | |||
2007-11-05 | Fix warning | Filippos Karapetis | |
svn-id: r29418 | |||
2007-11-05 | Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with ↵ | Oystein Eftevaag | |
a couple of warnings fixed svn-id: r29417 | |||
2007-11-04 | Mark the end of the Cine namespace. | Torbjörn Andersson | |
svn-id: r29413 | |||
2007-11-04 | Muting the compiler | Sven Hesse | |
svn-id: r29410 |