aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1109675)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized pointer field (CID 1109672)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1109669)Marisa-Chan
2014-12-19ZVISION: Fix array compared against 0 (CID 1109648)Marisa-Chan
2014-12-19ZVISION: Delete unused codeMarisa-Chan
2014-12-18ACCESS: Manually implement ASurface::copyFrom for performancePaul Gilbert
The original called Surface::copyFrom, which keeps recreating the dest surface with each copy. This version simply copies the image
2014-12-18ACCESS: Refactor most of ASurface statics to instance variablesPaul Gilbert
2014-12-19ACCESS: Fix issue related to demo-only (and unused afawk) opcodesStrangerke
2014-12-18ACCESS: Use Common::String to display bubble box textStrangerke
2014-12-18ACCESS: Constify general messagesStrangerke
2014-12-17ACCESS: Rename CMDPUSHLOCATIONStrangerke
2014-12-17ACCESS: Use AD_ENTRY1s in detection tablesStrangerke
2014-12-17ACCESS: Add original engine datesStrangerke
2014-12-17ACCESS: Fix indentation issue pointed out by _sevStrangerke
2014-12-17ACCESS: Format the definition of ImagerFlagStrangerke
and fix a comment
2014-12-17ACCESS: Fix indentation of METHODS in animate()Strangerke
2014-12-17ACCESS: Use clear to empty Common::String variablesStrangerke
2014-12-17ACCESS: replace an assert by an error as suggested by LordHotoStrangerke
2014-12-17ACCESS: Format Direction enum as suggested by LordHotoStrangerke
2014-12-17ACCESS: Get rid of a gotoStrangerke
2014-12-17ACCESS: Constify some resources in MM tooStrangerke
2014-12-17ACCESS: Constify some resourcesStrangerke
2014-12-17ACCESS: Use a uint instead of a int in a loop based on size()Strangerke
2014-12-17ACCESS: Fix spacing around semicolumn in class definitionsStrangerke
2014-12-17ACCESS: Get rid of hardcoded size when using Common::FillStrangerke
2014-12-17ACCESS: Fix three out of boundsStrangerke
2014-12-17ACCESS: Add missing space before semicolumn in constructorsStrangerke
2014-12-17ACCESS: Modify the indentation of constructor when it's multilineStrangerke
2014-12-17ACCESS: Remove useless definesStrangerke
2014-12-17ACCESS: Some more polishing in the file headersStrangerke
2014-12-17ACCESS: Fix broken file headerStrangerke
2014-12-17ACCESS: Use writeString in writeSavegameHeaderStrangerke
2014-12-17ACCESS: Split mouse data per lineStrangerke
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