aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-02-28AGI: Disable font loading from HGC_GRAF.OVL (AGI3)Martin Kiewitz
It seems Sierra basically put a low res font in there, so it's useless. We should rather directly use the PC BIOS font in those cases. The code could be useful at some point in case we add support for the AGI3 Hercules rendering, although I think it looks worse, because graphics are basically "compressed".
2016-02-28AGI: Hercules rendering for game screenMartin Kiewitz
2016-02-28ENGINES: Fix Typos.Johannes Schickel
2016-02-28TSAGE: Remove ADGF_TESTING from Return to Ringworld.Kirben
2016-02-28SWORD25: Remove ADGF_TESTING from Broken Sword 2.5Kirben
2016-02-28LAB: Remove ADGF_TESTING from DOS version of Labyrinth of Time.Kirben
2016-02-28BBVS: Remove ADGF_TESTING from Beavis and Butt-head in Virtual Stupidity.Kirben
2016-02-27AGI: Add support for upscaling and Hercules hires fontMartin Kiewitz
- User option to force Hercules hires font for any rendering mode - Also change mouse cursor hotspots from 1,1 to 0,0 - Fix inaccuracy in mouse controlled game menu - Change render_Block(), drawBox(), drawDisplayRect() to use upper Y instead of lower Y. Original AGI uses lower Y, but upper Y makes upscaling way easier.
2016-02-27KYRA: Formatting fixes.Johannes Schickel
2016-02-27KYRA: Remove ADGF_TESTING from EoB 1+2.Johannes Schickel
2016-02-27SCI32: Clear InfoFlagViewVisible after updating ScreenItemWillem Jan Palenstijn
2016-02-27SCI32: Update InfoFlagViewVisible from send_selectorWillem Jan Palenstijn
2016-02-27SCI32: Update InfoFlagViewVisible in VM opcodesWillem Jan Palenstijn
2016-02-27SCI32: Remove two hacks for Torin, and document what happens insteadFilippos Karapetis
2016-02-27SCI: Remove another GK1-related hackFilippos Karapetis
2016-02-27SCI: Remove a TODO in GK1 that has been resolved properly nowFilippos Karapetis
2016-02-26MOHAWK: Fix the drawing time simulationBastien Bouclet
Was broken when adding transition support. Fixes scripted card changes not displaying for a long enough time.
2016-02-26MOHAWK: Fix loading a save from the launcherBastien Bouclet
Was broken by d6881100dd5613c8573f8f8235b93772ae513e49
2016-02-26BBVS: Move dialog to avoid bevel being drawn offscreenWillem Jan Palenstijn
Since the GUI renderer doesn't do clipping, this would cause a potential crash with the Classic theme.
2016-02-26SCI: Make Freddy Pharkas intro scaling patch more genericMartin Kiewitz
So that hopefully the signature will match for all versions
2016-02-25SCI: Add script patch for Freddy Pharkas intro scalingMartin Kiewitz
Fixes game title views not shown while they are scaled in.
2016-02-25CGE2: Fix a couple of boolean valuesStrangerke
2016-02-25ZVISION: Remove gap handling from removeSaveState.Johannes Schickel
This removes the annoying behavior that removing a save state causes your physical files to be renamed. As discussed with RichieSams and wjp.
2016-02-25ENGINES: Document sorting guaranty for MetaEngine::listSaves.Johannes Schickel
2016-02-25ZVISION: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25WAGE: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25VOYEUR: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TUCKER: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TSAGE: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TOON: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TONY: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TOLTECS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TINSEL: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25TEENAGENT: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SWORD2: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SWORD1: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SKY: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SCUMM: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SCI: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25SAGA: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25QUEEN: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25PARALLACTION: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25NEVERHOOD: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25MADS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25LURE: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25LAB: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25KYRA: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25HUGO: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25HOPKINS: Let listSaves return list sorted on slot numbers.Johannes Schickel
2016-02-25FULLPIPE: Let listSaves return list sorted on slot numbers.Johannes Schickel