aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-26SCI32: Fix warningWillem Jan Palenstijn
2016-08-26DIRECTOR: Lingo: Remove irrelevant headerEugene Sandulenko
2016-08-26DIRECTOR: Reworked event loop, so the mouse is more responsiveEugene Sandulenko
2016-08-26DIRECTOR: Execute proper script on frames. This fixes the playbackEugene Sandulenko
2016-08-26TITANIC: Implemented more game classesPaul Gilbert
2016-08-26DIRECTOR: Fix object initializationEugene Sandulenko
2016-08-26DIRECTOR: Slow down execution and hid noisy warningEugene Sandulenko
2016-08-26SCI: Add a sanity check in wrapFilename(), as in unwrapFilename()Filippos Karapetis
2016-08-26Merge pull request #815 from wjp/sci-fileiorenameFilippos Karapetis
SCI: Make kFileIORename use wrapped filenames
2016-08-25TITANIC: Implemented nav helmet classesPaul Gilbert
2016-08-25TITANIC: Implemented more game classes and music widget classesPaul Gilbert
2016-08-25TITANIC: Implemented more game classesPaul Gilbert
2016-08-25TITANIC: Implemented CStringParser classPaul Gilbert
2016-08-25TITANIC: Add loading of bedhead dataPaul Gilbert
2016-08-25DEVTOOLS: Add bedhead data to create_titanicPaul Gilbert
2016-08-25FULLPIPE: Another fix to gotoLastFrame()Eugene Sandulenko
2016-08-25FULLPIPE: Fix gotoLastFrame() implementationEugene Sandulenko
2016-08-25FULLPIPE: Fix array allocation in StepArray::insertPointsRetro-Junk
2016-08-25SCI: Make kFileIORename use wrapped filenamesWillem Jan Palenstijn
This fixes deleting savegames in Phantasmagoria 1.
2016-08-25SCI32: Add a workaround when starting a new game in PhantasmagoriaFilippos Karapetis
This workaround is needed when starting a new game from a chapter after the first one
2016-08-25SCI32: Also handle chase.dat in Phantasmagoria like phantsg.dirFilippos Karapetis
This file is used during the chase sequence, and needs the same read/write logic as phantsg.dir
2016-08-25DIRECTOR: Do not try to compile all text resources except first oneEugene Sandulenko
2016-08-25DIRECTOR: Fix warningEugene Sandulenko
2016-08-25DIRECTOR: Fix font parameter readingEugene Sandulenko
2016-08-25DIRECTOR: Start executing frame scriptsEugene Sandulenko
2016-08-25SCI32: Remove the warning about already opened robot filesFilippos Karapetis
This happens all the time in Phantasmagoria, with no ill side-effects
2016-08-25SCI32: Fix the signature of kDoAudioCritical, and add documentationFilippos Karapetis
This is used in Phantasmagoria, chapter 3, nursery (room 14200), during the "ghost lullaby" event. It is used to make the lullaby sound exclusive, but it really doesn't make any major difference. Also, the documentation has been adjusted to contain this information. Finally, the documentation has been adjusted to use 80 columns
2016-08-25GRAPHICS: Correcting think line thicknessEugene Sandulenko
2016-08-25GRAPHICS: Fix potential rounding errors in the h/v thick line drawingEugene Sandulenko
2016-08-25GRAPHICS: Fix discrepancy in the thick line drawing functionFilippos Karapetis
The shortcuts for horizontal and vertical lines should draw the extra thickness pixels around the line, not below it or to the right
2016-08-25DIRECTOR: Fix numerous crashes on destructionEugene Sandulenko
2016-08-25FULLPIPE: Fix if() conditionEugene Sandulenko
2016-08-25FULLPIPE: Restore original tangled logic in stopAnim_maybeEugene Sandulenko
The compiler was super-optimizing there, and my initial untangling was incorrect. Restoring it with nasty goto's and will fix it later once we have enough test cases.
2016-08-25DIRECTOR: Remove now redundant image width correction tableEugene Sandulenko
2016-08-24TITANIC: Implemented CBedhead classPaul Gilbert
2016-08-24TITANIC: Compilation fix for CMissiveOMatPaul Gilbert
2016-08-24TITANIC: Implemented CMissiveOMat classPaul Gilbert
2016-08-24DEVTOOLS: Add MissiveOMat message data to create_titanicPaul Gilbert
2016-08-25DIRECTOR: Clean up padding in image decodingWillem Jan Palenstijn
2016-08-25DIRECTOR: Improve decoding compressed imagesWillem Jan Palenstijn
2016-08-25DIRECTOR: Try to simplify uncompressed detection heuristicWillem Jan Palenstijn
2016-08-25DIRECTOR: More heuristics for 1bpp image decoding. Courtesy of wjp.Eugene Sandulenko
2016-08-24TITANIC: Implemented more game classesPaul Gilbert
2016-08-24DIRECTOR: Fix horizontal coordinate calculation in 1bpp uncompressedEugene Sandulenko
2016-08-24WAGE: Fix think line drawing, as pointed by md5Eugene Sandulenko
2016-08-24DIRECTOR: Implemented uncompressed 1bpp pictures. Works sometimesEugene Sandulenko
2016-08-24SCI32: Remove extra ! in error messageColin Snover
2016-08-24SCI32: Fix incorrect boolean operatorColin Snover
2016-08-24SCI32: Remove error check for negative celNoColin Snover
Negative cel numbers are exploited by at least the hi-res mode of PQ4CD.
2016-08-24ADL: Set hires #1, #2 and #0 to TESTINGWalter van Niftrik