aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2014-12-27ACCESS: Remove two useless variablesStrangerke
2014-12-27ACCESS: Fix speechStrangerke
2014-12-27ZVISION: Remove dead code (uint is always > 0)Ori Avtalion
2014-12-27ZVISION: Add support for disabling animations while turningFilippos Karapetis
2014-12-27ACCESS: Rewrite sound queueing (WIP)Strangerke
2014-12-27ZVISION: Add some advanced engine features, and document the engineFilippos Karapetis
2014-12-27ZVISION: Clean up the game settingsFilippos Karapetis
2014-12-27SCI: Fix warningWillem Jan Palenstijn
2014-12-27ZVISION: Delete the render manager after the script manager on quitFilippos Karapetis
2014-12-27ZVISION: Quit with an error message dialog if no font files are foundFilippos Karapetis
2014-12-26ZVISION: Add an FPS timer (accessible with F10, or the "FRAME" cheat)Filippos Karapetis
2014-12-26ZVISION: Turn off subtitles, if requestedFilippos Karapetis
2014-12-26ZVISION: Remove duplicate subtitle codeFilippos Karapetis
2014-12-26ZVISION: Remove duplicate image loading codeFilippos Karapetis
2014-12-26ZVISION: Remove duplicate blitting code for images and animationsFilippos Karapetis
2014-12-26ZVISION: Correct the script names of the location-specific cheatsFilippos Karapetis
2014-12-26ZVISION: Implement auto-savingFilippos Karapetis
2014-12-26ZVISION: Move more graphics code out of the main engine codeFilippos Karapetis
2014-12-26ZVISION: Fix a warningFilippos Karapetis
2014-12-26ZVISION: Move some event/rendering code out of the main engine codeFilippos Karapetis
2014-12-26ZVISION: Rename _halveDelay to _doubleFPS, to match its config settingFilippos Karapetis
2014-12-26ZVISION: Remove some unused actions. CleanupFilippos Karapetis
2014-12-26ZVISION: Reorder the detection entriesFilippos Karapetis
2014-12-26ZVISION: Move the save manager together with the other file classesFilippos Karapetis
2014-12-26ZVISION: Slight cleanupFilippos Karapetis
2014-12-25ZVISION: Normalize and cleanup all the menu-related enumsFilippos Karapetis
2014-12-25ZVISION: Move the menu code together with the other scripting codeFilippos Karapetis
2014-12-25ZVISION: Document where MIDI commands are usedFilippos Karapetis
2014-12-25ZVISION: Remove dead code, and fix bad usage of assert()Filippos Karapetis
2014-12-25ZVISION: Use the search manager to open files in console commandsFilippos Karapetis
2014-12-25ZVISION: Remove dead codeFilippos Karapetis
2014-12-25ZVISION: Fix frame rate for RLF videos and remove hack in AnimationNodeFilippos Karapetis
2014-12-25ZVISION: Resolve some TODOsFilippos Karapetis
2014-12-25ZVISION: Document some of the ActionRegion effectsFilippos Karapetis
2014-12-25SCI: actor file format, add debug code kPortraitMartin Kiewitz
2014-12-24ZVISION: Plug more memory leaksFilippos Karapetis
2014-12-24ZVISION: Plug another memory leak. Some cleanupFilippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (2/2)Filippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
2014-12-24ZVISION: Let the cursor manager do pixel format conversion for cursorsFilippos Karapetis
2014-12-24ZVISION: Introduce pixel formats for resources (555) and screen (565)Filippos Karapetis
2014-12-24ZVISION: Disable unused codeFilippos Karapetis
2014-12-24ZVISION: Plug a memory leakFilippos Karapetis
2014-12-24SCI: fix typo in comment for LSL3/GermanMartin Kiewitz
2014-12-24SCI: added LSL3/German 5 1/4" floppy versionMartin Kiewitz
2014-12-24SCI: Silence a gcc warningMatthew Hoops
2014-12-24ZVISION: Remove duplicate codeFilippos Karapetis
2014-12-24ZVISION: Remove dead codeFilippos Karapetis
2014-12-24ZVISION: Add a hack to set the correct frame delay for RLF videosFilippos Karapetis
2014-12-23ZVISION: Handle animation rewinding outside the RLF encoderFilippos Karapetis