aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2014-12-17ACCESS: Split doCredit in two, putting demo code in a separate functionStrangerke
2014-12-17ACCESS: Use a while statement as suggested by _sev in the merge requestStrangerke
Also fix a formatting issue pointed out by _sev
2014-12-16ACCESS: Fix foreground parallex in opening scenePaul Gilbert
2014-12-17SCI: fix kq6 azure&ariel scenes in dual mode #6750Martin Kiewitz
script patch fixes bug #6750 in dual mode (audio+text)
2014-12-16ACCESS: Fix crash when getting randomly shot in the cabinStrangerke
2014-12-16ACCESS: Fix cmdFreeSound, which fixes the sound played during the death ↵Strangerke
animation
2014-12-16ZVISION: Fix the display of state variables, such as the high scoreFilippos Karapetis
Common::String::format() was used incorrectly. Also, state variables were handled incorrectly in the TTY text parser
2014-12-16ZVISION: Allow 2x scaling up in videos againFilippos Karapetis
This fixes the alchemists and cup sequence in Nemesis
2014-12-16ZVISION: Bugfix for addDir() - fixes the Nemesis subtitle patchFilippos Karapetis
2014-12-16ZVISION: Move trimCommentsAndWhiteSpace() into the script managerFilippos Karapetis
This allows us to remove the last remnants of utility.*
2014-12-16ZVISION: Move all the remaining utility classes into the coreFilippos Karapetis
2014-12-16ZVISION: Move all the file-related classes togetherFilippos Karapetis
2014-12-16ZVISION: Move the MIDI code together with the rest of the sound codeFilippos Karapetis
2014-12-16ZVISION: Move the mouse cursor handling code into the graphics codeFilippos Karapetis
2014-12-16ZVISION: Make the RLF decoder a subclass of the common video decoderFilippos Karapetis
This way, the redundant MetaAnimation class can now be removed
2014-12-16ZVISION: Prefix class member variables with an underscoreFilippos Karapetis
This makes the code adhere to our code formatting conventions
2014-12-16ZVISION: Simplify the working window codeFilippos Karapetis
2014-12-16ZVISION: Move the RLF decoderFilippos Karapetis
2014-12-16ZVISION: Rename RlfAnimation -> RLFDecoderFilippos Karapetis
2014-12-15ACCESS: Remove extra qualification stupidly accepted by MSVCStrangerke
2014-12-14ACCESS: Fix distortion occurring at left edge of jungle scrolling in ↵Paul Gilbert
introduction
2014-12-14ACCESS: Formatting fixesPaul Gilbert
2014-12-14ACCESS: Add enum for inventory items referred in hardcoded logicPaul Gilbert
2014-12-14ACCESS: Fix a couple of typos in commentsStrangerke
2014-12-14ACCESS: Some refactoring concerning the mouse cursorStrangerke
2014-12-14ACCESS: Fix icon when unselecting a menu buttonStrangerke
2014-12-14ACCESS: Use the same (weird) key mapping than in the original gameStrangerke
2014-12-14ACCESS: Implement dirty rect mergingPaul Gilbert
2014-12-14ACCESS: Add dirty rect handling for font displayPaul Gilbert
2014-12-14ACCESS: Dirty rect handling for intro screensPaul Gilbert
2014-12-14ACCESS: Fix for background redraws during conversationsPaul Gilbert
2014-12-14ACCESS: Dirty rect handling for conversation videosPaul Gilbert
2014-12-13ACCESS: Add dirty rects when plotting images to the screenPaul Gilbert
2014-12-13ACCESS: Dirty rect handling for bubble boxesPaul Gilbert
2014-12-13ACCESS: Beginnings of dirty rect handling for screenPaul Gilbert
2014-12-13SCI: Fix comment for workaround.Willem Jan Palenstijn
The previous explanation just wasn't true.
2014-12-12ACCESS: Remove old dummy unused fields from savegamePaul Gilbert
2014-12-12ACCESS: Properly indent some code in playSoundStrangerke
2014-12-12ACCESS: Fix compilation errors reported by CriezyStrangerke
2014-12-12ACCESS: Fix for player movement and stab action in pit scenePaul Gilbert
2014-12-12ACCESS: Fix speakText behaviorStrangerke
2014-12-12ACCESS: Reduce screen pointer usage in amazon logicStrangerke
2014-12-12ACCESS: Remove a useless variable, some renamingStrangerke
2014-12-12ACCESS: Fix death cell list dataPaul Gilbert
2014-12-12ACCESS: Fix positioning of Ant in pit scenePaul Gilbert
2014-12-12ACCESS: Separate timer updates from frame updates, and overall delay cleanupPaul Gilbert
2014-12-12ACCESS: Initial enum cleanup for Ant fieldsPaul Gilbert
2014-12-12ACCESS: Minor formatting for debugger error messagesPaul Gilbert
2014-12-12ACCESS: Implement restart after deathStrangerke
2014-12-12ACCESS: Get rid of the use of 'this' in constructorStrangerke