aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-10-08PEGASUS: Remove unused movie direct draw modeMatthew Hoops
2011-10-07PEGASUS: Fix frames after turningMatthew Hoops
2011-10-07Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: video/qt_decoder.cpp
2011-10-06PEGASUS: Add the Full TSA neighborhoodMatthew Hoops
2011-10-07AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. ↵Travis Howell
Hopefully will fix bug #3419778, thanks to digitall for the pointer.
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-10-07SCI: Added some extra static selectorsFilippos Karapetis
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary
2011-10-07TOON: Fix Flux jumpy animation when imprisonedsylvaintv
Idle animation was reset every frame when changing facing point. Fix also Drew description when right-clicking on Flux
2011-10-06SCI: Also default to MIDI for Windows versions of SCI1.1 gamesFilippos Karapetis
2011-10-07AGOS: Fix dumping all images option.Travis Howell
2011-10-06TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2Paul Gilbert
2011-10-06TSAGE: Re-added _singleid and changed name for TsAGE game descriptionPaul Gilbert
2011-10-06SCUMM: Make some variables const and one furthermore static.Johannes Schickel
2011-10-05PEGASUS: Add the Tiny TSA neighborhoodMatthew Hoops
2011-10-05PEGASUS: Implement basic jump console commandMatthew Hoops
2011-10-05SCUMM: code formattingTarek Soliman
Thanks clone2727
2011-10-05TSAGE: Bugfixes for opening bank safe in Blue Force scene 560Paul Gilbert
2011-10-05TSAGE: Cleanup of Blue Force scene 270Paul Gilbert
2011-10-05TSAGE: Fix debugger hotspots command not to crash for objects with no ↵Paul Gilbert
defined area
2011-10-05SCUMM: Code formattingFilippos Karapetis
2011-10-04SCUMM: enable speech gui option when speech file found in unknown gameTarek Soliman
This commit only affects monkey and monkey2 except FMTOWNS because FMTOWNS has *.sou files that don't have speech
2011-10-04SCUMM: Apply modified patch from #3076698Tarek Soliman
This adds support for the Ultimate Talkie Edition fanpatch This is authored by the original UTE author LogicDeLuxe and Fingolfin. Modification: Removed detection entries
2011-10-04PEGASUS: Fix playSpotSoundSync playSoundSegment callMatthew Hoops
2011-10-04PEGASUS: Fix turningMatthew Hoops
2011-10-04TSAGE: Implemented Blue Force scene 270 - Grandma's Living RoomPaul Gilbert
2011-10-04TSAGE: Remove _singleId now that the engine supports multiple gamesPaul Gilbert
2011-10-04TINSEL: Bugfix for #2893946 - DW1 psychiatrist scene isn't playingPaul Gilbert
2011-10-03PEGASUS: Fix moving forwardMatthew Hoops
You know, actually initialize some variables :P
2011-10-04SAGA: Fixed script bug #3358007 - "IHNM: Freeze when exiting from the motor ↵Filippos Karapetis
room's right door" Thanks to digital for finding the actual script bug
2011-10-02PEGASUS: Fix idlers freeing themselvesMatthew Hoops
Our idler handling is more like the original now
2011-10-02PEGASUS: Remove a change I made for testingMatthew Hoops
2011-10-02PEGASUS: Fix Caldoria wake up video 2Matthew Hoops
2011-10-02PEGASUS: Fix energy monitor calibrationMatthew Hoops
Minus a quick flicker
2011-10-02PEGASUS: Fix extra syncMatthew Hoops
Caldoria now starts up
2011-10-02PEGASUS: Fix Caldoria::updateCursorMatthew Hoops
This actually looks like an original game bug... The original does no checking for null here, but Neighborhood::updateCursor() clearly does
2011-10-02PEGASUS: Add a hack to skip energy bar calibration for nowMatthew Hoops
2011-10-02PEGASUS: Fix draw sync functionsMatthew Hoops
2011-10-02PEGASUS: Add the basic Caldoria neighborhoodMatthew Hoops
Does not include the end-of-game timers and sequence yet. It's currently hooked up to the full game, but does not go beyond the first frame of the wake-up sequence right now.
2011-10-02TSAGE: Fixed compiler warningsPaul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 265 - Graduation ArticlePaul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 225 - Credits - Gun TrainingPaul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 220 - Credits - Martial ArtsPaul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 210 - Car TrainingPaul Gilbert
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 200Paul Gilbert
2011-10-02TSAGE: Implemented Blue Force scene 590Paul Gilbert
2011-10-02TSAGE: Implemented Blue Force 580 - Child Protective Services Parking LotPaul Gilbert
2011-10-02TSAGE: Implemented Blue Force 570 - ComputerPaul Gilbert
2011-10-02SCUMM: Correct HE version for Norwegian version of Freddi Fish 1.Travis Howell
2011-10-02KYRA: Fix minor bug in AdLibDriver::primaryEffect1.Johannes Schickel