Commit Graph
86814 Commits
Author SHA1 Message Date
Eugene Sandulenko 7df744c291 DIRECTOR: Fix class initialization 2016-08-30 10:13:09 +02:00
Eugene Sandulenko c207d703fe DIRECTOR: Fixed shared cast loading 2016-08-30 09:55:20 +02:00
Eugene Sandulenko 736f5e61db DIRECTOR: Fix archive scanning at the start 2016-08-30 09:46:34 +02:00
Ben Castricum 940bb41526 SCUMM HE: Compensate timers for pauses, fixes bug #6352 2016-08-30 09:09:21 +02:00
Ben Castricum b9b96e8991 SCUMM: Correct the raft position for PUTTZOO, fixes bug #6097 2016-08-30 09:07:30 +02:00
Ben Castricum 13f810f57f SCUMM: Ignore SetOwnerOf call in specific case, fixes bug #6802 2016-08-30 09:06:43 +02:00
Paul Gilbert d09535a4b4 TITANIC: Remove CTrueTalkManager update2 method
The original was actually the update method for an audio buffer list.
This is thus unneeded in ScummVM, which automatically handles sound updates
2016-08-29 22:43:54 -04:00
Paul Gilbert 6a8ee95dba TITANIC: Properly initialize data array in CSurfaceFader 2016-08-29 22:28:25 -04:00
Paul Gilbert c41845e6ae TITANIC: Preliminary implementation for CVideoSurface movieBlitRect 2016-08-29 21:55:43 -04:00
Paul Gilbert 9dd2e198ae TITANIC: Remove redundant CFilesManager::fn4
It looks like the original method scanned subfolders for the file,
and prefixed on the found path. We don't need this for ScummVM
2016-08-29 21:17:50 -04:00
Paul Gilbert e143d5ef48 TITANIC: Further code cleanup, identified game mode 5 2016-08-29 20:55:04 -04:00
Paul Gilbert 18c925c6c5 TITANIC: Remove unused CChevSwitch class 2016-08-29 20:34:07 -04:00
Paul Gilbert f01d1c649b TITANIC: Clarify CMouseCursor saveState as setPosition 2016-08-29 20:31:09 -04:00
Paul Gilbert c135643699 TITANIC: Fix compiler warnings 2016-08-29 20:03:00 -04:00
Paul Gilbert e7f6ccbece TITANIC: Implement variant font writing used by credits 2016-08-29 19:28:58 -04:00
Retro-Junk 9573543536 FULLPIPE: Fix arithmetics in MovGraph::putToLink 2016-08-29 23:36:15 +02:00
Eugene Sandulenko 888a4578af FULLPIPE: Fix few bugs in Map code 2016-08-29 23:35:20 +02:00
Eugene Sandulenko d3cf9ed9c0 FULLPIPE: More signed reads 2016-08-29 22:23:45 +02:00
Eugene Sandulenko 5283612a7f FULLPIPE: Read signed values where potentially negative values could appear 2016-08-29 22:06:35 +02:00
Eugene Sandulenko e13cee4be0 FULLPIPE: Hid noisy pointless warning 2016-08-29 22:06:35 +02:00
Walter van Niftrik d2fd0a9a67 ADL: Merge hires?.h files into the cpp files 2016-08-29 21:31:14 +02:00
Retro-Junk ac6d6c99b5 FULLPIPE: Fix parent variable overwrite in MctlLadder::initMovement 2016-08-29 20:32:05 +02:00
Strangerke 150a16cd49 DM: Refactor getDistanceBetweenSquares, get rid of GOTOs 2016-08-29 19:52:54 +02:00
Eugene Sandulenko f9f55d1af3 ANDROIDSDL: Fix menu button 2016-08-29 19:37:25 +02:00
Eugene Sandulenko 7c3461d1b0 DIRECTOR: Generic way of loading Shared Casts 2016-08-29 18:31:17 +02:00
Eugene Sandulenko 64587bbac7 DIRECTOR: Fix cast scanning 2016-08-29 18:19:18 +02:00
Eugene Sandulenko d5009ee5c1 DIRECTOR: Put all archive parsing methods into archive.cpp 2016-08-29 18:15:00 +02:00
Eugene Sandulenko ae54fb98db DIRECTOR: Refactor Archive creation 2016-08-29 18:06:41 +02:00
Walter van Niftrik 51360ec6ab COMMON: Add Atari 8-bit platform 2016-08-29 17:52:36 +02:00
Retro-Junk 3ff6dfee8b FULLPIPE: Fix condition check in StaticANIObject::update 2016-08-29 15:06:29 +02:00
Retro-Junk 3805362275 FULLPIPE: Scene04: Stop the Jar from levitating 2016-08-29 15:06:21 +02:00
Walter van Niftrik e4ab446e3d ADL: Move all hires4 code into Atari-specific class 2016-08-29 14:27:03 +02:00
Walter van Niftrik 31b5a0bf63 ADL: Fix hires4 disk swapping 2016-08-29 14:27:03 +02:00
Paul Gilbert b84076789a TITANIC: Remove redundant code 2016-08-29 08:02:51 -04:00
Eugene Sandulenko 96edfdb95e DIRECTOR: Started code on enlisting all movie files 2016-08-29 09:15:41 +02:00
Eugene Sandulenko a2e9d8807a FULLPIPE: Initialize struct at construction.
Thanks to eriktorbjorn for valgrind logs.
2016-08-29 08:13:16 +02:00
Strangerke adf3931e40 DM: Renaming in isMovementPossible and groupGetDistanceToVisibleParty, rewrite getDistanceBetweenSquares 2016-08-29 07:50:41 +02:00
Eugene Sandulenko 0237050b36 FULLPIPE: Improved Behavior debugging 2016-08-29 07:11:20 +02:00
Eugene Sandulenko 7d6e03c230 FULLPIPE: Remove obsolete warning 2016-08-29 07:11:20 +02:00
Paul Gilbert 28a5a747b3 TITANIC: Finished CCreditText draw method 2016-08-29 00:07:40 -04:00
Paul Gilbert e4519aa1e7 TITANIC: Add positioning logic to credit text drawing 2016-08-28 22:33:06 -04:00
Colin Snover bfbbee8697 SCI32: Fix rendering of non-ASCII characters 2016-08-28 19:33:21 -05:00
Paul Gilbert 9ee8813881 TITANIC: Fix warnings in CCreditText 2016-08-28 20:20:27 -04:00
Paul Gilbert 400d8308c2 TITANIC: Implement display of initial copyright screen
I've left it disabled for now, whilst the engine is still being worked on
2016-08-28 19:34:15 -04:00
Paul Gilbert 3196758840 TITANIC: Fix infinite loop in CToggleSwitch message handling 2016-08-28 19:27:35 -04:00
Paul Gilbert f114f9e8c5 TITANIC: Implemented some stubbed methods 2016-08-28 19:10:29 -04:00
Paul Gilbert 6dc1551d7d XEEN: gcc compilation fixes 2016-08-28 18:16:48 -04:00
Paul Gilbert fd2d462296 XEEN: Moved method comments from CPP to header files 2016-08-28 17:52:56 -04:00
Strangerke c54204910d DM: WIP rework of processEvents29to41, some more renaming 2016-08-28 22:26:44 +02:00
Paul Gilbert dffa696b7b XEEN: gcc compilation fixes 2016-08-28 16:14:38 -04:00