aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-15GUI: Fix CID #1362505Alexander
The case probably would never show up, just fixed so it'd disappear from Coverity.
2017-02-15SCUMM: MM V0: Fix an issue with Sandy appearing to slide across a walkboxRobert Crossfield
2017-02-14TITANIC: Work around cylinder holder 8-bit frame with no palettePaul Gilbert
The video for the cylinder holder has a single 8-bit frame at the start of the sequence for opening when there's no cylinder inside. This fix works around it by ignoring 8-bits frame when there's no palette available.
2017-02-14TITANIC: Fix findByName when doing a subsearch matchPaul Gilbert
2017-02-14TITANIC: Fix opening/closing Phonograph cylinder holderPaul Gilbert
2017-02-14SDL: Fix jerky/laggy analog joystick mouse controlrsn8887
This fixes bug 6996: Android: Mouse pointer control with analog joystick is unusable
2017-02-14DIRECTOR: Lingo: Fix rest of the 'go to' family functionsEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Fixed 'go to' functionsEugene Sandulenko
2017-02-14DIRECTOR: Hid noisy debug outputEugene Sandulenko
2017-02-14DIRECTOR: Lingo: Implement b_delay()Eugene Sandulenko
2017-02-14ANDROIDSDL: implemented checkbox for swap menu and back buttonslubomyr
2017-02-14ANDROIDSDL: backend related checking in options.cpp replaced with ↵lubomyr
hasFeature... condition, renamed some fields and methods
2017-02-14WII: Fix compiler warningsAlexander Reim
WII: Fix compiler warnings Compiler: DevKitPPC R28
2017-02-14SCUMM: Cleanup Maniac Mansion workaroundsRobert Crossfield
2017-02-14SCUMM: Fix bug #4112. If you enter the lab while Dr. Fred has the power off, ↵Robert Crossfield
the power won't be turned back on as the script is killed
2017-02-13TITANIC: Renaming of phonograph fieldsPaul Gilbert
2017-02-13TITANIC: Fix Coverity reported warningsPaul Gilbert
2017-02-13TITANIC: Some phonograph cleanup, fix record buttonPaul Gilbert
2017-02-13DIRECTOR: Execute movie script 0 on loading for D2-D3Eugene Sandulenko
2017-02-13DIRECTOR: Turn assert into a warning when sprite cast is missingEugene Sandulenko
2017-02-13SCUMM: Fix bug #4556 (Maniac C64/V1/V2: Purple Tentacle appears in Lab Entry ↵Robert Crossfield
after being chased out)
2017-02-12TITANIC: Fix threshold testing for instrument animationsPaul Gilbert
2017-02-13I18N: Regenerate translations data fileThierry Crozat
2017-02-12TITANIC: Further CMusicRoomHandler renamingsPaul Gilbert
2017-02-12TITANIC: More renamings in music classesPaul Gilbert
2017-02-12TITANIC: Fix ticks change check in updateInstrumentsPaul Gilbert
2017-02-12CRYO: Fix adding cryo.dat to DIST_FILES_ENGINEDATAThierry Crozat
2017-02-12CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projectsThierry Crozat
2017-02-12DEVTOOLS: Add create_cryo to devtools READMEThierry Crozat
2017-02-12CRYO: Add cryo.dat to DIST_FILES_ENGINEDATAThierry Crozat
2017-02-12TITANIC: Renaming methods in CMusicRoomHandlerPaul Gilbert
2017-02-12TITANIC: Fix method names in CMusicRoomInstrumentPaul Gilbert
2017-02-12TITANIC: Rename CMusicWave to CMusicRoomInstrumentPaul Gilbert
2017-02-12CRYO: Remove some more dead code, remove _keyboardHeldStrangerke
2017-02-12CRYO: Some code simplification, remove dead codeStrangerke
2017-02-12TITANIC: Simplify implementation of CAudioBufferPaul Gilbert
2017-02-12DIRECTOR: Lingo: Implemented \xC2 continuation symbol supportEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Implemented stub for REFERENCE built-insEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Added grammar for assignment to referencesEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fixing position count in lexerEugene Sandulenko
2017-02-12DIRECTOR: Lingo: Fix D3 script executionEugene Sandulenko
2017-02-11NEWS: Mention R2R display fixPaul Gilbert
2017-02-11TSAGE: R2R: Fix display of animationsPaul Gilbert
2017-02-12CRYO: Merge spriteOnSubtitle() into drawSprite()Filippos Karapetis
2017-02-12CRYO: Split graphics and resource-related functions into separate filesFilippos Karapetis
2017-02-12CRYO: Merge the two noclipax() methods and rename to drawSprite()Filippos Karapetis
2017-02-11TITANIC: Fix intial setup of BASS pitch controlPaul Gilbert
2017-02-11TITANIC: Fix getPitch calculation when inversion control is incorrectPaul Gilbert
2017-02-11TITANIC: Convert more methods to using MusicInstrument enumPaul Gilbert
2017-02-11JANITORIAL: Formatting fixesEugene Sandulenko