Commit Graph
63880 Commits
Author SHA1 Message Date
Strangerke 00a0a412bb CRUISE: Add a safeguard to avoid a buffer overflow 2014-05-30 21:33:38 +02:00
Paul Gilbert 7f2f4193e6 MADS: Fix ending conversation with intern in scene 318 2014-05-30 07:30:55 -04:00
Paul Gilbert 8e115a127b MADS: Fix to properly free completed animations 2014-05-30 06:52:16 -04:00
Eugene Sandulenko 0a46d67bae FULLPIPE: Started MctlCompound::findClosestConnectionPoint() implementation 2014-05-30 09:26:24 +03:00
Eugene Sandulenko 5a80e828e6 FULLPIPE: Implement Sound::setPanAndVolumeByStaticAni() 2014-05-30 08:03:40 +03:00
Paul Gilbert ddf38aa288 MADS: Fix resetting KernelMessages _talkFont after teleporter scene 2014-05-29 22:14:02 -04:00
Paul Gilbert 06387c25d8 MADS: Fix positioning of teleporter window backgrounds 2014-05-29 21:35:59 -04:00
Filippos Karapetis d36155247f MADS: Fix teleporter animation in scene 201 (meteorologist station) 2014-05-30 03:11:21 +03:00
Filippos Karapetis 312139b86f MADS: Remove superfluous parentheses 2014-05-30 03:11:20 +03:00
Filippos Karapetis d9d173c75e MADS: Add another friendly name for a noun in scene 103 2014-05-30 03:11:20 +03:00
Filippos Karapetis ff3cc3bc0f MADS: Remove resolved FIXME in scene 307 2014-05-30 03:11:20 +03:00
Martin Kiewitz d1bab54a4a SCI: kDoSound: only one sample at once - thx wjp
Calling kDoSound(play) on a sample will stop currently playing sample
Fixes Space Quest 5 air-lock sound issue (bug #6464)
Thanks to wjp for tracking the issue down
2014-05-29 23:57:09 +02:00
Strangerke ab2d33f0dc LURE: Remove useless parameters in function call 2014-05-29 16:55:06 +02:00
Martin Kiewitz 73c02d4166 SCI: fix 2nd LB2 pterodactyl room patch
patch terminator was missing
2014-05-29 11:56:41 +02:00
Eugene Sandulenko b59026f1dd FULLPIPE: Fix ModalMainMenu::updateSoundVolume() 2014-05-29 10:59:17 +03:00
Eugene Sandulenko aed5de6dfa FULLPIPE: Implement FullpipeEngine::disableSaves() 2014-05-29 09:18:34 +03:00
Eugene Sandulenko 41ffd7ae60 FULLPIPE: Implement MessageQueue::messageQueueCallback1() 2014-05-29 09:14:16 +03:00
Eugene Sandulenko 5903bacd25 FULLPIPE: Implement BallChain::sub04() 2014-05-29 09:04:50 +03:00
Paul Gilbert 5eaddc5863 MADS: Formatting fix in scene 213 enter 2014-05-28 20:46:22 -04:00
Paul Gilbert 1e79f55180 MADS: Fix incorrect dynamic hotspot desc Ids in scene 202 2014-05-28 20:40:29 -04:00
Martin Kiewitz c693b73bc8 SCI: LB2 pterodactyl room patch description fix 2014-05-29 00:10:04 +02:00
Martin Kiewitz e70923464e SCI: LB2 patch for pterodactyl room door issue
fully fixes bug #6458 for both CD + English Floppy
old saves made after wiring the door will still have issues
2014-05-28 23:59:29 +02:00
Sven Hesse fc250701c5 VOYEUR: Janitorial - Remove trailing whitespace 2014-05-28 23:30:29 +02:00
Sven Hesse 2168d43d5d MADS: Janitorial - Trim more trailing whitespace 2014-05-28 23:25:49 +02:00
Strangerke f8b08874c4 MADS: Janitorial - Trim trailing spaces and tabs 2014-05-28 23:22:01 +02:00
Sven Hesse 6908c1ee42 CREDITS: Update for Voyeur- and MADS-changes 2014-05-28 23:18:17 +02:00
Strangerke a07b43eebe Voyeur: update credits.pl 2014-05-28 22:40:41 +02:00
Strangerke 42b2191970 MADS: update credits.pl 2014-05-28 22:37:02 +02:00
Strangerke c676159ddd MADS: Remove a return in dragonsphere skeletton 2014-05-28 22:28:17 +02:00
Strangerke d4b1183753 MADS: Some more initializations 2014-05-28 22:19:56 +02:00
Strangerke 88bc539b3e MADS: Add a constructor to SceneInfo 2014-05-28 21:24:14 +02:00
Eugene Sandulenko 38ee05d75b CONFIGURE: Detect and use Mac Homebrew if it is installed 2014-05-28 16:58:55 +03:00
Eugene Sandulenko 3de1a9dcaa CONFIGURE: Detect and use Fink if installed 2014-05-28 16:58:55 +03:00
Paul Gilbert 0e8bf7de56 MADS: Fix climbing up/down watch tower in scene 202 2014-05-28 08:44:22 -04:00
Strangerke 0eb5a7f0b2 MADS: Fix some more missing initializations 2014-05-28 07:19:18 +02:00
Matthew Hoops 1ea4b36c3b VIDEO: Document PRMI as being Premiere metadata 2014-05-27 23:57:39 -04:00
Paul Gilbert 381ebe7816 MADS: Fix for picking up first bone in scene 202 2014-05-27 21:55:37 -04:00
Paul Gilbert 6e0762f3be MADS: Stop showing picture dialogs for items before you've picked them up 2014-05-27 21:55:11 -04:00
Paul Gilbert 0b3a6b97c0 MADS: Fix for properly finishing refreshing dynamic hotspots 2014-05-27 21:07:51 -04:00
Strangerke fce660e554 MADS: Initialize a couple of variables in Scene202 2014-05-28 00:56:43 +02:00
Strangerke 25c153ff29 MADS: Initialize variables in Animation 2014-05-28 00:51:48 +02:00
Strangerke 91728aae9b MADS: Initialize several other variables 2014-05-27 21:51:08 +02:00
Eugene Sandulenko e59bfb2b9f FULLPIPE: Implement MovGraph::method28() 2014-05-27 22:42:57 +03:00
Martin Kiewitz 6d2f0bbcd4 SCI: LB2 patch for pterodactyl room door issue
partly fixes bug #6458
2014-05-27 21:14:49 +02:00
Strangerke de575ca897 MADS: Remove a couple of goto 2014-05-27 19:34:15 +02:00
Strangerke 25b20a0c00 MADS: Initialize a variable in ScreenDialog, remove a useless variable 2014-05-27 19:31:44 +02:00
Strangerke 0eda31a6af MADS: Initialize variable in SceneTeleporter 2014-05-27 18:48:57 +02:00
Paul Gilbert 46150086ab MADS: Workaround for incorrect saving of dynamic hotspots in older savegames 2014-05-27 08:56:51 -04:00
Paul Gilbert 0e99e02121 MADS: Fix saving game in the village hut 2014-05-27 08:41:07 -04:00
Eugene Sandulenko 787cbe18e8 MADS: Fix compilation with clang 2014-05-27 14:12:01 +03:00