aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
AgeCommit message (Expand)Author
2007-11-15Bugfix to prevent characters occasionally facing one way whilst walking in an...Paul Gilbert
2007-11-14Fixed clipping issues that were still occurring in some roomsPaul Gilbert
2007-11-13Added guard to prevent one character's talk dialog interrupting another one t...Paul Gilbert
2007-11-13Tweak to object walk to position calculations - NPCs will no longer get stuck...Paul Gilbert
2007-11-12Set Catriona to her correct rocking speedPaul Gilbert
2007-11-12removeSounds was being called too early - it was setting the current area to ...Paul Gilbert
2007-11-12Adjustments to the talk state machine so information dialogs (if any) correct...Paul Gilbert
2007-11-12Correction to delay when two NPCs are talking togetherPaul Gilbert
2007-11-11Silencing some warningsMax Horn
2007-11-10Expanded talk routines so that characters now properly stand still only when ...Paul Gilbert
2007-11-09Restoring a game now correctly fades out the current room like the originalPaul Gilbert
2007-11-09Check to prevent Ratpouch saying 'Excuse me' redundantlyPaul Gilbert
2007-11-08Reordered construction of game instance so that the sounds played in the intr...Paul Gilbert
2007-11-08Added sound to animation of falling down the chutePaul Gilbert
2007-11-08Bugfix for correct use of article prefixes on character names embedded in tal...Paul Gilbert
2007-11-08Bugfix for approaching Ratpouch, and have him properly stand still until he's...Paul Gilbert
2007-11-07Bugfix for NPC conversations so they'll only stand still when they should, an...Paul Gilbert
2007-11-07Removed reference to KyraEngine that shouldn't be therePaul Gilbert
2007-10-28Current room is now correctly refreshed after showing creditsPaul Gilbert
2007-10-28Room fades now correctly fade out any active talk dialogPaul Gilbert
2007-10-28Sound is now paused when displaying menu dialogsPaul Gilbert
2007-10-28Added storing of playing sounds to savegame (note: only sounds flagged as res...Paul Gilbert
2007-10-25Talk dialogs can now only be closed early if it's the player talking, or an N...Paul Gilbert
2007-10-25Bugfix to make sound toggle work correctly, and added flag state to savegamesPaul Gilbert
2007-10-25Added saving of NPC direction, and bugfix for closing talk dialogsPaul Gilbert
2007-10-24Removed unused fieldPaul Gilbert
2007-10-24Added a talkerId field to hotspots to better handle characters being talked toPaul Gilbert
2007-10-24Fixed MinGW compilation warning Paul Gilbert
2007-10-24Changed startSpeakingToNoone to pause the speaking characterPaul Gilbert
2007-10-24Implemented gradual display of text in talk dialogsPaul Gilbert
2007-10-24Changed text speed flag, and added saving of it to savegamesPaul Gilbert
2007-10-21Removed deprecated YNKeyStruct structurePaul Gilbert
2007-10-20Finally got the room layering to work correctlyPaul Gilbert
2007-10-07Added support for setting animations by their index rather than their offset,...Paul Gilbert
2007-10-07Changed string constant name to avoid clashing with inventory display constantsPaul Gilbert
2007-10-07Added loading of new give talk Id listPaul Gilbert
2007-10-07Replaced incorrect key constants being used for fight commandsPaul Gilbert
2007-10-07Added new string Ids used for inventory displayPaul Gilbert
2007-10-07Finally tracked down a bug that sometimes caused word wrapping to failPaul Gilbert
2007-09-30Fixed action lists to sort correctly for non-English languagesPaul Gilbert
2007-09-30Fix load offset for straw fire, and added proper cross-language handling of i...Paul Gilbert
2007-09-30Added cross-language handling for the top menuPaul Gilbert
2007-09-28Wrapped access to the playing sounds list in a mutexPaul Gilbert
2007-09-24Added missing endian wrappers from Room Exit structure loadingPaul Gilbert
2007-09-24Changes some code to use Common::set_to instead of loops. (as an example on h...Johannes Schickel
2007-09-23Converted fields in data that were originally offsets (such as tick proc offs...Paul Gilbert
2007-09-23Added vaildation of new lure.dat file, and added MD5 for Italian version of gamePaul Gilbert
2007-09-23Added support for the lure.dat file now containing multiple language versionsPaul Gilbert
2007-09-23Split up the interruptableDelay method into two methods, making the version i...Paul Gilbert
2007-09-23Removed some old redundant code and moved some string constants to the resour...Paul Gilbert